Beta WebGrab+Plus Configurator - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: Beta WebGrab+Plus Configurator (/showthread.php?tid=285918) |
RE: WebGrab+Plus Configurator - primaeval - 2016-08-09 (2016-08-09, 17:05)MikeKL Wrote: hmmmm What do you mean by paused?, issue occurs when looking at the previously configured "config" list of channels I mean add the concept of the Channels being in a temporary intermediate list: candidates if you like. You can then pause them (hide,disable,whatever word makes sense to you) from being output to the Webgrab Config File. But they are still in the intermediate Channels list. If you Sort by Countries you should almost get the list in your preferred order. If you want a non-alphabetical Country Sort you will have to Move the channels or use your favourite text editor. There are only so many permutations that I can support without my head exploding. RE: WebGrab+Plus Configurator - MikeKL - 2016-08-09 (2016-08-09, 17:17)primaeval Wrote: I mean add the concept of the Channels being in a temporary intermediate list: candidates if you like. You can then pause them (hide,disable,whatever word makes sense to you) from being output to the Webgrab Config File. OK I understand your idea now, so we add a number of channel candiates (e.g from different countries) into "Canditates Config List" then once they are held within the Webgrab+Plus configurator Canditates Config List we dont need to worry about deleting a channel if we dont want a particular channel (in a moment) to be output into final usable Webgrab Config File. We just temp disable channel. This would work well with concept of creating a "Canditates Config List" and spending time organising channel list with the various provided options. Apologies, not my intention to blow your mind its because your thinking about much more clever options than typical user thinks about. RE: WebGrab+Plus Configurator - DarrenHill - 2016-08-09 A "draft list" may be a better name for it perhaps? One that you can tweak, add to, remove from and change the order of before commiting it to WebGrab as a config file. RE: WebGrab+Plus Configurator - donbrew - 2016-08-09 I guess this is actually a question for MikeKL, since he is on LibreELEC. When I am configuring the configurator, what paths do you use? It seems like it should be self explanatory, but it isn't to me. RE: WebGrab+Plus Configurator - primaeval - 2016-08-09 (2016-08-09, 19:39)donbrew Wrote: I guess this is actually a question for MikeKL, since he is on LibreELEC. I had a quick look at LibreELEC this afternoon while the kids weren't using their rpi. I think it might need some work from me to copy the config files to the place that LibreELEC likes. I read about addon folder security in LibreELEC and the folders needed are all in dot folders which are hidden from Kodi by default. Another strange thing I noticed was the alphabetical order in countries was ignored. I'll see what I can do. RE: WebGrab+Plus Configurator - DarrenHill - 2016-08-09 I use the following: Webgrab program - /storage/.kodi/addons/service.webgrabplus/bin/webgrabplus.start Config output - /storage/.kodi/userdata/addon_data/service.webgrabplus Xmltv output - wherever you want. I put mine in the same folder as the config. I meant to mention the country order thing too, but forgot... RE: WebGrab+Plus Configurator - donbrew - 2016-08-09 The program line was my concern, because there is a .exe file in that folder /storage/.kodi/addons/service.webgrabplus/WebGrab+Plus/ That is the program that the shortcut points to in Windows, but uses the config in the userdata/. So, if I use /storage/webgrabplus for the xmltv output The guide.xml will be in both places or just that one? RE: WebGrab+Plus Configurator - primaeval - 2016-08-09 (2016-08-09, 20:51)DarrenHill Wrote: I use the following: Very useful. Thanks. I added the info to the first post. RE: WebGrab+Plus Configurator - DarrenHill - 2016-08-09 Use the webgrab.start on the Pi, going directly to the exe won't work. The guide should appear in whatever folder you set (as whatever filename you also set). I just keep everything in the webgrab folder for simplicity, then point the EPG at it. RE: WebGrab+Plus Configurator - primaeval - 2016-08-09 (2016-08-09, 21:26)DarrenHill Wrote: Use the webgrab.start on the Pi, going directly to the exe won't work. Does the LibreELEC webgrab service work ok with the output from this addon? RE: WebGrab+Plus Configurator - DarrenHill - 2016-08-09 Yes, it seems to. The new xml file I used in my test was from this add-on. RE: WebGrab+Plus Configurator - primaeval - 2016-08-09 0.0.6 - hide channels in Channels (hidden channels are not output to config file) - Countries sort order fix Anything else for the TODO list? RE: WebGrab+Plus Configurator - DarrenHill - 2016-08-09 Maybe a warning if you're overwriting an existing config file, or if one already exists rename it to .old like the kodi.log file does (and delete any existing .old file)? RE: WebGrab+Plus Configurator - donbrew - 2016-08-09 (2016-08-09, 20:51)DarrenHill Wrote: I use the following: How do you get to the .kodi/addons/? On my Pi libreELEC I can only get to the /storage folder; SMB doesn't go there either. I did get to smb://LIBREELEC/Userdata/addon_data/service.webgrabplus/ for the config. RE: WebGrab+Plus Configurator - DarrenHill - 2016-08-09 You have to enable showing hidden files and folders/directories in the Kodi settings. The . in front of kodi means it's a hidden folder. @primaeval - that probably needs adding to the first post too with the paths. |