Skip to content

Releases: FourEyedPanda/EmbyChannelMapper

EmbyChannelMapper

03 Sep 17:09

Choose a tag to compare

Initial Release:

Tool to automatically map Emby LiveTV channels to a XMLTV channel by parsing the XMLTV file and passing the mappings to emby through REST calls.

Usage:
I recommend you restart Emby before running this program. After restart run:

EmbyChannelMapper -f -s -u -p

Alternatively if you would like to pass the api_key/Authentication Token you can run it with:

EmbyChannelMapper -f -s -a <api_key>

This was tested against XMLTV data taken from zap2xml which was ran against TVGuide. It should work for mc2xml a well as others.

Known Issues:
If using Mono for Windows the following needs to be added to Mono\etc\config before

This is due to a bug with Mono and Deflate.

For some reason Emby stops responding to REST calls but, it still shows in the logs. This is further verified with PostMan. However, this could be an issue with my environment as it is hosted on a Docker on Unraid. Currently this program will freeze waiting for a response as it is designed to keep trying to add the mapping. Only way to resolve this is to terminate the program and restart Emby.