NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 34 35 36 37 38 … 93 Next »
New XMLTV Enhancer and more...

Thread Closed 
 
  • 0 Vote(s) - 0 Average
New XMLTV Enhancer and more...
agerdin
Offline

Senior Member

Posts: 692
Threads: 96
Joined: Sep 2004
#11
2007-11-23, 08:57 PM
zehd Wrote:What I would love is a cut down file of one of your XMLTV files.

Just a single snip from your XML in a text file. Open your file in Notepad (not wordpad) and snip a show that has the most info for a given show. (Actors, Airdate, previously shown, etc). Get the whole entry from <Programme...> to </Programme> For the moment I won't need any of the channels or the file header.

EDIT: I also see in the other thread that your having issues with Swedish Characters. Take note what the downloaded xmltv file's encoding is and grab a record that uses the characters... eg <?xml version="1.0" encoding="utf-8"?>

Zehd, i have attached a file with 3 examples. As you can see the tag "category" appears twice in some cases where I would like to include both in some way.

The problems with Swedish charachters was only when trying to include literals to explain the merging tags using msxsl.exe. I have no problems with characters in the tags itself.

looking forward to your first release.

Let me know if you need something else.

\Agerdin
-Oz-
Offline

Posting Freak

Posts: 803
Threads: 33
Joined: Aug 2006
#12
2007-11-23, 10:13 PM
Glad to see we're getting a lot of ideas for this and a lot of want.
Dan Blomberg
[SIZE="1"]HTPC 1: MSI K8NGM2-FID, AMD 64 3000+, WD 200gb HDD, 1gb ram, NSK2400, PVR-500, Harmony 659
HTPC 2: ASUS M2NPV-VM, AMD 64 3200+, WD 250gb HDD, 1gb ram, nVidia DualTV MCE, NSK2400, Harmony 720
HTPC 3: GIGABYTE GA-E7AUM-DS2H GeForce 9400, Intel E5200 Wolfdale, WD 640gb HDD, 4gb ram, Antec Fusion 2, HVR-1600, hdhomerun, Harmony 880, PCH A-110
GBPVR 1.4.7 Additions: Weather2, UltraXMLTV, Comskip
Project: Setup Logitech Harmony Remote[/SIZE]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#13
2007-11-24, 03:26 AM
whurlston Wrote:The serializer is just a class that strong types the XMLTv data and will read and write XMLTv files. It's in C# but I can make it a dll so that you can access it from VB6.

My code is running well at the moment. It's short and sweet. I'm trying to work with only variables and arrays which is tough for me because I like to visualize and see immediate screen refresh... I'll be talking about some coding ideas later in this thread.

A quick dll might be great. When processing 27000 records or more, the faster the better...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#14
2007-11-24, 03:28 AM
Koenie Wrote:I do some postprocessing of the xmltv file to correct some systematical errors and to fix some titles (sometimes titles and subtitles are together hampering season recordings).
Further I substitute the channel numbers with the actual channel numbers of my cable provider (this makes setting up multipe tuners easy, especially if there are changes in the channels and one has to reimport the EPG from the config app).

The utilities I use are actually replchanid.exe and epgfilter.exe which I found trough this forum: http://forums.nextpvr.com/showthread.php...replchanid

This site has a number of tools together, nice for some ideas: http://www.prize.nl/software/pvr/

Would be nice to get this functionality bundled in a single app.

I'm planning on adding Channel replacing too
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#15
2007-11-24, 03:39 AM
agerdin Wrote:Zehd, i have attached a file with 3 examples. As you can see the tag "category" appears twice in some cases where I would like to include both in some way.

The problems with Swedish charachters was only when trying to include literals to explain the merging tags using msxsl.exe. I have no problems with characters in the tags itself.

looking forward to your first release.

Let me know if you need something else.

\Agerdin

This is great. I just noticed a new attribute for the Programme Node: clumpidx

What does it do?
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
agerdin
Offline

Senior Member

Posts: 692
Threads: 96
Joined: Sep 2004
#16
2007-11-24, 06:44 AM
zehd Wrote:This is great. I just noticed a new attribute for the Programme Node: clumpidx

What does it do?

I had no idea, but looked it up and found this:
Quote:TV listings sometimes have the problem of listing two or more
programmes in the same timeslot, such as 'News; Weather'. We call
this a 'clump' of programmes, and the 'clumpidx' attribute
differentiates between two programmes sharing the same timeslot and
channel. In this case News would have clumpidx="0/2" and Weather
would have clumpidx="1/2". If you don't have this problem, be
thankful!

\\Agerdin
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#17
2007-11-24, 01:17 PM (This post was last modified: 2007-11-24, 01:21 PM by zehd.)
agerdin Wrote:I had no idea, but looked it up and found this:


\\Agerdin

I suppose I should have looked at the DTD (Document Type Definition) a long time ago. This has given me insight into further features I need to add to make for compatibility...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#18
2007-11-24, 01:21 PM
Queston to all:

I noticed that the xmltv spec allows for multiple languages for many elements...

Code:
<title lang="en">English: Title</title>
    <title lang="de">Danish: Title</title>
    <title lang="sv">Swedish: Title</title>

I can do one of two things when I process this. I can have a single default language written to the processed output xml file or I can pass all three strings.

My question is, does GB-PVR use all three strings and displays the one that is specified elsewhere. Or will it just take the first string it reads...?
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#19
2007-11-24, 03:01 PM
It just takes the first.
psicotron3
Offline

Member

Posts: 134
Threads: 17
Joined: Jan 2007
#20
2007-11-24, 04:18 PM
zehd Wrote:Queston to all:

I can do one of two things when I process this. I can have a single default language written to the processed output xml file or I can pass all three strings.

My question is, does GB-PVR use all three strings and displays the one that is specified elsewhere. Or will it just take the first string it reads...?

sub Wrote:It just takes the first.

In this case zehd, could you create and option to select what language we want to keep?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (39): « Previous 1 2 3 4 5 … 39 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to extract M3U8 and get matching XMLTV guide data from NPVR almightyj 0 3,543 2018-10-23, 07:24 AM
Last Post: almightyj
  XMLTV Channel Number Option gdogg371 12 7,044 2018-07-18, 04:32 PM
Last Post: sub
  Merge xmltv data with xslt Graham 4 3,584 2014-01-02, 12:45 PM
Last Post: Graham
  XMLTV data mvallevand 6 2,688 2011-04-16, 03:08 AM
Last Post: sub
  Free XMLTV EPG scraper dneprrider 214 101,142 2010-03-29, 04:54 AM
Last Post: dljones8053
  XmlTv Structure psycik 2 2,254 2008-12-29, 10:53 PM
Last Post: psycik
  Content Provider: How to publish XMLTV data? skoka123 6 3,531 2008-09-03, 05:48 AM
Last Post: skoka123
  XMLTV Questions -Oz- 34 10,612 2008-03-24, 01:19 AM
Last Post: zehd
  I-xmltv updated for YahooXMLTv (adds a new show marker and more) Jim_ 78 25,667 2008-01-02, 10:33 AM
Last Post: tvshowman
  xmltv zap2it & msn scraper merge tvshowman 2 1,923 2007-12-12, 03:48 AM
Last Post: tvshowman

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

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

Linear Mode
Threaded Mode