NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) TV Listings v
« Previous 1 … 8 9 10 11 12 13 Next »
Beta: TV Listings 3.4

Thread Closed 
 
  • 0 Vote(s) - 0 Average
Beta: TV Listings 3.4
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#1
2011-02-01, 11:35 AM (This post was last modified: 2011-02-11, 11:23 AM by alibert.)
Hi,

I've implemented support for categories / genres in the tv listings plugin and the xmltvextras utility. As I'm not sure if it works with all the xmltv epg-sources around, I'd like to ask if some of you could try out a beta version of the plugin and the utility and provide feedback if everything works as expected.

I've attached a .zip-package to this post that contains updated versions of "TV Listings.dll", "XmltvExtras.exe", and a modified "TV Listings.xml" skin file for the default skin.

To try it out, do the following:
- make backup copies of your existsng data
- replace the appropiate files with the ones from the download
- execute the xmltvextras utility (no longer need to pass the path to your xmltv files as parameter)
- assign colors to genres using the tv listings settings form

Thanks for your feedback.

-alibert
pcostanza
Offline

Posting Freak

Posts: 3,778
Threads: 270
Joined: Oct 2004
#2
2011-02-01, 01:23 PM
Where am I suppose to put the XmltvExtras.exe file to execute? I put it in the same plugins folder and ran it with no messages but when I went to view the tv listings, I got an error messages.
But, I'm running Schedules Direct so I'm thinking XmltvExtras is moot if running SD?????


Paul


Custom ASUS Maximus X Hero, 16 GB Memory-ASUS GeForce 1050 Ti, H115i Pro AIO, 850W PS, CM H500P case, Corsair Vengeance RGB Ram, Samsung 970 EVO, HDHomerun Prime & Extend  Tuners- running Windows 10 (and other goodies)
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#3
2011-02-01, 01:33 PM
Hi,

The XmltvExtras.exe should go into the "Scripts" subdirectory of the npvr data directory (usually c:\users\public\npvr).

I don't know exactly what schedules direct is, but if it doesn't generate an xmltv file, there's nothing the xmltvextras utility can import.

Regarding the error message: most likely you didn't use the updated skin file from the beta package above. Details may be found in the npvr.log logfile.

-alibert
pcostanza
Offline

Posting Freak

Posts: 3,778
Threads: 270
Joined: Oct 2004
#4
2011-02-01, 02:03 PM (This post was last modified: 2011-02-01, 02:10 PM by pcostanza.)
Thanks, I'll try a few things when I get home tonite.
Schedules Direct is one of the paid for tv guide listing services that you will see in the drop down as an EPG source.
And, yes, I put the .xml file in the wrong directory....should go into the skin/slate_overlay/tvlistings folder.....my bad. No errors now on my 'non tuner' testing machine.


Paul


Custom ASUS Maximus X Hero, 16 GB Memory-ASUS GeForce 1050 Ti, H115i Pro AIO, 850W PS, CM H500P case, Corsair Vengeance RGB Ram, Samsung 970 EVO, HDHomerun Prime & Extend  Tuners- running Windows 10 (and other goodies)
gEd
Offline

Posting Freak

London
Posts: 3,521
Threads: 100
Joined: Jan 2005
#5
2011-02-01, 11:40 PM
All seems to work fine perfectly.
I just wanted to help test it out, I have not historically been a big fan of colouring genres but I will see what I think over time.

I did spot one bug when testing.

I have attached my db file so you can take a look (when you are bored).

From EPG, I select Jamie's 30 Minute Meals on channel more 4. I already have existing recordings for this show on a different channel.

Select find more - existing shows appear (nice idea btw) with green spot next to them.

select first of these existing shows and the popup window displays Braveheart instead

It does this on another show as well. I spent a few mins trying to spot the pattern but the only thing I though of was whether it because the channel that these were recorded on no longer exists (since I added a new tuner).

thanks Alibert
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
ElihuRozen
Offline

Senior Member

Massachusetts, USA
Posts: 516
Threads: 51
Joined: Apr 2006
#6
2011-02-02, 12:27 AM
I noticed this, too, but I didn't think it had anything to do with the channel. Is Braveheart the oldest recording you have? It seemed to pick my oldest one.
gEd
Offline

Posting Freak

London
Posts: 3,521
Threads: 100
Joined: Jan 2005
#7
2011-02-02, 01:02 AM
No but it IS the first record to have a zero value for OID in the event_details column

<Event><OID>0</OID>

so it was possibly the first record to be imported into the db
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
roy
Offline

Posting Freak

Posts: 830
Threads: 95
Joined: Sep 2005
#8
2011-02-02, 01:13 AM
Works great for me, thanks! I use I-xmltv to download my two lineups from Schedules Direct.

Should xmltvextras.exe be called with UpdateEPG.bat or PostUpdateEPG.bat?
What, me worry?

MSI H270 PC Mate | Core i3-7100 | 16GB RAM | 275GB M.2 2280 SSD | 4TB + 2TB HDD | Zalman Z3 Case | Win10
HDHR Prime | HVR2250 | PCH A-110 | PCH A-100 | Harmony 650 & 700 remotes | Comcast | Schedules Direct
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#9
2011-02-02, 07:28 AM
Hi,
gEd Wrote:No but it IS the first record to have a zero value for OID in the event_details column

<Event><OID>0</OID>

so it was possibly the first record to be imported into the db

thanks for the exact error description and attaching your database. The issue is that all imported recordings seem to share the same event identifier, so, just as you've observed, too, the plugin took the first of those. I've added a workaround in the next release.

-alibert
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#10
2011-02-02, 07:32 AM
Hi,
roy Wrote:Works great for me, thanks! I use I-xmltv to download my two lineups from Schedules Direct.

Should xmltvextras.exe be called with UpdateEPG.bat or PostUpdateEPG.bat?

it should be called in PostUpdateEPG.bat.

Regarding schedules direct, does it produce xmltv data, and is your npvr epg source "Schedules Direct" or "XMLTV"?

-alibert
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  How can I modify TV Listings Skin Bobbybear 0 2,794 2019-07-18, 10:06 AM
Last Post: Bobbybear
  OTA ATSC Schedules Direct Listings ViperJPB 6 4,106 2019-02-13, 12:45 AM
Last Post: ViperJPB
  TV Listings in Kodi NextPVR Client dcol 7 5,121 2018-09-26, 03:53 PM
Last Post: dcol
  TV Listings Failing on Execution snaitaz 4 3,375 2018-09-18, 06:30 PM
Last Post: snaitaz
  TV Listings Back Color & Logos snaitaz 8 5,320 2018-09-07, 12:54 AM
Last Post: snaitaz
  Unhandled Exception setting up TV Listings. boogmeister1 16 9,970 2018-07-21, 09:20 PM
Last Post: tomhilton1
  TV Listings plugin no longer works after upgrade to 3.9.2 LeGrandZombie 14 8,628 2016-11-22, 03:46 AM
Last Post: mvallevand
  Must be Doing Something Wrong with TV Listings GWCowling323 49 23,981 2016-11-07, 04:36 PM
Last Post: mvallevand
  Where do TV Listings Files Go? GWCowling323 3 4,327 2016-10-14, 04:28 PM
Last Post: Graham
  Using TV Listings? spiinnaker 3 4,054 2016-07-12, 05:40 PM
Last Post: Graham

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode