• 1
  • 182
  • 183
  • 184(current)
  • 185
  • 186
  • 201
TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;)
(2019-01-20, 00:08)bizzs Wrote: The playlist url that you posted was the one I have been using.  Unfortunately, I am not that good with the programming jargin  I really like your guide and I think it is very cool.  I am not that savy to get this working so I will have to wait and see if there is a fix in the near future before I can use it.

Thanks for all your effort!!
bizzs
 My main tvheadend server is on Ubuntu Server 18.04. version HTS Tvheadend 4.2.8-4~g9f7ab681a~bionic

The one I've tested on LibreElec is:
Kodi (18.0-RC5 Git:18.0rc5.2-Leia). Platform: Linux x86 64-bit
Running on LibreELEC (official): 8.95.003 9.0, kernel: Linux x86 64-bit version 4.19.14

There must be some difference between yours and mine as mine works and yours doesn't.

I'm using IPTV Automatic Network as my source in tvheadend.

Do your channels actually play in TVGF with the playlist in "m3u url" ?
Reply
@primaeval  
First I want to thank you for the awesome support you gave me a while back, way beyond what was reasonable.  I am using xtream-editor with simple PVR but have reached the end of my rope with performance issues.  My question is if I needed groups and VOD, would TVF work better?  Specifically synched audio and VOD?

I understand playback is handled by Kodi.  The good news is any content streamed through it plays perfectly so I am starting to think simple client is the issue.

Thank you.
Reply
I am basically running the same setup as you on a small dell computer tower. My os is libreelec not Ubuntu. I uploaded that libreelec version that you posted yesterday and there was no change.  All of my channels play great within your guide.  In fact, my channels automatically matched up with the guide without me doing a thing.  The only problem as you know is that the channel lineup did not coincide with my created tvheadend list.  What d0 you use for a grabber?

Thanks
Lisa
Reply
(2019-01-20, 17:11)skripo Wrote: @primaeval  
First I want to thank you for the awesome support you gave me a while back, way beyond what was reasonable.  I am using xtream-editor with simple PVR but have reached the end of my rope with performance issues.  My question is if I needed groups and VOD, would TVF work better?  Specifically synched audio and VOD?

I understand playback is handled by Kodi.  The good news is any content streamed through it plays perfectly so I am starting to think simple client is the issue.

Thank you.
You should be getting better performance out of IPTV Simple Client than TVGF as it is written in C rather than Python and doesn't have the overlays that TVGF has.
TVGF will grind to a halt with thousands of VOD channels.
I don't know much about xtream-editor but it might be getting clogged up by lots of VOD channels too.

If your performance problem is at peak tv viewing times it probably is just your provider being overloaded.

See if you can trim your channels.m3u playlist down to the essentials. Just the channels you watch.

Playback in Kodi is usually on a par with some of the best external players but you could try to launch troublesome streams in an external player with playercorefactory.xml
https://kodi.wiki/view/External_players

For example this one will play everything with ffplay.exe which usually comes with ffmpeg. ffplay.exe needs to be in your path.
mpv is also pretty lean and mean.

xml:
<players>
<playercorefactory>
<player name="ffplay" type="ExternalPlayer" audio="false" video="true">
    <filename>ffplay.exe</filename>
    <args>-fs "{1}"</args>
    <hidexbmc>false</hidexbmc>
    <hideconsole>false</hideconsole>
    <hidecursor>false</hidecursor>
</player>
</players>
 <rules action="prepend">
   <rule filetypes=".*" filename=".*" player="ffplay"/>
 </rules>
</playercorefactory>
Reply
(2019-01-20, 17:18)bizzs Wrote: I am basically running the same setup as you on a small dell computer tower. My os is libreelec not Ubuntu. I uploaded that libreelec version that you posted yesterday and there was no change.  All of my channels play great within your guide.  In fact, my channels automatically matched up with the guide without me doing a thing.  The only problem as you know is that the channel lineup did not coincide with my created tvheadend list.  What d0 you use for a grabber?

Thanks
Lisa
 I just use the internal tv_grab_file.
I have a cron job to download the xmltv and m3u every night and copy the xmltv to ~/.xmltv/tv_grab_file.xmltv

There must be some setting we're missing in tvheadend.

What order are your channels in the playlist file?
You should be able to download it in a web browser or with wget on the command line.
Reply
My playlist m3u file is showing the same order that I had assigned in tvheadend
Reply
I have only a few 100 streams.  I checked the Simple Client forum and it seems like a few people are having the same issues.

Thanks for the tip on the player!
Reply
(2019-01-20, 18:40)skripo Wrote: I have only a few 100 streams.  I checked the Simple Client forum and it seems like a few people are having the same issues.

Thanks for the tip on the player!
 Have you checked if your cpu or gpu is running at 100% when playing the streams?
I think it is something like o or ctrl-shift-o to see the cpu info when a stream is playing.
If it isn't then you can probably blame your provider for any sync problems unless you are using an external dac.
I had some sync issues with some devices due to usb dacs.

The only performance problem I had to deal with in TVGF was to turn off surface(codec) on android in Kodi \ Settings \ Videos\ Processing.
Reply
(2019-01-20, 18:31)bizzs Wrote: My playlist m3u file is showing the same order that I had assigned in tvheadend
 That's good. We know that the m3u order is correct and TVGF is loading the m3u and mapping the channels properly.
Are there any errors in kodi.log to do with script.tvguide.fullscreen ?

See if you can look in the
userdata\addon_data\script.tvguide.fullscreen\source.db
file and see if anything changes after pressing the "Order Channels by m3u Position" button.

Just open it with https://sqlitebrowser.org/
go to the "Browse Data" tab
select the Table called channels.

Is the weight column in order 1,2,3 or random?
If it is working properly the weights should look random. They will be following the m3u order rather than the xmltv order.
Reply
Primaeval, I did as you instructed.  The weight colum is: 0, 1,2,3. It is following the xmltv order.

Thanks
bizzs
Reply
(2019-01-20, 22:41)bizzs Wrote: Primaeval, I did as you instructed.  The weight colum is: 0, 1,2,3. It is following the xmltv order.

Thanks
bizzs
 Then something isn't working with the new bit of code I added to change the order.
https://github.com/primaeval/script.tvgu...9a46e94c6d

Usually it's something to do with a quirk of different python versions on different devices or a unicode bug. 

Could you post first few lines at the top of kodi.log that tell me what device and version you are using.

I would also expect there to be an error message lower down in kodi.log mentioning those lines of python code I just linked to.

