Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 177
  • 178
  • 179(current)
  • 180
  • 181
  • 201
TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;)
(2018-12-03, 15:34)primaeval Wrote:  It should be number keys 8 and 9 to start and stop recording on the channel you are currently on in the epg.
It defaults to 4 hours if you don't press stop.
I've changed a few things with recording recently so make sure it works before you rely on it. 
 Thanks!
Reply
Is it possible to match a word to listControl.selectItem ?

Lets say id like to match it to "program.channel.id" and make it focus in list.
Reply
Sorry to bother you with this but I seem to have broken my autoplaywith. It was working fine but suddenly I am unable to record any scheduled recordings.

It was working fine and the problem seemed to start when I attemped to use the "8" key to start a recording during the show. It failed and then none of my autoplaywith scheduled recordings will work. I have rebooted the machine and restarted kodi but still no autoplaywith recordings.

I am not concerned with the "8" key... I just want to get my autoplaywith to work again.

The only thing I have done is to download the latest version of ffmpeg.exe (I use the static libraries version)

I have pm'd you the link to the debug log.

The recording was scheduled for 17:30 with 1 minute pre-padding so I have included in the log 17:28 - 17:30

Please advise if you can determine what broke.

Thank you
Reply
@doktourtv I recognize this problem from my own addon. It has to be a problem with the ffmpeg.
Reply
(2018-12-04, 00:56)M89SE Wrote: @doktourtv I recognize this problem from my own addon. It has to be a problem with the ffmpeg.
  Did you by any chance find a solution?
Reply
(2018-12-04, 00:56)M89SE Wrote: @doktourtv I recognize this problem from my own addon. It has to be a problem with the ffmpeg.
 Using your observation, I went back to an older version of ffmpeg (2/18) and I am getting a slightly better response. I will test and report back.

https://ffmpeg.zeranoe.com/builds/win64/...static.zip
Reply
I don't know how well it will work with FTVG, but this is what I'm providing for my users:
http://m-tvguide.pl/support2018/record_a...indows.zip
Reply
(2018-12-03, 22:28)M89SE Wrote: Is it possible to match a word to listControl.selectItem ?

Lets say id like to match it to "program.channel.id" and make it focus in list.
 You can run down the ControlList and do a getListItem on every item, then do a getProperty etc.
But that is overkill as TVGF makes the list in the first place.

https://codedocs.xyz/xbmc/xbmc/class_x_b..._list.html


The easiest way is to attach the list of things to the class the list is made in and just index that.
eg
look for
listControl.addItems(items)
add those items to self
self.some_kind_of_items = items
Reply
(2018-12-04, 08:52)M89SE Wrote: I don't know how well it will work with FTVG, but this is what I'm providing for my users:
http://m-tvguide.pl/support2018/record_a...indows.zip

Thank you for the link.

I can verify that on my windows 10 with the latest beta build of Kodi 18, the  Feb 2018 version of ffmpeg.exe is working properly when recording both for autoplaywith and for the immediate ("8" key) record. Apparently the  4.1 or later version of ffmpeg will not work.
Reply
I'm glad it works.

@primaeval Thank you!
Reply
Having a bit of an issue with logos in TV Guide Fullscreen.   I've set a few channel logos manually and in the past they would continue to show after an xml (guide) update and I'd only lose them if I did a reset.  Lately however, I seem to be losing them after a guide update as well.  Any thoughts as to why that might be occurring?
Reply
(2018-12-06, 19:21)Cangeoboy Wrote: Having a bit of an issue with logos in TV Guide Fullscreen.   I've set a few channel logos manually and in the past they would continue to show after an xml (guide) update and I'd only lose them if I did a reset.  Lately however, I seem to be losing them after a guide update as well.  Any thoughts as to why that might be occurring?
 You might need to turn on
Settings\Logos\Keep Last Channel Logo Mapping

Try making a local copy of the logos using
Settings\Backup\Download All Channel Logos
They are saved in the addon_data folder.
Reply
(2018-12-06, 20:18)primaeval Wrote:
(2018-12-06, 19:21)Cangeoboy Wrote: Having a bit of an issue with logos in TV Guide Fullscreen.   I've set a few channel logos manually and in the past they would continue to show after an xml (guide) update and I'd only lose them if I did a reset.  Lately however, I seem to be losing them after a guide update as well.  Any thoughts as to why that might be occurring?
 You might need to turn on
Settings\Logos\Keep Last Channel Logo Mapping

Try making a local copy of the logos using
Settings\Backup\Download All Channel Logos
They are saved in the addon_data folder. 
Thanks, that seemed to work.  Also copy the .db file once I had finalized my setup just in case.
Reply
Strange new problem using TGFS. For some reason my iptv stream will only play for about 5 seconds then stops and goes back to the guide. The same channel played from "TV > Channels" in the main menu will play properly without interruption. It is only when I play the stream through TGFS that it will only play for a few seconds.

Any idea what I may check to resolve this issue?

Thank you

Windows 10 - Kodi 18 Beta 2 - TGFS 0.17.405
Reply
(2018-12-12, 22:29)doktourtv Wrote: Strange new problem using TGFS. For some reason my iptv stream will only play for about 5 seconds then stops and goes back to the guide. The same channel played from "TV > Channels" in the main menu will play properly without interruption. It is only when I play the stream through TGFS that it will only play for a few seconds.

Any idea what I may check to resolve this issue?

Thank you

Windows 10 - Kodi 18 Beta 2 - TGFS 0.17.405
What sort of a link is it?
Does it go through an addon?
You can try the alternative streaming methods or turn off the osd.
Reply
  • 1
  • 177
  • 178
  • 179(current)
  • 180
  • 181
  • 201

Logout Mark Read Team Forum Stats Members Help
TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;)8