Kodi Community Forum
TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - 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: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) (/showthread.php?tid=282157)



RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - Badbagger - 2018-08-03

Thanks, the only thing simple about Simple Client is that it simply does not work LOL. I'll try to get this set up and hopefully it's going to work.


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - DarrenHill - 2018-08-03

Try removing all the banned addons (wiki) you mention in your other thread.


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - DaVu - 2018-08-03

(2018-08-03, 17:20)encode Wrote: have a day off lmfao
 
Quote:can it use xtream codes tvarchive api?

editing your posting won't help you if others are still able read the history. 

So yeah. Take a day off yourself and make your thoughts about your next posting.

From my side it was a friendly reminder. You decide what happens next.


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - JQZ* - 2018-09-01

Hi primaeval. I've noticed that after a program starts that I've set a notification for, it's no longer listed in the TGF reminders window. Would it be complicated to change that so that the program gets removed from the list after it's over?  Or do I have something set up somewhere in the addon?


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2018-09-01

(2018-09-01, 21:07)JQZ* Wrote: Hi primaeval. I've noticed that after a program starts that I've set a notification for, it's no longer listed in the TGF reminders window. Would it be complicated to change that so that the program gets removed from the list after it's over?  Or do I have something set up somewhere in the addon?
 Hi. Try 0.0.396.
It should show the Always reminders and autoplays if the end date is greater than now and less than the number of days in the settings.
I think the Once ones always show up. I'm not sure they should though.


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - JQZ* - 2018-09-01

(2018-09-01, 22:00)primaeval Wrote:
(2018-09-01, 21:07)JQZ* Wrote: Hi primaeval. I've noticed that after a program starts that I've set a notification for, it's no longer listed in the TGF reminders window. Would it be complicated to change that so that the program gets removed from the list after it's over?  Or do I have something set up somewhere in the addon?
 Hi. Try 0.0.396.
It should show the Always reminders and autoplays if the end date is greater than now and less than the number of days in the settings.
I think the Once ones always show up. I'm not sure they should though.    
Okay. Seems to be working now with the 0.0.396 update. I had a reminder set for a show that just started, and it's listed with the progress bar displaying properly. I have so many shows set to 'Remind > Always> that they don't all show up highlighted in the EPG, as was the case with this one. Maybe due to differences in the characters for the program in the xmltv for different channels and times. I should deleted them all and freshen up the db.

But yes indeed, the 0.0.396 tweak seems to be working. I'll keep an eye out for what happens when I set a reminded for just once. Thanks p. Smile


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - User 206900 - 2018-09-04

What exactly is the structure needed for the xml files? I keep getting the oops error. I'm downloading the xml data from tvzon http://xmltv.xmltv.se/

https://pastebin.com/F9ib4npS

https://file.io/ZdQ5N3 (xml-file)

It works perfectly in iptv simple and the normal TV Guide addon


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2018-09-04

https://file.io/ZdQ5N3 works fine when you download it first.
There is a problem with redirection on the server.

[EDIT] There is a 404 now which won't help.


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - mzup - 2018-09-04

(2018-03-22, 12:11)primaeval Wrote: I've been experimenting with the recording forks of IPTV Simple Client but it is a can of worms and very hard to build so I've made a python addon that y'all might be interested in.
IPTV Recorderplugin.video.iptv.recorder
https://forum.kodi.tv/showthread.php?tid=329991

TVGF can already record with AutoPlayWiths and ffmpeg.
 Hi primaeval,

I decided to try and see about recording shows. I have ffmpeg configured and set my record path. I choose a show and then after the start time a folder is created for the show, but no file exists in there. I am probably not understanding this. I was assuming that you just select a show in the guide, and then choose to record it with autoplaywiths, choose once, and then it will save the file to the folder when it is on.  What am I missing?

Thanks


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2018-09-04

Hi. That should be all you need to do: set the ffmpeg exe and recording folder, then select a program with AutoPlayWiths Once or Always.

What could go wrong is if you use a network path that the command line ffmpeg doesn't know how to reach or doesn't have permissions to write to.
ffmpeg is run in a shell which depends on your operating system permissions rather than Kodi's.

If your channel's stream can't be resolved to a simple url that ffmpeg can record, that could also go wrong.
Is it a simple http url or a plugin:// type.

I take it you can play the channel ok in TVGF.


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - User 206900 - 2018-09-04

(2018-09-04, 11:49)primaeval Wrote: https://file.io/ZdQ5N3 works fine when you download it first.
There is a problem with redirection on the server.

[EDIT] There is a 404 now which won't help.
 Fast reply! Thx!

Let me look this up till tomorrow. Seems to work in some other computers thou I can't manage to figure out how to import channels from other addons.


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - mzup - 2018-09-04

(2018-09-04, 14:50)primaeval Wrote: Hi. That should be all you need to do: set the ffmpeg exe and recording folder, then select a program with AutoPlayWiths Once or Always.

What could go wrong is if you use a network path that the command line ffmpeg doesn't know how to reach or doesn't have permissions to write to.
ffmpeg is run in a shell which depends on your operating system permissions rather than Kodi's.

If your channel's stream can't be resolved to a simple url that ffmpeg can record, that could also go wrong.
Is it a simple http url or a plugin:// type.

I take it you can play the channel ok in TVGF.
yes i can play the channel. Perhaps it is the plugin:// type that is the issue. I use PSVUE to watch channels through the guide. i will check if there are any errors in the log


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2018-09-04

Import addon channels from "Menu\Stream Setup\Browse\<addon>\<folder>\Add Folder".


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - User 206900 - 2018-09-04

(2018-09-04, 17:43)primaeval Wrote: Import addon channels from "Menu\Stream Setup\Browse\<addon>\<folder>\Add Folder".
 Yes but the buttons are unclickable

17:49:31.061 T:11592 WARNING: Previous line repeats 4 times.
17:49:31.061 T:11592   ERROR: EXCEPTION: Non-Existent Control 7004
17:49:31.061 T:11592   ERROR: EXCEPTION: Non-Existent Control 7100
17:49:31.110 T:11592   ERROR: EXCEPTION: Non-Existent Control 4323
17:49:32.017 T:11592   ERROR: EXCEPTION: Non-Existent Control 7031
17:49:34.779 T:11592   ERROR: Previous line repeats 15 times.
17:49:34.779 T:11592   ERROR: EXCEPTION: Non-Existent Control 4108
17:49:45.596 T:11592   ERROR: EXCEPTION: Non-Existent Control 7031
17:49:47.004 T:11592   ERROR: Previous line repeats 4 times.
17:49:47.004 T:11592   ERROR: EXCEPTION: Non-Existent Control 4108
17:49:55.553 T:11592   ERROR: EXCEPTION: Non-Existent Control 7031

In another unit:

18:00:11.801 T:4095057120   ERROR: Window Translator: Can't find window mutebug
18:00:11.887 T:3585196912   ERROR: EXCEPTION: Non-Existent Control 7004
18:00:11.888 T:3585196912   ERROR: EXCEPTION: Non-Existent Control 7100
18:00:11.931 T:3585196912   ERROR: EXCEPTION: Non-Existent Control 4323
18:00:11.934 T:3585196912   ERROR: [script.tvguide.fullscreen] Remote file couldn't be copied:
18:00:32.491 T:3585196912   ERROR: EXCEPTION: Non-Existent Control 7004
18:00:32.491 T:3585196912   ERROR: EXCEPTION: Non-Existent Control 7100
18:00:32.507 T:3585196912   ERROR: EXCEPTION: Non-Existent Control 4323
18:00:36.422 T:3585196912   ERROR: EXCEPTION: Non-Existent Control 7031
18:00:40.101 T:3585196912   ERROR: EXCEPTION: Non-Existent Control 4108

Is this addon adjusted for Kodi Alpha/Beta 18? 

At least the xml seems to work now thou I haven't tried the same xml file. I generated a new one that has different channels.

https://a.rokket.space/drfrlx.xml


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - mzup - 2018-09-04

(2018-09-04, 17:43)primaeval Wrote: Import addon channels from "Menu\Stream Setup\Browse\<addon>\<folder>\Add Folder".
 Ok you lost me at the Add folder part. Never knew to add channels with that. I always go to add-ons\psvue then choose all channels and then select the stream for that channel and save. So at what point am i choosing Add folder? Is it instead of choosing save? And do I choose default or alternate streaming method?