Austech  


Go Back   Austech > Satellite , Digital Terrestrial and Cable TV. > Satellite Television > Dreambox
Register Forum RulesiTrader Mark Forums Read

Dreambox Discussion and unofficial support for Dream Multimedia's Linux based Dreambox. Includes DM500 clones.

Reply
 
LinkBack (6) Thread Tools Display Modes
Old 01-02-09, 09:38 PM   #21 (permalink)
Super Moderator
 
Sanity's Avatar
 
Join Date: Jan 2008
Location: Victoria
Age: 43
Posts: 8,130
Thanks: 606
Thanked 1,638 Times in 733 Posts
Rep Power: 25
Sanity has a reputation beyond reputeSanity has a reputation beyond reputeSanity has a reputation beyond reputeSanity has a reputation beyond reputeSanity has a reputation beyond reputeSanity has a reputation beyond reputeSanity has a reputation beyond reputeSanity has a reputation beyond reputeSanity has a reputation beyond reputeSanity has a reputation beyond reputeSanity has a reputation beyond repute
Default

yep , at least they fixed one thing
Sanity is offline   Reply With Quote
Old 01-02-09, 11:51 PM   #22
Senior Member
 
Frank Drebin's Avatar
 
Join Date: Jan 2008
Posts: 501
Thanks: 4
Thanked 0 Times in 0 Posts
Rep Power: 13
Frank Drebin is on a distinguished road
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...

Quote:
** 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?
Frank Drebin is offline   Reply With Quote
Old 02-02-09, 12:09 AM   #23
Premium Member
 
Join Date: Jan 2008
Posts: 826
Thanks: 108
Thanked 131 Times in 63 Posts
Rep Power: 22
poiuytrewq is just really nicepoiuytrewq is just really nicepoiuytrewq is just really nicepoiuytrewq is just really nice
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.
poiuytrewq is offline   Reply With Quote
Old 02-02-09, 12:13 AM   #24
Premium Member
 
Join Date: Jan 2008
Posts: 826
Thanks: 108
Thanked 131 Times in 63 Posts
Rep Power: 22
poiuytrewq is just really nicepoiuytrewq is just really nicepoiuytrewq is just really nicepoiuytrewq is just really nice
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.
poiuytrewq is offline   Reply With Quote
Old 02-02-09, 12:15 AM   #25
AJM
Senior Member
 
Join Date: Jan 2008
Posts: 100
Thanks: 20
Thanked 6 Times in 5 Posts
Rep Power: 5
AJM is on a distinguished road
Default Well Done

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

cheers
AJM
AJM is offline   Reply With Quote
Old 02-02-09, 12:23 AM   #26
Premium Member
 
Join Date: Jan 2008
Posts: 826
Thanks: 108
Thanked 131 Times in 63 Posts
Rep Power: 22
poiuytrewq is just really nicepoiuytrewq is just really nicepoiuytrewq is just really nicepoiuytrewq is just really nice
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.
poiuytrewq is offline   Reply With Quote
Old 02-02-09, 12:32 AM   #27
Premium Member
 
urban_s0ulja's Avatar
 
Join Date: Jan 2008
Posts: 3,279
Thanks: 217
Thanked 275 Times in 177 Posts
Rep Power: 78
urban_s0ulja has much to be proud ofurban_s0ulja has much to be proud ofurban_s0ulja has much to be proud ofurban_s0ulja has much to be proud ofurban_s0ulja has much to be proud ofurban_s0ulja has much to be proud ofurban_s0ulja has much to be proud ofurban_s0ulja has much to be proud of
Default

hey mate
what box's are these compatible with?
__________________
The Ulitimate Maximus X360 Modding Kit
Maximus AVR USB Dongles
$5 Discount On All Maximus AVR Pre-Orders/ BANK Deposit Only
Coupon: maximus$5_austech
urban_s0ulja is offline   Reply With Quote
Old 02-02-09, 12:37 AM   #28
Premium Member
 
Join Date: Jan 2008
Posts: 826
Thanks: 108
Thanked 131 Times in 63 Posts
Rep Power: 22
poiuytrewq is just really nicepoiuytrewq is just really nicepoiuytrewq is just really nicepoiuytrewq is just really nice
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.
poiuytrewq is offline   Reply With Quote
Old 02-02-09, 01:22 AM   #29
Premium Member
 
Join Date: Jan 2008
Posts: 826
Thanks: 108
Thanked 131 Times in 63 Posts
Rep Power: 22
poiuytrewq is just really nicepoiuytrewq is just really nicepoiuytrewq is just really nicepoiuytrewq is just really nice
Default

Has anyone got this working on Austar yet?

It *should* work but someone just asked me and i don't know..
poiuytrewq is offline   Reply With Quote
Old 02-02-09, 01:36 AM   #30
Premium Member
 
Join Date: Jan 2008
Location: Melbourne
Posts: 633
Thanks: 50
Thanked 35 Times in 28 Posts
Rep Power: 16
jimbo123 will become famous soon enoughjimbo123 will become famous soon enough
Default

Austar in a non-provider STB ?
jimbo123 is offline   Reply With Quote
Old 02-02-09, 01:51 AM   #31
Premium Member
 
