WatchYourTV support added

Kudos to @froach85 who made necessary adjustments to get proper links :slight_smile:
Lists available on GitHub and my page
Only downside is there is no EPG for now.

2 Likes

Added script for generating EPG - grab gist

What XML field is necessary to properly display Season, Episode info?

<episode-num system="onscreen">S##E##</episode-num>

That ought to do it. I'm not sure if Channels supports the native (but confusing) system if XMLTV, which uses a 0-based index. For instance, what might normally be S02E12, in XMLTV would be:
<episode-num system="xmltv_ns">1 . 11 . 0/1</episode-num>
The final section of 0/1 means part 1 of 1. (The 0 is for which part this episode is, 0-indexed; the 1 is for the total number of parts, 1-indexed.)

Ok I used dot notation with "onscreen" that's why it not worked. XMLTV native is really confusing, I corrected the file and information should be now properly included.
Script does not detect if a show is movie or series tough.

I modfied script on Gist to fetch missing description using Trakt API when show is matched.
API request can be used without authorisation. php-curl package is necessary to work.
There are still work in progress so some naming conventions of show are not supported, as well as fetching description of movies.

Fetching description for movies that follow scheme Title (year) is added.

I did find an XML for WatchYourTV here

https://rb.gy/kyh87b

Doesn't seem to fully sync but it's something.

1 Like

If you use my script you must put in cron launching it every 24 hours, because their guide apparently is only for one day :slight_smile: not ideal but on Linux and MacOS it’s very easy