NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 38 39 40 41 42 … 93 Next »
YahooXMLTv (requires Go for TV)

 
  • 0 Vote(s) - 0 Average
YahooXMLTv (requires Go for TV)
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#91
2007-07-09, 04:10 PM
majorpayne Wrote:Cause i don't understand what to do... I don't find a .ini or the file to change

Ah sorry. The BDA.ini file will be in your GB-PVR directory. In it, there is an entry for the 1600:
Code:
[Hauppauge HVR-1600 (ATSC)]
TUNING_TYPE=ATSC
FILTER_TUNER=Hauppauge WinTV 418 BDA Tuner
FILTER_CAPTURE=Hauppauge WinTV 418 TS Capture
PIN_TUNER_IN=Input0
PIN_TUNER_OUT=MPEG2 Transport
PIN_CAPTURE_IN=Mpeg2 Transport
PIN_CAPTURE_OUT=Mpeg2 Transport

This would translate to:
Code:
<graph device="1" flags="BDA" >

<device id="vid_0930&amp;pid_1005" />

<sink>

<filter id="CAPTURE" category="BDA-CAPTURE" name="Hauppauge WinTV 418 TS Capture" />

<filter id="TVTUNER" category="BDA-TUNER" name="Hauppauge WinTV 418 TS Capture" />

<filter id="BDA-PROVIDER" category="BDA-PROVIDER" name="Microsoft ATSC Network Provider" clsid="{0DAD2FDD-5FD7-11D3-8F50-00C04F7971E2}" />

<filter id="BDA-TIF" category="BDA-TIF" name="BDA MPEG2 Transport Information Filter" />

<filter id="BDA-MST" category="BDA-TIF" name="MPEG-2 Sections and Tables" />

<filter id="DEMUX" category="MPEG2DEMUX" flags="no-preset" />

<filter id="ANALYZER" category="MPEG2ANALYZER" />

<filter id="SBESINK" category="SBESINK" />

<connect output_filter="BDA-PROVIDER" output_pin="#0" input_filter="TVTUNER" input_pin="#0" />

<connect output_filter="TVTUNER" output_pin="#0" input_filter="CAPTURE" input_pin="#0" />

<connect output_filter="CAPTURE" output_pin="#0" input_filter="DEMUX" input_pin="#0" />

<connect auto_demux="true" />

</sink>

<source>
</source>

</graph>

NOTE: THIS WILL STILL NOT WORK. You will need to get the proper device ID. See the instructons in the 2nd post for how to do this (or someone who has a 1600 may be able to post the right value).

Once you change the device id, copy the above code to notepad and save it as:
C:\Program Files\Yahoo!\Yahoo! Go for TV\tv\graphs\Hauppauge WinTV 418 TS Capture.mtv-graph
majorpayne
Offline

Member

Posts: 126
Threads: 23
Joined: Jul 2007
#92
2007-07-09, 05:22 PM
I must be doing something wrong. could ven_14f1&amp;dev_5b7a&amp;subsys_74040070&amp;rev_00 be the right device id?

When i run the tv setup it still says that i do not have a tuner card
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#93
2007-07-09, 09:12 PM
majorpayne Wrote:I must be doing something wrong. could ven_14f1&amp;dev_5b7a&amp;subsys_74040070&amp;rev_00 be the right device id?

When i run the tv setup it still says that i do not have a tuner card

That device id looks about right. The entry should then read:
<device id="ven_14f1&amp;dev_5b7a&amp;subsys_74040070&amp;rev_00" />

If that doesn't work post the entire device string from graphedit.
elbryyan
Offline

Senior Member

Posts: 352
Threads: 59
Joined: Mar 2007
#94
2007-07-09, 09:19 PM
majorpayne Wrote:I must be doing something wrong. could ven_14f1&amp;dev_5b7a&amp;subsys_74040070&amp;rev_00 be the right device id?

When i run the tv setup it still says that i do not have a tuner card

You can also try looking at my post #62 and following those instructions to set up a lineup without having to configure any tuner cards at all. I use the app on a computer that doesn't have any tuner cards and copy the xml file to update the epg.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#95
2007-07-09, 09:22 PM
elbryyan Wrote:You can also try looking at my post #62 and following those instructions to set up a lineup without having to configure any tuner cards at all. I use the app on a computer that doesn't have any tuner cards and copy the xml file to update the epg.
Thanks elbryyan. I forgot about that.
majorpayne
Offline

Member

Posts: 126
Threads: 23
Joined: Jul 2007
#96
2007-07-09, 10:28 PM
elbryyan Wrote:For those of you that are slow like me you can install the yahoo go for tv on any machine with or without a tv tuner and kick of the program guide wizard manually by using this at the command line in the yahoo go for tv directory.

ygtvwizardhost.exe {11534277-7823-4E49-AFE6-587805632302}

This worked for me. Will i need to do this every time when i want to update the EPG
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#97
2007-07-09, 10:37 PM
majorpayne Wrote:This worked for me. Will i need to do this every time when i want to update the EPG

Not if you are using this utility. That is just for the initial setup.
majorpayne
Offline

Member

Posts: 126
Threads: 23
Joined: Jul 2007
#98
2007-07-09, 11:17 PM
Sweet cause it's working great. With the I-XMLtv i'll be able to get like the aired and new things
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#99
2007-07-09, 11:24 PM
majorpayne Wrote:Sweet cause it's working great. With the I-XMLtv i'll be able to get like the aired and new things

Most of the data is in the exported file. Jim_ is working on an update for I-XMLtv to take advantage of it.
tiger66
Offline

Member

Posts: 74
Threads: 11
Joined: Dec 2006
#100
2007-07-10, 01:12 AM
Hi Whurlston. Thanks for the great app!

I'm having a small problem with it, though. The name of my listings file has spaces (or could it be the parentheses?) and I believe it's causing the application to crash. Here's the output:

C:\YahooXMLTv>YahooXMLTv.exe days=5
07/09/2007 20:52:54 -- Starting Update.
07/09/2007 20:52:54 -- Processing Lineups.
07/09/2007 20:52:54 -- Lineup 1 of 1: Comcast Forsyth/Bartow (Atlanta)
07/09/2007 20:52:54 -- Downloading new listings. Attempt 1 of 3.
07/09/2007 20:54:13 -- Download successful. Processing new listings.
07/09/2007 20:54:13 -- Found 68 channels.
07/09/2007 20:54:14 -- Channels processed.
07/09/2007 20:54:14 -- Found 9674 programs for 5 days.
07/09/2007 20:56:07 -- Programs processed.
07/09/2007 20:56:07 -- Saving Xml.

[COLOR="Red"]Unhandled Exception: System.IO.DirectoryNotFoundException: Could not find a part
of the path 'C:\YahooXMLTv\Comcast Forsyth\Bartow (Atlanta).xml'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, I
nt32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions o
ptions, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)[/COLOR]
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access,
FileShare share)
at System.Xml.XmlWriter.Create(String outputFileName, XmlWriterSettings setti
ngs)
at YahooXMLTv.Program.ProcessLineups()
at YahooXMLTv.Program.Main(String[] args)


Or am I just doing something wrong?

Thanks!
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (34): « Previous 1 … 8 9 10 11 12 … 34 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  I-xmltv updated for YahooXMLTv (adds a new show marker and more) Jim_ 78 25,955 2008-01-02, 10:33 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