Create README.md
This commit is contained in:
parent
6ab8a7958a
commit
a60b991486
31
media/README.md
Normal file
31
media/README.md
Normal file
@ -0,0 +1,31 @@
|
||||
Current implementation:
|
||||
```
|
||||
+----------------------------------------------------------+
|
||||
| BaseItem <-| FileItem <-- URLItem <-- URLFromPlaylistItem|
|
||||
| <-| RadioItem |
|
||||
+----------------------------------------------------------+
|
||||
^
|
||||
|
|
||||
v
|
||||
+--------------------+
|
||||
|PlayList |
|
||||
|PlaylistItemWrapper |
|
||||
+--------------------+
|
||||
```
|
||||
|
||||
Goal:
|
||||
```
|
||||
+----------------------------------------------------------+
|
||||
| <-| URLItem <-- URLFromPlaylistItem |
|
||||
| BaseItem <-| FileItem |
|
||||
| <-| RadioItem |
|
||||
++---------------------------------------------------------+
|
||||
^
|
||||
|
|
||||
v
|
||||
+-----------+
|
||||
|PlayList |
|
||||
| |
|
||||
+-----------+
|
||||
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user