mediathekview / zapp

German public broadcasting live streams as an Android app
https://mediathekview.de/news/zapp/
MIT License
199 stars 33 forks source link

Question: Is there a way to add channels without having to compile the whole app? #333

Closed thornySoap closed 1 year ago

thornySoap commented 1 year ago

I tried to edit channelInfoList.json without any effect. Sorry if this sounds like a stupid question.

cemrich commented 1 year ago

Zapp fetches updated channel infos from https://api.zapp.mediathekview.de/v1/channelInfoList, which override the local channels. You can let this url (strings/config.xml) poitn to another url and serve the channels you like - but I doubt this is possible without recompiling.

Compiling should not be too difficult however.

thornySoap commented 1 year ago

Ok thanks