2017-08-31, 12:00
^^^ Great work on this @primaeval
(2017-08-31, 23:44)mendes Wrote: I am using Kodi 17.4 on Windows 10 and I cannot figure out how to reapply already defined channel mappings to TV Guide Fullscreen. This is the situation:
I have an EPG xml created with Webgrab+ with around 70 channels and I assigned streams to each channel manually via Stream Setup > Browse, selecting live channels in various video addons. With these channel mappings automatically saved in custom_stream_urls_autosave.ini I thought I had everything under control and could reapply the channel mappings at any time, especially after backing up custom_stream_urls_autosave.ini to another folder. But after a reset I find it impossible to import or apply the channel mappings to TV Guide Fullscreen.
- If I put my backed up custom_stream_urls_autosave.ini into C:\Users\myusername\AppData\Roaming\Kodi\userdata\addon_data\script.tvguide.fullscreen and start TVGF it is overwritten and replaced with an empty custom_stream_urls_autosave.ini.
- If I instead try to import the mappings from custom_stream_urls_autosave.ini via Settings > Backup > Import Channel Mappings, following the instructions in this post, I get a message saying Imported channel mappings but no channel mappings are actually applied.
I have also tried to import the information in custom_stream_urls_autosave.ini via Settings > Optional > Import mapping.ini without success. The import process runs forever trying to load data and has to be aborted manually. I cannot find any detailed instructions regarding how to use mapping.ini, addons.ini and channels.ini, or sample files showing the syntax, so I don't even know if the information in custom_stream_urls_autosave.ini can be reused in other ini files.
I realise that I should have exported the manual channel mappings after defining them the first time, but I thought they were in the right place in custom_stream_urls_autosave.ini.
(2017-09-01, 19:12)MikeKL Wrote: @primaeval Just a heads up that I am again using TVGF with latest LibreELEC nightly builds of Leia for rpi2 with no major usage issues (jumped from build #0603 to approx #0824 and currently running #0831) and it appears that issue with maintaining addon users TVFG settings during move up-to latest Leia builds may be resolved etc
With latest nightlies there is also an ability to check each addons "addon dependencies" from within kodi GUI and I have noted that script.module.pil is currently unavailable.
I am currently not noticing any issues with use of TV Guide Fullscreen with this missing addon dependency. (basic skin)
Post purely for your overall information as I have no understanding how pil being "temp" unavailable impacts typical usage of TVGF
(2017-09-01, 20:22)primaeval Wrote: Did you come across the error that josegerez came across in LibreELEC 8.1.0 ?Possibly, you know the recent code you added to enable modification of timezone of xmltv data on the fly (whilst retaining orginal source xmltv), after playing around with that recent added option in TVGF I did notice an occasional issue with EPG never loading again where I think GUI errror message may/was similar... (never investigated further, just reset TVGF DB's as I personally had no need to modify timezone of my webgrabplus created/prepared xmltv)
(2017-09-01, 20:43)MikeKL Wrote:(2017-09-01, 20:22)primaeval Wrote: Did you come across the error that josegerez came across in LibreELEC 8.1.0 ?Possibly, you know the recent code you added to enable modification of timezone of xmltv data on the fly (whilst retaining orginal source xmltv), after playing around with that recent added option in TVGF I did notice an occasional issue with EPG never loading again where I think GUI errror message may/was similar... (never investigated further, just reset TVGF DB's as I personally had no need to modify timezone of my webgrabplus created/prepared xmltv)
Perhaps switching this option on and off can cause corruption somehow/somewhere on an rpi running latest versions of LibreELEC?
(2017-09-01, 08:52)primaeval Wrote:(2017-08-31, 23:44)mendes Wrote: I am using Kodi 17.4 on Windows 10 and I cannot figure out how to reapply already defined channel mappings to TV Guide Fullscreen. This is the situation:
I have an EPG xml created with Webgrab+ with around 70 channels and I assigned streams to each channel manually via Stream Setup > Browse, selecting live channels in various video addons. With these channel mappings automatically saved in custom_stream_urls_autosave.ini I thought I had everything under control and could reapply the channel mappings at any time, especially after backing up custom_stream_urls_autosave.ini to another folder. But after a reset I find it impossible to import or apply the channel mappings to TV Guide Fullscreen.
- If I put my backed up custom_stream_urls_autosave.ini into C:\Users\myusername\AppData\Roaming\Kodi\userdata\addon_data\script.tvguide.fullscreen and start TVGF it is overwritten and replaced with an empty custom_stream_urls_autosave.ini.
- If I instead try to import the mappings from custom_stream_urls_autosave.ini via Settings > Backup > Import Channel Mappings, following the instructions in this post, I get a message saying Imported channel mappings but no channel mappings are actually applied.
I have also tried to import the information in custom_stream_urls_autosave.ini via Settings > Optional > Import mapping.ini without success. The import process runs forever trying to load data and has to be aborted manually. I cannot find any detailed instructions regarding how to use mapping.ini, addons.ini and channels.ini, or sample files showing the syntax, so I don't even know if the information in custom_stream_urls_autosave.ini can be reused in other ini files.
I realise that I should have exported the manual channel mappings after defining them the first time, but I thought they were in the right place in custom_stream_urls_autosave.ini.
I just checked it on Win7 Jarvis 16.1 and it still works ok.
This is what you need to do.
When you exit the guide your last channel mappings are saved as:
userdata\addon_data\script.tvguide.fullscreen\custom_stream_urls_autosave.ini
When you do "Settings\Backup\Export Channel Mappings" it makes a file called:
userdata\addon_data\script.tvguide.fullscreen\custom_stream_urls.ini
When you do "Settings\Backup\Import Channel Mappings" it uses that same file:
userdata\addon_data\script.tvguide.fullscreen\custom_stream_urls.ini
Import, Export and Clear Channel Mappings should popup a background notification to say they have finished.
It should be almost instantaneous.
If you want to Import the Autosave that you backed up earlier copy it to:
userdata\addon_data\script.tvguide.fullscreen\custom_stream_urls.ini
and
"Settings\Backup\Import Channel Mappings"
If that doesn't work there might be a bug. There are frequently unicode problems that need to be fixed.
Make sure you have turned off "Settings\Source\Reset on Start" or it might reset your channel mappings.
You should be able to use the autosave file in "Settings\Optional\Import mapping.ini" but make sure it isn't one of the files mentioned above or it might try and read and write the files at the same time.
If you get stuck zip up your addon_data folder and pm me a link.
(2017-09-02, 00:11)mendes Wrote: ^^^
(2017-09-05, 01:04)yhs4260 Wrote: Hey Primaeval,
Thanks for creating forking and continuing this guide, it has come a long way!
I have just taken the rather large leap from Kodi 14.2 to 17.4!
And unfortunately I am having some issues with the TV Guide now.
To keep things simple, I have not migrated any settings. The only thing that remains the same at present is I am still pointing at the same XML config file I create for channel information.
I have setup just two channel from BBC iPlayer WWW addon. I have added BBC1 and BBC2.
If I open BBC 1, it opens ok, but then if I press SELECT and then DOWN and SELECT to choose BBC from my the banner style EPG I have a problem whereby all I can see is the backround image of the skin, and intermittently I can hear the audio of BBC2.
However.... If I press SELECT again, the channel is displayed! And in some cases, unfortunately the channel does not load at all, but still leaves me with the backround image of the EPG.
I am using an osmc build of Kodi 17.4 on a Raspberry Pi2. And using Xperience1080 skin.
Any ideas?
Do you want any particular logs, would that help?
Thanks in advance.
(2017-09-05, 18:23)eric859 Wrote: Is there a way to use the PVR WMC Client in TVGuide Fullscreen? I mainly use WMC for my cable channels and PVR