]> git.0d.be Git - botaradio.git/commitdiff
Create README.md
authorazlux <github@azlux.fr>
Thu, 5 Mar 2020 11:06:15 +0000 (12:06 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Mar 2020 11:06:15 +0000 (12:06 +0100)
media/README.md [new file with mode: 0644]

diff --git a/media/README.md b/media/README.md
new file mode 100644 (file)
index 0000000..79f692f
--- /dev/null
@@ -0,0 +1,31 @@
+Current implementation:
+```
+ +----------------------------------------------------------+
+ | BaseItem <-| FileItem <-- URLItem <-- URLFromPlaylistItem|
+ |          <-| RadioItem                                   |
+ +----------------------------------------------------------+
+  ^
+  |
+  v
+  +--------------------+
+  |PlayList            |
+  |PlaylistItemWrapper |
+  +--------------------+
+```
+
+Goal:
+```
++----------------------------------------------------------+
+|          <-| URLItem <-- URLFromPlaylistItem             |
+| BaseItem <-| FileItem                                    |
+|          <-| RadioItem                                   |
+++---------------------------------------------------------+
+ ^
+ |
+ v
+ +-----------+
+ |PlayList   |
+ |           |
+ +-----------+
+
+```