Join Date: Jan 2008
Posts: 826
Thanks: 108
Thanked 131 Times in 63 Posts
Rep Power: 22
poiuytrewq is just really nicepoiuytrewq is just really nicepoiuytrewq is just really nicepoiuytrewq is just really nice
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...
poiuytrewq is offline   Reply With Quote
Old 02-02-09, 02:53 PM   #32
Premium Member
 
Join Date: Jan 2008
Posts: 87
Thanks: 6
Thanked 0 Times in 0 Posts
Rep Power: 4
mcjules is on a distinguished road
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...................
mcjules is offline   Reply With Quote
Old 02-02-09, 03:12 PM   #33
Premium Member
 
Join Date: Jan 2008
Posts: 826
Thanks: 108
Thanked 131 Times in 63 Posts
Rep Power: 22
poiuytrewq is just really nicepoiuytrewq is just really nicepoiuytrewq is just really nicepoiuytrewq is just really nice
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.
poiuytrewq is offline   Reply With Quote
Old 02-02-09, 03:13 PM   #34
Kicked in the Guts 'again
 
Saintaholic's Avatar
 
Join Date: Jan 2008
Location: Brisbane
Posts: 768
Thanks: 54
Thanked 107 Times in 36 Posts
Rep Power: 22
Saintaholic is just really niceSaintaholic is just really niceSaintaholic is just really niceSaintaholic is just really niceSaintaholic is just really nice
Default

__________________
Cheers, Saintaholic

Octagon SF918, DM500s x 3, Strongs 2 x 4658X, Dreamax DT470, Coship FTA, 3 x Pace, 2 x Jerrod, 2.2m motorised-Uni, 80cm Motorised-universal dual, 80cm fixed 3x LNB D1,C1,Pas8ku
Saintaholic is offline   Reply With Quote
Old 02-02-09, 03:25 PM   #35
Premium Member
 
Join Date: Jan 2008
Posts: 826
Thanks: 108
Thanked 131 Times in 63 Posts
Rep Power: 22
poiuytrewq is just really nicepoiuytrewq is just really nicepoiuytrewq is just really nicepoiuytrewq is just really nice
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.
poiuytrewq is offline   Reply With Quote
Old 02-02-09, 03:29 PM   #36
Kicked in the Guts 'again
 
Saintaholic's Avatar
 
Join Date: Jan 2008
Location: Brisbane
Posts: 768
Thanks: 54
Thanked 107 Times in 36 Posts
Rep Power: 22
Saintaholic is just really niceSaintaholic is just really niceSaintaholic is just really niceSaintaholic is just really niceSaintaholic is just really nice
Default

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

Octagon SF918, DM500s x 3, Strongs 2 x 4658X, Dreamax DT470, Coship FTA, 3 x Pace, 2 x Jerrod, 2.2m motorised-Uni, 80cm Motorised-universal dual, 80cm fixed 3x LNB D1,C1,Pas8ku
Saintaholic is offline   Reply With Quote
Old 02-02-09, 04:00 PM   #37
They say I'm "Special"
 
nfnovice's Avatar
 
Join Date: Jan 2008
Posts: 1,060
Thanks: 61
Thanked 176 Times in 122 Posts
Rep Power: 30
nfnovice is a splendid one to beholdnfnovice is a splendid one to beholdnfnovice is a splendid one to beholdnfnovice is a splendid one to beholdnfnovice is a splendid one to beholdnfnovice is a splendid one to behold
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
nfnovice is offline   Reply With Quote
Old 02-02-09, 05:22 PM   #38
Premium Member
 
Join Date: Jan 2008
Posts: 87
Thanks: 6
Thanked 0 Times in 0 Posts
Rep Power: 4
mcjules is on a distinguished road
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.
mcjules is offline   Reply With Quote
Old 02-02-09, 05:29 PM   #39
They say I'm "Special"
 
nfnovice's Avatar
 
Join Date: Jan 2008
Posts: 1,060
Thanks: 61
Thanked 176 Times in 122 Posts
Rep Power: 30
nfnovice is a splendid one to beholdnfnovice is a splendid one to beholdnfnovice is a splendid one to beholdnfnovice is a splendid one to beholdnfnovice is a splendid one to beholdnfnovice is a splendid one to behold
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
nfnovice is offline   Reply With Quote
Old 02-02-09, 05:34 PM   #40
Premium Member
 
Join Date: Jan 2008
Posts: 87
Thanks: 6
Thanked 0 Times in 0 Posts
Rep Power: 4
mcjules is on a distinguished road
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 :-)
mcjules is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://www.austech.info/dreambox/16882-australiasat-working-7-day-epg-foxtel.html
Posted By For Type Date
Dreambox [Archive] - Austech This thread Refback 05-05-09 10:45 PM
History and Changelog - Ambrosa webspace This thread Refback 28-02-09 02:03 AM
E2_LOADEPG This thread Refback 14-02-09 11:25 PM
Satellite Television - Austech This thread Refback 07-02-09 01:03 AM
E2_LOADEPG This thread Refback 02-02-09 02:05 AM
Austech - Powered by vBulletin This thread Refback 02-02-09 01:40 AM


All times are GMT +11. The time now is 04:07 PM.


Powered by vBulletin™
Copyright © vBulletin Solutions, Inc. All rights reserved.
Ad Management plugin by RedTyger