1
0
mirror of https://github.com/azlux/botamusique synced 2025-02-20 15:16:15 +00:00
Martin Weinelt 48d54beffd
radio: don't get stuck on mpd http streams
MPD HTTP streaming provide the media content at every URL thrown at the
HTTP backend. So requests for shoutcast and icecast metadata get stuck
receiving the actual media content, instead of the expected metadata.

The conclusion is to only request these metadata files, when they're not
actually advertised as audio or video content types in a HEAD request.
2021-06-01 23:16:22 +02:00
..
2018-11-13 15:48:09 +01:00
2020-05-22 22:49:05 +08:00
2020-03-28 20:46:21 +08:00
2021-04-03 13:39:47 +02:00

+----------------------------------------------------------+
|          <-| URLItem <-- URLFromPlaylistItem             |
| BaseItem <-| FileItem                                    |
|          <-| RadioItem                                   |
++---------------------------------------------------------+