Hi all,
so I tried to make using IPTV simple client a little better looking. I noticed that the URLs included in the m3u provided from the video addon were simply not loading, so I coded a little solution myself. I will include the files I retrieved (sorry if that was not allowed) and the script I used to this post.
This post will cover 2 parts:
1: Downloading the icons
2: Setting up KODI to use the icon files
I am including the scipt itself for the case that channels are added/removed/changed. So you can always create a pack of currently used channels
If there are problems/questions/feedback, go ahead and ask.
Possible future todos:
EDIT Nov-09-2015: Updated icons.zip
so I tried to make using IPTV simple client a little better looking. I noticed that the URLs included in the m3u provided from the video addon were simply not loading, so I coded a little solution myself. I will include the files I retrieved (sorry if that was not allowed) and the script I used to this post.
This post will cover 2 parts:
- getting the icons from the current channels list
- setting up KODI to use the icons (This is what you want, if you want a quick fix)
1: Downloading the icons
- Download and extract the python script (if you don't have python installed on your machine, just get the 2.7.* version and install it)
- Download the current channels m3u at
Code:
http://KODI_IP:8899/channels-1.html
- Place both files in the same directory and execute the scipt
- Watch the channel names appear on the screen while the process is running
2: Setting up KODI to use the icon files
- Copy the icons folder created and filled by the script to your KODI machine (or just extract icons.zip attached to this post)
- Start KODI, go to Settings->AddOns->My Addons -> PVR Clients -> PRV IPTV Simple Client -> Configure-> Channel Logos and set the XML logos choice thing to Ignore
- Go to Settings->TV->OSD/Menu-> Menu/OSD and set "Folder with channel icons" to point at your icons folder.
- Click "scan for missing icons"
- Enjoy
I am including the scipt itself for the case that channels are added/removed/changed. So you can always create a pack of currently used channels
If there are problems/questions/feedback, go ahead and ask.
Possible future todos:
- Ask for the IP and get the m3u automatically
- Write a cron job for a linux machine which keeps the icons up to date
EDIT Nov-09-2015: Updated icons.zip
Last edited: