Page 2 of 6 FirstFirst 123456 LastLast
Results 21 to 40 of 103

Thread: Australiasat: Working 7 day EPG for foxtel!

  1. #21
    Administrator
    admin's Avatar
    Join Date
    Jan 2008
    Location
    Victoria
    Age
    56
    Posts
    31,150
    Thanks
    2,238
    Thanked 13,731 Times in 5,823 Posts
    Rep Power
    4553
    Reputation
    165805

    Default

    yep , at least they fixed one thing



  • #22
    Senior Member Frank Drebin's Avatar
    Join Date
    Jan 2008
    Posts
    503
    Thanks
    4
    Thanked 0 Times in 0 Posts
    Rep Power
    215
    Reputation
    11

    Default

    Quote Originally Posted by poiuytrewq View Post
    Do not forget to edit /usr/bin/enigma2.sh (see instructions) or it won't load.
    It states the following in the instructions...

    ** CHANGE /usr/bin/enigma2.sh **

    It's mandatory to change the script /usr/bin/enigma2.sh
    Just before 'LD_PRELOAD' add one of the following lines (depending on your image and EPGDAT option in e2_loadepg.conf) so that, after a Enigma2 Restart GUI, ext.epg.dat will be re-read.

    Examples:

    Instead of command "mv" (move) you can also use the command "cp" (copy).
    In this way the file ext.epg.dat will never be erased and will always be available in case of reboot


    GEMINI 3.x :
    ----------------------------- enigma2.sh ---------------------------------------
    [ -f /media/cf/ext.epg.dat ] && mv /media/cf/ext.epg.dat /media/cf/gemini.epg.dat
    LD_PRELOAD=/usr/lib/libopen.so.0.0 /usr/bin/enigma2
    --------------------------------------------------------------------------------
    or
    ----------------------------- enigma2.sh ---------------------------------------
    [ -f /media/hdd/ext.epg.dat ] && mv /media/hdd/ext.epg.dat /media/hdd/gemini.epg.dat
    LD_PRELOAD=/usr/lib/libopen.so.0.0 /usr/bin/enigma2
    --------------------------------------------------------------------------------


    LT 4 :
    ----------------------------- enigma2.sh ---------------------------------------
    [ -f /media/cf/ext.epg.dat ] && mv /media/cf/ext.epg.dat /media/cf/epg.dat
    LD_PRELOAD=/usr/lib/libopen.so.0.0 /usr/bin/enigma2
    --------------------------------------------------------------------------------
    or
    ----------------------------- enigma2.sh ---------------------------------------
    [ -f /media/hdd/ext.epg.dat ] && mv /media/hdd/ext.epg.dat /media/hdd/epg.dat
    LD_PRELOAD=/usr/lib/libopen.so.0.0 /usr/bin/enigma2
    --------------------------------------------------------------------------------

    My enigma2.sh files does not have LD_PRELOAD line as mentioned above...

    Code:
    #!/bin/sh
    
    /usr/bin/showiframe /boot/backdrop.mvi
    
    cd /home/root
    /usr/bin/enigma2
    
    # enigma2 exit codes:
    #
    # 0 - restart enigma
    # 1 - halt
    # 2 - reboot
    #
    # >128 signal
    
    ret=$?
    case $ret in
    	1)
    		/sbin/halt
    		;;
    	2)
    		/sbin/reboot
    		;;
    	4)
    		/sbin/rmmod lcd
    		/usr/sbin/fpupgrade --upgrade 2>&1 | tee /home/root/fpupgrade.log
    		sleep 1;
    		/sbin/rmmod fp
    		/sbin/modprobe fp
    		/sbin/reboot
    		;;
    	*)
    		;;
    esac

    Where should I insert the relevant line?

  • #23
    Senior Member
    Join Date
    Jan 2008
    Posts
    873
    Thanks
    148
    Thanked 159 Times in 78 Posts
    Rep Power
    0
    Reputation
    -1537

    Default

    Quote Originally Posted by Frank Drebin View Post
    My enigma2.sh files does not have LD_PRELOAD line as mentioned above...

    Where should I insert the relevant line?
    Sorry, but i don't know off the top of my head. Hmm which image are you using? I assume it has to be one with the capacity to load an EPG from a file? Anyone?

    p.

  • #24
    Senior Member
    Join Date
    Jan 2008
    Posts
    873
    Thanks
    148
    Thanked 159 Times in 78 Posts
    Rep Power
    0
    Reputation
    -1537

    Default

    FYI. The "australiasat" package is now available from Ambrosa (author of loadepg) and will be incorporated into future loadepg releases as an integrated module.

    For more information:



    He may also be the guy to talk to if you have tech questions about e2_loadepg.

    p.

  • #25
    Junior Member AJM's Avatar
    Join Date
    Jan 2008
    Posts
    173
    Thanks
    91
    Thanked 33 Times in 23 Posts
    Rep Power
    208
    Reputation
    229

    Default Well Done

    Well done. Well adapted. I agree that OzTivo leaves a bit to be desired.

    cheers
    AJM

  • #26
    Senior Member
    Join Date
    Jan 2008
    Posts
    873
    Thanks
    148
    Thanked 159 Times in 78 Posts
    Rep Power
    0
    Reputation
    -1537

    Default

    Quote Originally Posted by AJM View Post
    Well done. Well adapted. I agree that OzTivo leaves a bit to be desired.
    OzTivo is pretty good and full credit to everyone who is and has been involved in keeping it up to date and in putting together the various plugins and files that can read it. They've been a life saver til now.

    But the foxtel data is a whole lot better. Accurate times, accurate details (episode name and numbers, who is playing in a given sporting match, etc), it has a full week in advance accurately, and a lot easier and faster to keep up to date. Looking forward to being able to find and record my team's games a week out in footy season!

    p.

  • #27
    Senior Member urban_s0ulja's Avatar
    Join Date
    Jan 2008
    Location
    South East Asia
    Posts
    4,068
    Thanks
    380
    Thanked 510 Times in 330 Posts
    Rep Power
    379
    Reputation
    2276

    Default

    hey mate
    what box's are these compatible with?

  • #28
    Senior Member
    Join Date
    Jan 2008
    Posts
    873
    Thanks
    148
    Thanked 159 Times in 78 Posts
    Rep Power
    0
    Reputation
    -1537

    Default

    Quote Originally Posted by urban_s0ulja View Post
    hey mate
    what box's are these compatible with?
    Must be an enigma2 based box. I have a dm7025 but it should also work on a dm800, dm8000 and any other box that runs enigma2 (is there an enigma2 7020 or did i imagine that?).

    It will not work on dm500, dm600, dm7000 or anything running enigma1.

    If anyone can find some openTV code for enigma1 i can take a look at it when i get some time. I have a dm500 in box somewhere.

    p.

  • #29
    Senior Member
    Join Date
    Jan 2008
    Posts
    873
    Thanks
    148
    Thanked 159 Times in 78 Posts
    Rep Power
    0
    Reputation
    -1537

    Default

    Has anyone got this working on Austar yet?

    It *should* work but someone just asked me and i don't know..

  • #30
    Premium Member
    Join Date
    Jan 2008
    Location
    Melbourne
    Posts
    855
    Thanks
    246
    Thanked 87 Times in 69 Posts
    Rep Power
    244
    Reputation
    886

    Default

    Austar in a non-provider STB ?

  • #31
    Senior Member
    Join Date
    Jan 2008
    Posts
    873
    Thanks
    148
    Thanked 159 Times in 78 Posts
    Rep Power
    0
    Reputation
    -1537

    Default

    Quote Originally Posted by jimbo123 View Post
    Austar in a non-provider STB ?
    Can't it be done anymore? I'm not in a austar area so it's not something that i've paid any attention to. now i think about it, i vaguely remember that it all went pear shaped around the time the gams appeared but just figured someone had updated the sofcams or something since then...

  • #32
    Junior Member
    Join Date
    Jan 2008
    Posts
    88
    Thanks
    12
    Thanked 0 Times in 0 Posts
    Rep Power
    201
    Reputation
    10

    Default

    Quote Originally Posted by poiuytrewq View Post
    Must be an enigma2 based box. I have a dm7025 but it should also work on a dm800, dm8000 and any other box that runs enigma2 (is there an enigma2 7020 or did i imagine that?).

    It will not work on dm500, dm600, dm7000 or anything running enigma1.

    If anyone can find some openTV code for enigma1 i can take a look at it when i get some time. I have a dm500 in box somewhere.

    p.
    I don't know about openTV code, but the web based tv guide at uses a SOAP webservice to send data to the flash client. As a proof of concept, I was able to download a weeks full of EPG data and output it to XMLTV format. This would definitely work for Enigma 1 boxes (as XMLTV is the format oztivo uses), with just some modifications to the existing oztivo scripts.

    I posted a while back about it in the Premium Members Lounge but no one was that interested back then...................

  • #33
    Senior Member
    Join Date
    Jan 2008
    Posts
    873
    Thanks
    148
    Thanked 159 Times in 78 Posts
    Rep Power
    0
    Reputation
    -1537

    Default

    Quote Originally Posted by mcjules View Post
    I don't know about openTV code, but the web based tv guide at uses a SOAP webservice to send data to the flash client. As a proof of concept, I was able to download a weeks full of EPG data and output it to XMLTV format. This would definitely work for Enigma 1 boxes (as XMLTV is the format oztivo uses), with just some modifications to the existing oztivo scripts.

    I posted a while back about it in the Premium Members Lounge but no one was that interested back then...................
    That would have been a handy thing to know before i figured out how to read it straight off the sat.

    From looking around, there is enigma1 version of OpenTV but i haven't yet had a chance to look at it yet. I haven't had played with an enigma1 box for a couple of years so the learning curve is a little too steep for me to dive straight into. As i said, if someone else takes a look at it, i would be able to help.

    p.

  • #34
    Group 1 Owner
    Saintaholic's Avatar
    Join Date
    Jan 2008
    Location
    Sunshine Coast
    Age
    58
    Posts
    1,990
    Thanks
    581
    Thanked 1,632 Times in 742 Posts
    Rep Power
    684
    Reputation
    20978

    Default

    Cheers, Saintaholic

  • #35
    Senior Member
    Join Date
    Jan 2008
    Posts
    873
    Thanks
    148
    Thanked 159 Times in 78 Posts
    Rep Power
    0
    Reputation
    -1537

    Default

    Quote Originally Posted by Saintaholic View Post
    Yeah, that's an OzTivo/ XML based solution.

    It's ok but it's pretty inacurate and not always up to date.

    The "australiasat" files in this thread read foxtel's 7 day EPG direct from the transponder.

    It's got a much higher level of accuracy, detail etc.

    p.

  • #36
    Group 1 Owner
    Saintaholic's Avatar
    Join Date
    Jan 2008
    Location
    Sunshine Coast
    Age
    58
    Posts
    1,990
    Thanks
    581
    Thanked 1,632 Times in 742 Posts
    Rep Power
    684
    Reputation
    20978

    Default

    No problem there. I just posted the link as a solution for Enigma1
    Cheers, Saintaholic

  • #37
    Senior Member nfnovice's Avatar
    Join Date
    Jan 2008
    Posts
    1,430
    Thanks
    261
    Thanked 336 Times in 213 Posts
    Rep Power
    282
    Reputation
    1840

    Default

    Quote Originally Posted by mcjules View Post
    I don't know about openTV code, but the web based tv guide at uses a SOAP webservice to send data to the flash client. As a proof of concept, I was able to download a weeks full of EPG data and output it to XMLTV format. This would definitely work for Enigma 1 boxes (as XMLTV is the format oztivo uses), with just some modifications to the existing oztivo scripts.

    I posted a while back about it in the Premium Members Lounge but no one was that interested back then...................
    G'day mcjules
    I would be interested in that .. it may be a more accurate input of xmltv data for the script upload for e1 boxes atht I have been working on.
    any details on hat project would be appreciated
    cheers

  • #38
    Junior Member
    Join Date
    Jan 2008
    Posts
    88
    Thanks
    12
    Thanked 0 Times in 0 Posts
    Rep Power
    201
    Reputation
    10

    Default

    Sure. Last time I've looked at it was in September and they've looked like the client has been updated. I'll try out my code when I get home to see if it still works. It's definitely still using a SOAP wsdl so worst case scenario is that I'll have to regenerate the stubs.

    The app I wrote was written in java and is still a P.O.C. it would be nice if it could be written in a language that could run on a 500 but I haven't got that far.

  • #39
    Senior Member nfnovice's Avatar
    Join Date
    Jan 2008
    Posts
    1,430
    Thanks
    261
    Thanked 336 Times in 213 Posts
    Rep Power
    282
    Reputation
    1840

    Default

    Quote Originally Posted by mcjules View Post

    The app I wrote was written in java and is still a P.O.C. it would be nice if it could be written in a language that could run on a 500 but I haven't got that far.
    thats right - if it can run on the dreambox - then it removes the need for a PC
    Although - I do have a number of PC's running all the time
    even if we could work out somewhere to load the xmltv files on the net so that aussie dreambox owners have the capability to dload xml created from teh foxtel EPG rather than oztivo ..

    let me know how you get on or if I can help
    cheers

  • #40
    Junior Member
    Join Date
    Jan 2008
    Posts
    88
    Thanks
    12
    Thanked 0 Times in 0 Posts
    Rep Power
    201
    Reputation
    10

    Default

    Quote Originally Posted by nfnovice View Post
    thats right - if it can run on the dreambox - then it removes the need for a PC
    Although - I do have a number of PC's running all the time
    even if we could work out somewhere to load the xmltv files on the net so that aussie dreambox owners have the capability to dload xml created from teh foxtel EPG rather than oztivo ..

    let me know how you get on or if I can help
    cheers
    I think you and I are on the same wavelength here :-)

  • Page 2 of 6 FirstFirst 123456 LastLast

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •