IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Full Program Descriptions
Guest_dvbowna_*
post Nov 2 2005, 08:45 PM
Post #1





Guests






Attatched (in the zip) is an updated xmltvGrabber.jar which adds a program id to the xmltv.xml, which is then later used to creata a link to more detailed program info in WebScheduler.
WebScheduler.jar also needs to be updated for this to work.

it was actually very easy to implement - about 5 lines of code!

The jars are based off the source from CVS as of today.

If you want to try them out, stop the webscheduler service, backup your old webscheduler.jar file, add in the updated webscheduler.jar, start service.
For the xmltv, just backup the old xmltvGrabber.jar and copy the new version.
Attached File(s)
Attached File  webscheduler_xmltvgrabber.zip ( 252.07K ) Number of downloads: 75
 
Go to the top of the page
 
+Quote Post
Guest_budge31_*
post Nov 3 2005, 08:43 AM
Post #2





Guests






QUOTE (dvbowna @ Nov 2 2005, 08:45 PM) *
Attatched (in the zip) is an updated xmltvGrabber.jar which adds a program id to the xmltv.xml, which is then later used to creata a link to more detailed program info in WebScheduler.
WebScheduler.jar also needs to be updated for this to work.

it was actually very easy to implement - about 5 lines of code!

The jars are based off the source from CVS as of today.

If you want to try them out, stop the webscheduler service, backup your old webscheduler.jar file, add in the updated webscheduler.jar, start service.
For the xmltv, just backup the old xmltvGrabber.jar and copy the new version.

Installed and seems to be working like a bought one. Nice one mate.
Go to the top of the page
 
+Quote Post
null_pointer
post Nov 3 2005, 10:04 AM
Post #3


Web Scheduler Developer


Group: Developers
Posts: 4,495
Joined: 9-July 03
From: Melb
Member No.: 9
Card: None


I will try to add these changes to CVS in the next few days.
Go to the top of the page
 
+Quote Post
Jezz_X
post Nov 4 2005, 07:58 AM
Post #4


Participant


Group: Members
Posts: 75
Joined: 23-August 05
Member No.: 3,502
Card: Compro VideoMate DVB-T300


So this adds the ninemsn link next to the IMBD one right ?
pity ninemsn seems to only list a couple of channels at the moment only 2 in melbourne and 3 in eastern victoria which is me
Go to the top of the page
 
+Quote Post
null_pointer
post Nov 4 2005, 08:58 AM
Post #5


Web Scheduler Developer


Group: Developers
Posts: 4,495
Joined: 9-July 03
From: Melb
Member No.: 9
Card: None


QUOTE
pity ninemsn seems to only list a couple of channels at the moment only 2 in melbourne and 3 in eastern victoria which is me


I noticed this to this morning, if should be fixed soon, they usually fix this sort of problem resonably quickly.

I have added the changes to CVS and this will be in the next release of WS.
Go to the top of the page
 
+Quote Post
Jezz_X
post Nov 4 2005, 09:15 AM
Post #6


Participant


Group: Members
Posts: 75
Joined: 23-August 05
Member No.: 3,502
Card: Compro VideoMate DVB-T300


QUOTE (null_pointer @ Nov 4 2005, 09:58 AM) *
I have added the changes to CVS and this will be in the next release of WS.

ok since xmltvGrabber.jar isn't included in Webscheduler is that really wise because people will be clicking on the link and getting nothing not to mention the people outside australia that use the xmltv part
Go to the top of the page
 
+Quote Post
null_pointer
post Nov 4 2005, 10:40 AM
Post #7


Web Scheduler Developer


Group: Developers
Posts: 4,495
Joined: 9-July 03
From: Melb
Member No.: 9
Card: None


QUOTE
is that really wise


dont panic, if the url info is not in the source XMLTV file the url is left empty and if the url is empty no link is shown on the details page :-)
Go to the top of the page
 
+Quote Post
Guest_dvbowna_*
post Nov 5 2005, 11:53 AM
Post #8





Guests






Actually that progam id is also usable on www.tvguide.com.au
Their program decriptions sometimes include images or other useful details.
Go to the top of the page
 
+Quote Post
Guest_wynton_*
post Nov 12 2005, 04:46 AM
Post #9





Guests






