Release EPG Movie Mailer - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Service Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=152) +---- Thread: Release EPG Movie Mailer (/showthread.php?tid=231529) |
EPG Movie Mailer - raspispass - 2015-07-07 EPG Movie Mailer Did you ever realize that a movie was shown on TV just yesterday and missed to record it? Description The "EPG Movie Mailer" was scripted to notify you immediately by mail about movies you always wanted to watch (e.g. IMDB top 250) and that will be soon shown on TV. How it works The script is given a list of movies you'd like to watch. Then it searches the EPG (Electronic Program Guide) for that movies and mails you the results. Now you are informed about upcoming movies and can record it on time. Technically it uses the API from the TVheadend server to search the EPG. Further analysis is done in python code. This includes the following features:
The following screenshot of a mail gives an example output (the movie list included only one search item: "Tatort"): The layout can be customized as I am not the marketing guy You still have to filter the mailed results, depending on the movie's name (e.g. "Water" will give quite a lot of results) and the regular expression you define (e.g. "^Water$" will only accept exact that title starting and ending with that word). The addon is implemented as a "service" and started at startup of KODI, so that it just works without the need of further interaction. Configuration The following screenshots illustrate the configuration options: watch gallery
Download The file can be downloaded from the original post on the TVheadend board. Install Just unpack the ZIP file in $HOME_OF_KODI/addons/ Dependencies TVheadend PVR (Source for EPG data) Links The addon was first developed as a standalone python script (run as a cron-job). The original script can be obtained here. |