On my Raspberry Pi with OpenELEC the loading of lists took forever. So i did a rewrite using parsedom instead of beautifulsoup (this is the first working version missing minor functionality from
the old version)
Added new option „Video Quality“
options: low, middle and high
default is high
Added new option „Livestream View“
options: Channel list, All current or next scheduled livestreams, All scheduled livestreams, All scheduled livestreams per channel
default value is „All current or next scheduled livestreams“ (same behavior as before)
if Channel list is used, no information about the current/next livestream is shown. But it takes no loading time
Added additional improvements:
smarter usage of artwork for banner and backdrop
shorter list labels
the channel banner for the livestream will be set to the channel logo
translated settings options
show inscription of the livestream instead of hardcoded string 'djsjsj'
replace channel name found by the parser with the full channel name
and some minor changes (i am currently in a hurry, so i have no time to search and list all :-))
On my Raspberry Pi with OpenELEC the loading of lists took forever. So i did a rewrite using parsedom instead of beautifulsoup (this is the first working version missing minor functionality from the old version)
Added new option „Video Quality“
Added new option „Livestream View“
Added additional improvements: