Jump to content


Twilight0

Member Since 10 Jun 2016
Offline Last Active 01 Nov 2016 19:00
-----

Topics I've Started

Mirroring the xmltv (Greece & others)

10 June 2016 - 11:35

Hello,

 

I want to share something that I think will reduce the burden to the rytec and vuplus-community servers.

 

A couple of months ago I was looking for a direct xmltv link to insert into the Kodi IPTV Simple Client configurations.

I had a Raspberry Pi lying on my desk after being dismissed as a media center hub and thought it may become useful now.

I found a really nice and easy to setup distribution called DietPi: http://dietpi.com

It uses Rasbian as its base, but its heavily tweaked an customized to give users the ability to grow into any kind of system they want, from server based or desktop based. Check their website and tell me what you think. Recently they 've grown their project as "Fuzon" only to include builds for other systems as well.

So, I wanted to mirror the xmltv file... lets say you 've just installed a basic system. You don't need many things... But running it headless is a must!

First I installed a lightweight ftp client... lftp seemed a good choice. Then gdrive which is a google drive terminal client. And then I had to automate the process of downloading the file once a day and upload it somewhere. First I prepared a script:

 

# nano /usr/local/bin/epg

#!/bin/sh
rm /local/file/path/rytecxmltv-Greece.gz
wget -O /root/epg/rytecxmltv-Greece.gz http://www.vuplus-community.net/rytec/rytecxmltv-Greece.gz
lftp -e "put -O remote-folder/ /local/file/path/rytecxmltv-Greece.gz; bye" -u ftp-username,pass ftp-host
sleep 1
gdrive update <fileID> /local/file/path/rytecxmltv-Greece.gz
exit 0

You can do for pretty much any xmltv file provided by the vuplus-community and load it directly to your Kodi IPTV client.

 


Cyprus EPG request

10 June 2016 - 11:10

Hello,

 

I am two years time Kodi user and I want to thank you for providing epg xmltv guide for Greek Channels. I used the rytec epg downloader service, which compliments those various IPTV clients.

 

At this point a request though, because I have users abroad who use my Kodi "build" and like to watch Cypriot channels. Cytavision contains guide info for their premium and other free OTA channels.

 

I think, since it looks a lot like OTE program guide web site in Greece, it might be easy to adapt existing code and scrape it as well to produce xmltv for it.

 

Web site for Cytavision here: https://www.cyta.com.cy/tv-guide