Have you tried this on a desktop machine on Windows, Linux or Mac?
Reply
I am using kodi 18.0-rc5 git:Orc5.2-leia, libreelec LibreELEC-Generic.x86_64-8.95.003.img (Dell Small Tower i3 4g memory)  Libreelec is the only OS installed on the hard drive. 
13:20:01.359 T:140570003983680  NOTICE: ADDON: script.tvguide.fullscreen v0.17.412 installed
13:40:16.850 T:140570003983680   DEBUG: HandleKey: e (0xf045) pressed, action is ActivateWindow(TVGuide)
13:40:19.349 T:140570003983680   DEBUG: HandleKey: e (0xf045) pressed, action is ActivateWindow(TVGuide)
13:40:36.295 T:140570003983680   DEBUG: CAddonSettings[script.tvguide.fullscreen]: loading setting definitions
13:40:36.296 T:140570003983680   DEBUG: CAddonSettings[script.tvguide.fullscreen]: trying to load setting definitions from old format...
13:40:36.300 T:140570003983680   DEBUG: CAddonSettings[script.tvguide.fullscreen]: loading setting values
13:40:36.302 T:140570003983680   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting category. Creating a setting on-the-fly...
13:40:36.302 T:140570003983680   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting channel.arg. Creating a setting on-the-fly...
13:40:36.302 T:140570003983680   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting last.channel. Creating a setting on-the-fly...
13:40:36.302 T:140570003983680   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting version. Creating a setting on-the-fly...
13:40:56.630 T:140567501600512  NOTICE: ADDON: script.tvguide.fullscreen v0.17.412 installed
13:41:06.735 T:140567407249152   DEBUG: CPythonInvoker(8, /storage/.kodi/addons/script.tvguide.fullscreen/addon.py): start processing
13:41:06.746 T:140567407249152   DEBUG: CPythonInvoker(8, /storage/.kodi/addons/script.tvguide.fullscreen/addon.py): the source file to load is "/storage/.kodi/addons/script.tvguide.fullscreen/addon.py"
13:41:06.746 T:140567407249152   DEBUG: CPythonInvoker(8, /storage/.kodi/addons/script.tvguide.fullscreen/addon.py): the source file to load is "/storage/.kodi/addons/script.tvguide.fullscreen/addon.py"
13:41:06.746 T:140567407249152   DEBUG: CPythonInvoker(8, /storage/.kodi/addons/script.tvguide.fullscreen/addon.py): setting the Python path to /storage/.kodi/addons/script.tvguide.fullscreen:/storage/.kodi/addons/script.module.beautifulsoup4/lib:/storage/.kodi/addons/script.module.certifi/lib:/storage/.kodi/addons/script.module.chardet/lib:/storage/.kodi/addons/script.module.dateutil/lib:/storage/.kodi/addons/script.module.idna/lib:/storage/.kodi/addons/script.module.requests/lib:/storage/.kodi/addons/script.module.simplejson/lib:/storage/.kodi/addons/script.module.six/lib:/storage/.kodi/addons/script.module.urllib3/lib:/usr/share/kodi/addons/script.module.pil/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
13:41:06.746 T:140567407249152   DEBUG: CPythonInvoker(8, /storage/.kodi/addons/script.tvguide.fullscreen/addon.py): setting the Python path to /storage/.kodi/addons/script.tvguide.fullscreen:/storage/.kodi/addons/script.module.beautifulsoup4/lib:/storage/.kodi/addons/script.module.certifi/lib:/storage/.kodi/addons/script.module.chardet/lib:/storage/.kodi/addons/script.module.dateutil/lib:/storage/.kodi/addons/script.module.idna/lib:/storage/.kodi/addons/script.module.requests/lib:/storage/.kodi/addons/script.module.simplejson/lib:/storage/.kodi/addons/script.module.six/lib:/storage/.kodi/addons/script.module.urllib3/lib:/usr/share/kodi/addons/script.module.pil/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
13:41:06.746 T:140567407249152   DEBUG: CPythonInvoker(8, /storage/.kodi/addons/script.tvguide.fullscreen/addon.py): entering source directory /storage/.kodi/addons/script.tvguide.fullscreen
13:41:06.746 T:140567407249152   DEBUG: CPythonInvoker(8, /storage/.kodi/addons/script.tvguide.fullscreen/addon.py): entering source directory /storage/.kodi/addons/script.tvguide.fullscreen
13:41:06.746 T:140567407249152   DEBUG: CPythonInvoker(8, /storage/.kodi/addons/script.tvguide.fullscreen/addon.py): instantiating addon using automatically obtained id of "script.tvguide.fullscreen" dependent on version 2.25.0 of the xbmc.python api
13:41:06.746 T:140567407249152   DEBUG: CPythonInvoker(8, /storage/.kodi/addons/script.tvguide.fullscreen/addon.py): instantiating addon using automatically obtained id of "script.tvguide.fullscreen" dependent on version 2.25.0 of the xbmc.python api
13:41:06.761 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: loading setting definitions
13:41:06.761 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: trying to load setting definitions from old format...
13:41:06.766 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: loading setting values
13:41:06.768 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting category. Creating a setting on-the-fly...
13:41:06.768 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting channel.arg. Creating a setting on-the-fly...
13:41:06.768 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting last.channel. Creating a setting on-the-fly...
13:41:06.768 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting version. Creating a setting on-the-fly...
13:41:06.774 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: loading setting definitions
13:41:06.774 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: trying to load setting definitions from old format...
13:41:06.778 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: loading setting values
13:41:06.779 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting category. Creating a setting on-the-fly...
13:41:06.779 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting channel.arg. Creating a setting on-the-fly...
13:41:06.780 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting label15. Creating a setting on-the-fly...
13:41:06.780 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting label16. Creating a setting on-the-fly...
13:41:06.780 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting label17. Creating a setting on-the-fly...
13:41:06.780 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting last.channel. Creating a setting on-the-fly...
13:41:06.780 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting version. Creating a setting on-the-fly...
13:41:06.907 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: loading setting definitions
13:41:06.907 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: trying to load setting definitions from old format...
13:41:06.909 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: loading setting values
13:41:06.910 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting category. Creating a setting on-the-fly...
13:41:06.910 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting channel.arg. Creating a setting on-the-fly...
13:41:06.910 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting last.channel. Creating a setting on-the-fly...
13:41:06.910 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting version. Creating a setting on-the-fly...
13:41:07.283 T:140570003983680   DEBUG: ------ Window Init (/storage/.kodi/addons/script.tvguide.fullscreen/resources/skins/Default/720p/script-tvguide-main.xml) ------
13:41:07.283 T:140570003983680   DEBUG: ------ Window Init (/storage/.kodi/addons/script.tvguide.fullscreen/resources/skins/Default/720p/script-tvguide-main.xml) ------
13:41:07.283 T:140570003983680    INFO: Loading skin file: /storage/.kodi/addons/script.tvguide.fullscreen/resources/skins/Default/720p/script-tvguide-main.xml, load type: LOAD_ON_GUI_INIT
13:41:07.283 T:140570003983680    INFO: Loading skin file: /storage/.kodi/addons/script.tvguide.fullscreen/resources/skins/Default/720p/script-tvguide-main.xml, load type: LOAD_ON_GUI_INIT
13:41:07.365 T:140567407249152   DEBUG: [script.tvguide.fullscreen] file is on the internet: http://192.168.1.2:9981/xmltv
13:41:07.366 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: loading setting definitions
13:41:07.366 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: trying to load setting definitions from old format...
13:41:07.368 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: loading setting values
13:41:07.369 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting category. Creating a setting on-the-fly...
13:41:07.369 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting channel.arg. Creating a setting on-the-fly...
13:41:07.369 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting last.channel. Creating a setting on-the-fly...
13:41:07.369 T:140567407249152   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting version. Creating a setting on-the-fly...
13:41:07.679 T:140567407249152   DEBUG: [script.tvguide.fullscreen] file /storage/.kodi/userdata/addon_data/script.tvguide.fullscreen/xmltv.xml was downloaded
13:41:07.679 T:140567407249152   DEBUG: [script.tvguide.fullscreen] file /storage/.kodi/userdata/addon_data/script.tvguide.fullscreen/xmltv.xml was downloaded
13:41:09.362 T:140568977995520   DEBUG: [script.tvguide.fullscreen] Updating caches...
13:41:18.120 T:140567407249152    INFO: CPythonInvoker(8, /storage/.kodi/addons/script.tvguide.fullscreen/addon.py): script successfully run
13:41:18.120 T:140567407249152    INFO: CPythonInvoker(8, /storage/.kodi/addons/script.tvguide.fullscreen/addon.py): waiting on thread 140567358445312
13:41:18.144 T:140570003983680   DEBUG: ------ Window Deinit (/storage/.kodi/addons/script.tvguide.fullscreen/resources/skins/Default/720p/script-tvguide-main.xml) ------
13:41:18.144 T:140570003983680   DEBUG: ------ Window Deinit (/storage/.kodi/addons/script.tvguide.fullscreen/resources/skins/Default/720p/script-tvguide-main.xml) ------
13:41:18.220 T:140567407249152   DEBUG: onExecutionDone(8, /storage/.kodi/addons/script.tvguide.fullscreen/addon.py)
13:41:20.479 T:140570003983680   DEBUG: CAddonSettings[script.tvguide.fullscreen]: loading setting definitions
13:41:20.479 T:140570003983680   DEBUG: CAddonSettings[script.tvguide.fullscreen]: trying to load setting definitions from old format...
13:41:20.481 T:140570003983680   DEBUG: CAddonSettings[script.tvguide.fullscreen]: loading setting values
13:41:20.482 T:140570003983680   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting category. Creating a setting on-the-fly...
13:41:20.482 T:140570003983680   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting channel.arg. Creating a setting on-the-fly...
13:41:20.482 T:140570003983680   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting last.channel. Creating a setting on-the-fly...
13:41:20.482 T:140570003983680   DEBUG: CAddonSettings[script.tvguide.fullscreen]: failed to find definition for setting version. Creating a setting on-the-fly...
13:41:47.594 T:140567407249152   DEBUG: CPythonInvoker(9, /storage/.kodi/addons/script.tvguide.fullscreen/addon.py): start processing
13:41:47.601 T:140567407249152   DEBUG: CPythonInvoker(9, /storage/.kodi/addons/script.tvguide.fullscreen/addon.py): the source file to load is "/storage/.kodi/addons/script.tvguide.fullscreen/addon.py"
13:41:47.601 T:140567407249152   DEBUG: CPythonInvoker(9, /storage/.kodi/addons/script.tvguide.fullscreen/addon.py): the source file to load is "/storage/.kodi/addons/script.tvguide.fullscreen/addon.py"
13:41:47.601 T:140567407249152   DEBUG: CPythonInvoker(9, /storage/.kodi/addons/script.tvguide.fullscreen/addon.py): setting the Python path to /storage/.kodi/addons/script.tvguide.fullscreen:/storage/.kodi/addons/script.module.beautifulsoup4/lib:/storage/.kodi/addons/script.module.certifi/lib:/storage/.kodi/addons/script.module.chardet/lib:/storage/.kodi/addons/script.module.dateutil/lib:/storage/.kodi/addons/script.module.idna/lib:/storage/.kodi/addons/script.module.requests/lib:/storage/.kodi/addons/script.module.simplejson/lib:/storage/.kodi/addons/script.module.six/lib:/storage/.kodi/addons/script.module.urllib3/lib:/usr/share/kodi/addons/script.module.pil/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
Reply
13:20:00.647 T:140570003983680  NOTICE: -----------------------------------------------------------------------
13:20:00.647 T:140570003983680  NOTICE: Starting Kodi (18.0-RC5 Git:18.0rc5.2-Leia). Platform: Linux x86 64-bit
13:20:00.647 T:140570003983680  NOTICE: Using Release Kodi x64 build
13:20:00.647 T:140570003983680  NOTICE: Kodi compiled 2019-01-16 by GCC 8.2.0 for Linux x86 64-bit version 4.19.14 (267022)
13:20:00.647 T:140570003983680  NOTICE: Running on LibreELEC (official): 8.95.003 9.0, kernel: Linux x86 64-bit version 4.19.14
13:20:00.647 T:140570003983680  NOTICE: FFmpeg version/source: 4.0.3-Kodi
13:20:00.647 T:140570003983680  NOTICE: Host CPU: Intel® Core™ i3-8100 CPU @ 3.60GHz, 4 cores available
Reply
(2019-01-21, 20:52)bizzs Wrote: 13:20:00.647 T:140570003983680  NOTICE: -----------------------------------------------------------------------
13:20:00.647 T:140570003983680  NOTICE: Starting Kodi (18.0-RC5 Git:18.0rc5.2-Leia). Platform: Linux x86 64-bit
13:20:00.647 T:140570003983680  NOTICE: Using Release Kodi x64 build
13:20:00.647 T:140570003983680  NOTICE: Kodi compiled 2019-01-16 by GCC 8.2.0 for Linux x86 64-bit version 4.19.14 (267022)
13:20:00.647 T:140570003983680  NOTICE: Running on LibreELEC (official): 8.95.003 9.0, kernel: Linux x86 64-bit version 4.19.14
13:20:00.647 T:140570003983680  NOTICE: FFmpeg version/source: 4.0.3-Kodi
13:20:00.647 T:140570003983680  NOTICE: Host CPU: Intel® Core™ i3-8100 CPU @ 3.60GHz, 4 cores available
 There is nothing obviously wrong there and you are using a similar version to mine.

I've added a bit of code in version 0.17.413 to enable some debugging messages in the log.
https://github.com/primaeval/script.tvgu...fc4ce107b4
It will output the channel list before and after ordering by the m3u playlist to the debug log.
The second time the list is output the order should be different.

Could you update to version 0.17.413.
Turn on debug logging.
Turn on "Order Channels by m3u Position".
Start TVGF. Stop it.
Upload the debug log and post a link.

This is detailed info about uploading logs.
https://kodi.wiki/view/Log_file

If there are any passwords in any urls make sure you **** them out.
Reply
Sorry Primaeval, I have been busy with kids and hubby and I didn't get to try the new file.  I will try to get to the guide in a little bit.  On a another note, can you help me with webgrabplus?  I have the grabber running but I am having a time zone issue with a few channel tiers.  I live on the east coast and the channel tiers from the west coast are not matching up with what is being broadcasted.  I chose the pacific coast channel tiers and the guide descriptions are off .  I experimented with the the other time zones and they were off too.  Is there a setting that needs to be changed within the ini file?

Thanks
bizzs
Reply
  • 1
  • 182
  • 183
  • 184(current)
  • 185
  • 186
  • 201

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