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