Am about to start work on a plugin that uses an xml file for the channel list.
The channel list xml is unique to each user (as in you have to be authenticated to access it), but doesn’t change, so I’d like to store it for subsequent usage after the first download (and manipulation/cleanup if required).
So what would be the best way to store the information? Via the data or dict API?
The channel format is:
Item
- title
- HLS link (with query string on end after .m3u8 that contains username and password)