2019-02-14, 02:30
(2019-02-10, 10:31)primaeval Wrote:Thanks. Using a second profile worked best in this instance.(2019-02-10, 02:33)georgepana Wrote:There can be only one TVGF.(2019-02-03, 11:19)primaeval Wrote: I've added an experimental setting in version 0.17.416.Thank you for that. I'll make good use of this.
Settings \ Source \ Keep xmltv Channels on Source Change (experimental)
It might do what you need.
You'll have to experiment with it and the "Reset on Start" and "File Download Interval" settings.
Beware that for local files it checks to see if the modified date is greater than the xmltv.xml in addon_data before it will load the new one.
Is there a way to run the program twice in one instance of Kodi, for backup purposes? I assume I could do a separate profile, but I am wondering if there is any way to have 2 TVGFs side by side, of course not running simultaneously.
If you really wanted you could clone the addon and change every instance of script.tvguide.fullscreen to script.tvguide.fullscreen2 including the folder.
or use one of the other TV Guide forks.
The way I usually do it is make a profile for kids and switch to it with a keymap or favourite to LoadProfile()
eg
keymap.xml
orxml:<keymap>
<global>
<keyboard>
<f2>LoadProfile(kids)</f2>
<f1>LoadProfile(Master User)</f1>
</keyboard>
</global>
</keymap>
favourites.xml
xml:<favourite name="Kids">LoadProfile(Kids)</favourite>
Is there a way to do this in an Android environment as well? Webgrab Plus generates a guide.xml file every night which TVGFS then uses the next day. Is there an Android app that does the same thing as Webgrab Plus in Windows, using the same config.xml and tvtv.us.ini files that are working well on the Windows machine? Alternatively, is there a Kodi addon that can accomplish this? I notice you have a Webgrab Plus Configurator in your repository. Would that program do what I am looking for? Is it as easy as feeding my already existing config and ini files from my Windows environment into and then hit "Run" to create a local guide.xml in storage? Just starting digging into this.