Page 2 of 4 FirstFirst 1234 LastLast
Results 21 to 40 of 67

Thread: Morsor Get EPG 2.2 NEW!

  1. #21
    Member
    Join Date
    Sep 2010
    Posts
    86
    Thanks
    0
    Thanked 0 Times in 0 Posts
    ok after a bit of trial and error I put this in...is this ok or will I end up running the daemonEPG twice

    RUN_AFTER_RETURN_FROM_KILL=./DISK2/etc/start.d/S50epgKGD.sh

    inside S50epgKGD.sh I have

    #!/bin/sh
    cd /PLUGINS/PanelKGD/epg
    ./DaemonEPG
    ./getepg -l

  2. #22
    Member
    Join Date
    Sep 2010
    Posts
    86
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Smudger View Post
    it's the same thing read it, it might give more info.

    also remove your live link from post before Admins chase you.
    Ok so I have this working... well sort of, I added the extra argument commands below

    #!/bin/sh

    start() {
    echo "===> Activando EPG Morser..."
    /PLUGINS/PanelKGD/epg/./DaemonEPG -h 22-m 00


    into my /PLUGINS/PanelKGD/Init/epg.sh file

    the box kicked of an update at 22:00 as planned but for some reason it doesn't finish decompressing the files

    If run manually it works and downloads the following files

    /DATA/hdb1/download/ryuk.epg 2.28MB
    /DATA/hdb1/download/XMLTV/rytec.channels.xml 365KB
    /DATA/hdb1/download/XMLTV/rytecxmltvuk 12.45MB

    If the DaemonEPG runs at the preset time then it only seems to get's this far, it doesn't seem to decompress them

    /DATA/hdb1/download/XMLTV/rytec.channels.xml.gz
    /DATA/hdb1/download/XMLTV/rytecxmltvuk.gz

    any ideas ?
    Last edited by lucky13; 12-10-2010 at 11:49 PM.

  3. #23
    V.I.P
    Join Date
    Dec 2004
    Posts
    229
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Swapfile way to go .

    Cheers ,
    Val .

  4. #24
    Member
    Join Date
    Sep 2010
    Posts
    86
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I already have a swap file but thanks for reply

  5. #25
    V.I.P Smudger's Avatar
    Join Date
    Dec 2004
    Posts
    758
    Thanks
    67
    Thanked 23 Times in 17 Posts
    Is the box in deep sleep with 1.8 ?
    Have you rebooted after setting up?
    Have you checked your swap file has loaded?
    Has you HDD gone to sleep and not woke up?




  6. #26
    Member
    Join Date
    Sep 2010
    Posts
    86
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Smudger View Post
    Is the box in deep sleep with 1.8 ? / no switched on fully
    Have you rebooted after setting up ? / yes
    Have you checked your swap file has loaded? Yes
    Has you HDD gone to sleep and not woke up? no I don't believe so...how can I tell ? I don't have HDD standby mode switched on under settings/storage



    thanks Smudger answers above

    Upon looking at the two files I mentioned these are the correct files and file size but if I try manually extracting their contents then they come back as corrupt, so something is going wrong when they download.

    The line I have in my getepg.conf is

    HTML Code:
    rytecxmltv_UK xmltv 7 0 x /DATA/hdb1/download/XMLTV/;http://www.rytec.be/tools/rytec.channels.xml.gz;http://www.xmltvepg.be/rytecxmltvuk.gz y /DATA/hdb1/download/ryuk.epg
    would that be the correct config line to use for Sky 28.2 ?

  7. #27
    V.I.P Smudger's Avatar
    Join Date
    Dec 2004
    Posts
    758
    Thanks
    67
    Thanked 23 Times in 17 Posts
    I just use the default that came on that line and run daily the rytecxmltv unfortunatly I'm not home until Friday so can't tell you my settings.

  8. #28
    Junior Member
    Join Date
    May 2009
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by lucky13 View Post
    tried it on mine with 1hr fwd and then one hour backward and then the correct time....I then waited for the times I had set but nothing seeemed to kick off an auto update of any of the files in my /DATA/hdb1/download/ directory ....if I do a manual update then these files update without an issue.

    I'm connecting in via SSH and using the foloowing syntex

    cd /PLUGINS/PanelKGD/epg
    ./DaemonEPG -h 20-m 32-d 7

    I then wait until that time, check my /DATA/hdb1/download/ directory and nothing seems to update

    did yours work ok ?
    Be careful with spaces. Try:
    ./DaemonEPG -h20 -m32 -d7

  9. #29
    Senior Member
    Join Date
    Sep 2010
    Posts
    104
    Thanks
    12
    Thanked 4 Times in 2 Posts
    epg works when you make swap on the USB and a map called XMLTV on your usb.

    HOW TO MAKE SWAP:

    Plug in a USB stick with at least 250mb capacity and FAT formatted in to the rear port.

    Start a telnet session with your AZBox from the command prompt or puttytel.

    As follows:

    Enter: telnet 192.168.0.30

    The screen's response - MMP login:

    Enter: root

    The screen's response - password:

    Enter: azbox

    The screen's response - MMP[~]$

    Enter: dd if=/dev/zero of=/DATA/usb1/sda1/swapfile bs=1024 count=102400

    The screen will not update for about two minutes, after that, the screen will then respond - MMP[~]$

    Enter: mkswap /DATA/usb1/sda1/swapfile

    The screen's response - MMP[~]$

    Enter: swapon /DATA/usb1/sda1/swapfile

    The screen's response - MMP[~]$

    The Swap File is now setup, in order to verify it is there, Enter: free

    The screen's response will be something like this:

    total used free shared buffers
    Mem: 101500 93592 7908 0 2816
    Swap:102392 0 102392
    Total: 203892 93592 110300
    MMP[~]$

    The Swap File is now active until the next re-boot.

    To reactivate after a reboot, set up a telnet session as above and re-enter the following two lines:

    mkswap /DATA/usb1/sda1/swapfile
    and
    swapon /DATA/usb1/sda1/swapfile

    The Swap File is set up on your USB stick is permanant and need not be re-entered.


    NB- This not my work, taken from else where

    works for me really good!

  10. #30
    Member
    Join Date
    Sep 2010
    Posts
    86
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hi thanks for the advise but like I said I already have a swapile on my USB drive, PM 1.8 comes with this built in.


    Quote Originally Posted by kooleracer View Post
    epg works when you make swap on the USB and a map called XMLTV on your usb.

    HOW TO MAKE SWAP:

    Plug in a USB stick with at least 250mb capacity and FAT formatted in to the rear port.

    Start a telnet session with your AZBox from the command prompt or puttytel.

    As follows:

    Enter: telnet 192.168.0.30

    The screen's response - MMP login:

    Enter: root

    The screen's response - password:

    Enter: azbox

    The screen's response - MMP[~]$

    Enter: dd if=/dev/zero of=/DATA/usb1/sda1/swapfile bs=1024 count=102400

    The screen will not update for about two minutes, after that, the screen will then respond - MMP[~]$

    Enter: mkswap /DATA/usb1/sda1/swapfile

    The screen's response - MMP[~]$

    Enter: swapon /DATA/usb1/sda1/swapfile

    The screen's response - MMP[~]$

    The Swap File is now setup, in order to verify it is there, Enter: free

    The screen's response will be something like this:

    total used free shared buffers
    Mem: 101500 93592 7908 0 2816
    Swap:102392 0 102392
    Total: 203892 93592 110300
    MMP[~]$

    The Swap File is now active until the next re-boot.

    To reactivate after a reboot, set up a telnet session as above and re-enter the following two lines:

    mkswap /DATA/usb1/sda1/swapfile
    and
    swapon /DATA/usb1/sda1/swapfile

    The Swap File is set up on your USB stick is permanant and need not be re-entered.


    NB- This not my work, taken from else where

    works for me really good!

  11. #31
    Member
    Join Date
    Sep 2010
    Posts
    86
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Thanks Morser, I managed to sort this out and the daemon is working fine the issue I have is that manually it downloads the daily update files and decompresses them fine but with the timed daemon job the files seem to corrupt themselves and can't be extracted... Oh well I will keep trying other things

    Quote Originally Posted by morser View Post
    Be careful with spaces. Try:
    ./DaemonEPG -h20 -m32 -d7

  12. #32
    Member
    Join Date
    Sep 2010
    Posts
    86
    Thanks
    0
    Thanked 0 Times in 0 Posts
    ok I tried deleting all the TV channel listing files from the /DATA/hdb1/download/XMLTV/ and /DATA/hdb1/download/ directorys and reapplying chmod 755 to all of them and let it download automatically and it failed again...I tried a manual extraction of the gz files and again they were corrupted, so I've still no idea why this isn't working...I will try moving it to the pendrive instead of the HD and see what happens...

  13. #33
    Member
    Join Date
    Sep 2010
    Posts
    86
    Thanks
    0
    Thanked 0 Times in 0 Posts
    moved to pen drive but still having the same issue infact this time it only downloads one file also corrupt :( I'm at a total loss why this isn't working

  14. #34
    V.I.P Smudger's Avatar
    Join Date
    Dec 2004
    Posts
    758
    Thanks
    67
    Thanked 23 Times in 17 Posts
    The only thing I see different to me is that my XMLTV is on my usb and my ryuk file is on my HDD and not on the same device.

    My line

    rytecxmltv_UK xmltv 2 0 x /DATA/usb1/sda1/XMLTV/;http://www.rytec.be/tools/rytec.channels.xml.gz;http://www.xmltvepg.be/rytecxmltvuk.gz y /DATA/hdb1/EPG/ryuk.epg

  15. #35
    Member
    Join Date
    Sep 2010
    Posts
    86
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Uuuurg thanks Smudger, I copied your config exacty but same story...I think its time I tried a new EPG program as this one just doesn't seem to work...thanks for everyones help.

  16. #36
    V.I.P Smudger's Avatar
    Join Date
    Dec 2004
    Posts
    758
    Thanks
    67
    Thanked 23 Times in 17 Posts
    One other question which firmware are you using ?

  17. #37
    Member
    Join Date
    Sep 2010
    Posts
    86
    Thanks
    0
    Thanked 0 Times in 0 Posts
    4980KDG how about you ?

  18. #38
    V.I.P Smudger's Avatar
    Join Date
    Dec 2004
    Posts
    758
    Thanks
    67
    Thanked 23 Times in 17 Posts
    I'm using the latest 5020 also their is a new version now available and I think you can download from KGD panel.

    Changes in version 2.3
    - Fixed Bug in Sky
    - Added more information in the retransmissions in MHW2 (Digital +)
    - Added the extraction of Spanish DTT EPG (17 channels) sent by Digital + on Astra.
    \u003d\u003d\u003d\u003d\u003d\u0 03d\u003d\u003d\u003d\u003d\u003d \u003d\u003d\u003d\u003d\u003d\u0 03d\u003d\u003d\u003d\u003d\u003d \u003d\u003d\u003d\u003d\u003d\u0 03d\u003d\u003d\u003d\u003d\u003d \u003d\u003d\u003d\u003d\u003d\u0 03d\u003d\u003d\u003d\u003d\u003d \u003d
    Changes in Version 2.4
    - Fixed bug in TDTmhw2
    \u003d\u003d\u003d\u003d\u003d\u0 03d\u003d\u003d\u003d\u003d\u003d \u003d\u003d\u003d\u003d\u003d\u0 03d\u003d\u003d\u003d\u003d\u003d \u003d\u003d\u003d\u003d\u003d\u0 03d\u003d\u003d\u003d\u003d\u003d \u003d\u003d\u003d\u003d\u003d\u0 03d\u003d\u003d\u003d\u003d\u003d \u003d
    Changes in version 2.5
    - Fixed bug in XMLTV
    Last edited by Smudger; 17-10-2010 at 03:39 PM.

  19. #39
    Member
    Join Date
    Sep 2010
    Posts
    86
    Thanks
    0
    Thanked 0 Times in 0 Posts
    that's f-ing awesome thanks smudger!!

  20. #40
    Member
    Join Date
    Sep 2010
    Posts
    86
    Thanks
    0
    Thanked 0 Times in 0 Posts
    lol didn't work..oh well back to the drawing board

Page 2 of 4 FirstFirst 1234 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
  •