Basically, I had a general question.
In france, there are different channel, some are in mpeg2 and others are in mpeg4.
DvbWS works very well with mpeg2 channels but I wonder if it was possible to decode mpeg4 channel with h.264 codec for instance.
Thanks
Go to the top of the page
 
+Quote Post
null_pointer
post Nov 12 2005, 08:21 AM
Post #10


Web Scheduler Developer


Group: Developers
Posts: 4,495
Joined: 9-July 03
From: Melb
Member No.: 9
Card: None


QUOTE
DvbWS works very well with mpeg2 channels but I wonder if it was possible to decode mpeg4 channel with h.264 codec for instance.


WS does not decode anything, it just dumps the data to disk, it will be up to the playback app to do the decoding.
Go to the top of the page
 
+Quote Post
PCKid
post Nov 13 2005, 09:13 PM
Post #11


Forum Regular


Group: Members
Posts: 226
Joined: 17-April 05
Member No.: 2,861
Card: DVICO FusionHDTV


QUOTE (dvbowna @ Nov 2 2005, 06:45 PM) *
Attatched (in the zip) is an updated xmltvGrabber.jar which adds a program id to the xmltv.xml, which is then later used to creata a link to more detailed program info in WebScheduler.
WebScheduler.jar also needs to be updated for this to work.

it was actually very easy to implement - about 5 lines of code!

The jars are based off the source from CVS as of today.

If you want to try them out, stop the webscheduler service, backup your old webscheduler.jar file, add in the updated webscheduler.jar, start service.
For the xmltv, just backup the old xmltvGrabber.jar and copy the new version.


How do you turn a service on and off to make it work?
Go to the top of the page
 
+Quote Post
convas
post Nov 14 2005, 09:58 PM
Post #12


Forum Regular


Group: Members
Posts: 145
Joined: 10-March 05
Member No.: 2,686
Card: VisionPlus DVB-t / DVICO FusionHDTV


QUOTE (PCKid @ Nov 13 2005, 10:13 PM) *
How do you turn a service on and off to make it work?


Go into the Control Panel then Administritive Tools, then select Services.
In there will be a entry "DVB Webscheduler Service", right click it and select disable and enable to turn it on again.

CV
Go to the top of the page
 
+Quote Post
null_pointer
post Nov 15 2005, 06:17 AM
Post #13


Web Scheduler Developer


Group: Developers
Posts: 4,495
Joined: 9-July 03
From: Melb
Member No.: 9
Card: None


another way is use the net command from the command prompt:

net stop dvbwebscheduler

then

net start dvbwebscheduler

from the command prompt.
Go to the top of the page
 
+Quote Post
Guest_aleph_*
post Jan 20 2006, 03:26 PM
Post #14





Guests






I used to have this extra ninemsn link but now it does not show anymore.
I am using the latest build Version 3.0.20 from this thread http://forums.dvbowners.com/index.php?showtopic=5062. Is there anything that I should be doing to enable it again?
Go to the top of the page
 
+Quote Post
null_pointer
post Jan 20 2006, 03:28 PM
Post #15


Web Scheduler Developer


Group: Developers
Posts: 4,495
Joined: 9-July 03
From: Melb
Member No.: 9
Card: None


make sure your XMLTV grabber adds the URL tag to the programs and it is valid.
Go to the top of the page
 
+Quote Post
Guest_aleph_*
post Jan 24 2006, 07:14 PM
Post #16





Guests






Using the xmltvgrabber from this thread I get output like this
CODE
- <tv>
- <programme channel="ABC2" id="13773133" start="20060127160000 +1100" stop="20060127163000 +1100">
  <title>Jacques Reymond's Secret Recipe</title>
  <sub-title />
  <desc>Forget chip butties and mushy peas with eels and gravy. ...</desc>
- <rating system="ABA">
  <value>G</value>
  </rating>
  <length units="minutes">30</length>
  <category />
  </programme>


Is it the id="13773133" that gives the ninemsn link? Should this data give the link? I can still not see it and I am unsure about what to do to fix it.
Go to the top of the page
 
+Quote Post
null_pointer
post Jan 24 2006, 07:53 PM
Post #17


Web Scheduler Developer


Group: Developers
Posts: 4,495
Joined: 9-July 03
From: Melb
Member No.: 9
Card: None


nope, it needs to have a URL entry
<url>http://tvguide.ninemsn.com.au/cu/default.asp?pid=13773133</url>
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 26th May 2013 - 01:47 AM