home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
OzTivoGrabber - Australian OzTivo grabber for Foxtel plugin for TVServer
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="50chickens" data-source="post: 506637" data-attributes="member: 47377"><p>yep, i'll definately want to have a look at the log, but i'll also make a version with a big more logging and upload that sometime late tonight (gotta go out for a bit after work). </p><p></p><p>just an aside my plugin calls the xmltv plugin code to import the tvguide.xml once it's created, so if you can import it directly using the xmltv plugin/exe then it's probably something easy to fix (ie, you mentioned that it's having trouble finding the MP folders - which is a remnant of when my oztivograbber app was a stand alone exe rather than a tvserver plugin)</p><p></p><p></p><p></p><p>here's what my oztivograbber was originally designed for -</p><p></p><p>1. download foxtel channel data from the oztivo site </p><p>2. create tvguide.xml file based this data</p><p>3. create analog channels in MP with channels from tvguide.xml</p><p>4. assign them to an analog tuner card</p><p>5. set the set top box channel numbers (eg 411 for movies 1, 502 for fox sports 2) to those channels so that they can be blasted to by and-81's ir server suite.</p><p></p><p>now, that was my original purpose, but people always come up with inventive ways to reuse things <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /> what you're asking is completely possible with a slight modification to my plugin.</p><p></p><p>currently, if you look in the foxtelchannels.xml file you will see 1 important piece of data - the oztivo code for their EPG data. now, i have only coded the foxtel channels (as i was only ever interested in those) but you can hand edit your foxtelchannels.xml file for any channel that Oztivo provided data for - FTA or pay tv, analog or digital. the problem is my app was only ever designed to process analog tuner stuff <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /> so when im saying it doesn't handle digital i mean that it can download epg data related to digital channels, but won't create channels/tuner assignments/blasting info around it. </p><p></p><p>i haven't tried it, but you could try using the xmltv plugin to map those channels in the tvguide.xml to the digital channels you have configured in MP. then, only set my plugin to build the tvguide.xml file without assigning the channels, or setting the external stb id's. so you use my plugin to download the data and xmltv to map and import it. </p><p></p><p>question i have though is .. normally digital channels contain full epg data. why do you want to grab the oztivo epg data instead?? </p><p></p><p></p><p>i can probably modify my plugin to handle digital channels in the way you want, but in my analog version creating a new analog channel is pretty easy. i only need to know the external stb channel no - eg 502 = fox sports 3 whereas with digital channels there are way more things to setup (eg tsid, sid no's etc), although iirc MP already has a list of digital channel and their details that i can use. it'd be an interesting exercise tbh. </p><p></p><p>hopefully this clears up the confusion for you <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /></p></blockquote><p></p>
[QUOTE="50chickens, post: 506637, member: 47377"] yep, i'll definately want to have a look at the log, but i'll also make a version with a big more logging and upload that sometime late tonight (gotta go out for a bit after work). just an aside my plugin calls the xmltv plugin code to import the tvguide.xml once it's created, so if you can import it directly using the xmltv plugin/exe then it's probably something easy to fix (ie, you mentioned that it's having trouble finding the MP folders - which is a remnant of when my oztivograbber app was a stand alone exe rather than a tvserver plugin) here's what my oztivograbber was originally designed for - 1. download foxtel channel data from the oztivo site 2. create tvguide.xml file based this data 3. create analog channels in MP with channels from tvguide.xml 4. assign them to an analog tuner card 5. set the set top box channel numbers (eg 411 for movies 1, 502 for fox sports 2) to those channels so that they can be blasted to by and-81's ir server suite. now, that was my original purpose, but people always come up with inventive ways to reuse things :) what you're asking is completely possible with a slight modification to my plugin. currently, if you look in the foxtelchannels.xml file you will see 1 important piece of data - the oztivo code for their EPG data. now, i have only coded the foxtel channels (as i was only ever interested in those) but you can hand edit your foxtelchannels.xml file for any channel that Oztivo provided data for - FTA or pay tv, analog or digital. the problem is my app was only ever designed to process analog tuner stuff :) so when im saying it doesn't handle digital i mean that it can download epg data related to digital channels, but won't create channels/tuner assignments/blasting info around it. i haven't tried it, but you could try using the xmltv plugin to map those channels in the tvguide.xml to the digital channels you have configured in MP. then, only set my plugin to build the tvguide.xml file without assigning the channels, or setting the external stb id's. so you use my plugin to download the data and xmltv to map and import it. question i have though is .. normally digital channels contain full epg data. why do you want to grab the oztivo epg data instead?? i can probably modify my plugin to handle digital channels in the way you want, but in my analog version creating a new analog channel is pretty easy. i only need to know the external stb channel no - eg 502 = fox sports 3 whereas with digital channels there are way more things to setup (eg tsid, sid no's etc), although iirc MP already has a list of digital channel and their details that i can use. it'd be an interesting exercise tbh. hopefully this clears up the confusion for you :) :D [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
OzTivoGrabber - Australian OzTivo grabber for Foxtel plugin for TVServer
Contact us
RSS
Top
Bottom