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...
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#101
2008-01-03, 02:05 AM
whurlston Wrote:If I remember correctly, Oz and I both did a simple check of the air date against the original air date. If there was less than a weeks difference, we added the marker. There may have been a new or repeat flag, but I don't think we relied on it. I could be wrong and I don't have my code in front of me.

I noticed that you used the PreviouslyShown tag. I can't find an original air date tag in the MCExml data. I was creating new show markers based on existence of a previouslyshown tag (yes, I realize that isn't entirely reliable)

Wondered what YAPI used.

On a side note, I tried YAPI to get my own raw file, and with 74 channels of the Time Warner analog it seemed to take for ever...
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]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#102
2008-01-03, 05:49 AM
I'm not sure if i actually output the original airdate tag or not in the MCE app, but it was in the database so i was able to use it for comparison.

The Y! data can take a while to build. A lot of times it times out first and you need to wait for the server to finish then download it again after a few minutes to grab the cached file.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#103
2008-01-04, 12:07 AM
whurlston Wrote:I'm not sure if i actually output the original airdate tag or not in the MCE app, but it was in the database so i was able to use it for comparison.

The Y! data can take a while to build. A lot of times it times out first and you need to wait for the server to finish then download it again after a few minutes to grab the cached file.

Maybe I will ask you to modify the MCE2XML app to output the original airdate into the xml file.

My thoughts are that if the Enhancer is already gathering and moving data, including adding New Show Markers, it might be a good idea to have the user select all enhancements in one program, rather than have the MCE2XML grabber do the New Shows and the Enhancer doing the rest. It would be my theory that it would be best for the Y! app too...

As far as the Y! data, I think I would like a formed xml file to work with rather than fiddle with downloading a fresh file. I would want one that does not have NewShow Markers added.

I guess -Oz- is kinda busy for the while. Would you be able to grab a sample for me, please?
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]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#104
2008-01-04, 01:00 AM
Sure. I'll grab the Y! sample later tonight for you. I'll see what I can do about the MCE data as well. There were some changes that I had made to it that were never released before I scrapped the project so it may take me a day or two to refamiliarize myself with the code.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#105
2008-01-04, 06:32 AM
whurlston Wrote:Sure. I'll grab the Y! sample later tonight for you. I'll see what I can do about the MCE data as well. There were some changes that I had made to it that were never released before I scrapped the project so it may take me a day or two to refamiliarize myself with the code.

That would be great...
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]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#106
2008-01-04, 08:35 AM
All attempts at the Y! data have failed for me. I've even tried other zipcode/provider.

Sorry.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#107
2008-01-05, 02:06 AM
I'm back up and running with my dev machine. I'll be making some tweaks to the Enhancer soon...

I was also able to get a YAPI download sample file...

-Oz- when you have time, can you check to see if there is any raw data from the yapi that indicates an original Airdate?

I believe that with your app, Any show without a previouslyshown tag is marked with a " *"...
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
#108
2008-01-05, 02:10 AM
-Oz-... Answered my own question. Yes there is a airdate in the raw data.

Can you add that to the xml output as a <date> tag please...?
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]
ElihuRozen
Offline

Senior Member

Massachusetts, USA
Posts: 516
Threads: 51
Joined: Apr 2006
#109
2008-01-06, 05:43 PM
whurlston Wrote:Sure. I'll grab the Y! sample later tonight for you. I'll see what I can do about the MCE data as well. There were some changes that I had made to it that were never released before I scrapped the project so it may take me a day or two to refamiliarize myself with the code.

Add me to the list of people who would like to see the MCE data include the original air date as a value. I'd like to see it displayed by the EWA like I used to be able to do with ZapIt & ZapTools.

Thanks
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#110
2008-01-06, 06:34 PM
I looked at my old code and it was a complete mess. I'm completely rewriting the converter from scratch and I'll make sure I include the original air date. I should have a build of it sometime this week. I hope to take a cue from Frank and include a GUI as well.

Frank, the <previously-shown> tag should be as reliable as I can get for the original air date. I will add the <date> tag but it should pretty much just be a copy of the <previously-shown> tag.
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (39): « Previous 1 … 9 10 11 12 13 … 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,738 2018-10-23, 07:24 AM
Last Post: almightyj
  XMLTV Channel Number Option gdogg371 12 7,552 2018-07-18, 04:32 PM
Last Post: sub
  Merge xmltv data with xslt Graham 4 3,790 2014-01-02, 12:45 PM
Last Post: Graham
  XMLTV data mvallevand 6 2,943 2011-04-16, 03:08 AM
Last Post: sub
  Free XMLTV EPG scraper dneprrider 214 105,941 2010-03-29, 04:54 AM
Last Post: dljones8053
  XmlTv Structure psycik 2 2,400 2008-12-29, 10:53 PM
Last Post: psycik
  Content Provider: How to publish XMLTV data? skoka123 6 3,787 2008-09-03, 05:48 AM
Last Post: skoka123
  XMLTV Questions -Oz- 34 11,530 2008-03-24, 01:19 AM
Last Post: zehd
  I-xmltv updated for YahooXMLTv (adds a new show marker and more) Jim_ 78 27,886 2008-01-02, 10:33 AM
Last Post: tvshowman
  xmltv zap2it & msn scraper merge tvshowman 2 2,096 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