codechimp-org / lms-tvh

TVHeadend Radio Plugin for Lyrion (Logitech) Media Server
Apache License 2.0
9 stars 1 forks source link

Implement a protocol handler/meta data provider #17

Open andrew-codechimp opened 5 years ago

andrew-codechimp commented 5 years ago

Currently the URL's are hard coded with usernames/profile/server details. When these are favourited they will be static and if the config changes will not update, they also leak credentials.

Register a protocol handler for tvh:// content and re-write URL's on the fly. Ditto for icon sources.

See https://github.com/pierrepoulpe/SqueezeboxQobuz for a fairly simple implementation.