Create README.md

This commit is contained in:
azlux 2020-03-05 12:06:15 +01:00 committed by GitHub
parent 6ab8a7958a
commit a60b991486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

31
media/README.md Normal file
View File

@ -0,0 +1,31 @@
Current implementation:
```
+----------------------------------------------------------+
| BaseItem <-| FileItem <-- URLItem <-- URLFromPlaylistItem|
| <-| RadioItem |
+----------------------------------------------------------+
^
|
v
+--------------------+
|PlayList |
|PlaylistItemWrapper |
+--------------------+
```
Goal:
```
+----------------------------------------------------------+
| <-| URLItem <-- URLFromPlaylistItem |
| BaseItem <-| FileItem |
| <-| RadioItem |
++---------------------------------------------------------+
^
|
v
+-----------+
|PlayList |
| |
+-----------+
```