E2 SGSH online bouquets updater plugin for sg

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • uu161
    DK Veteran
    • May 2012
    • 372

    #61
    Originally posted by edlimym
    Hi uu161, I am using this image - Newnigma-3.2-nStream-dm800-sim2-SSL-84b

    picons are stored in folder /picons/piconHD for this image.

    ps - I was wondering if I use the online updater, if got any new channels, where those new picons will go after updating. I guess the answer would be real soon.

    Rgds.
    thks for info
    the picon updater will be added in to Sgsh updater plugin
    which is bouquet + picon updater

    when i post the sgsh bouquets demo video
    the picon updater are in the video demo but no multi picon path support
    u may check demo video on first post
    video after 04:30 which picon updater are show

    the picon paths that i have are

    Code:
    /usr/share/enigma2/picon
    /picon 
    /media/usb/picon
    /media/hdd/picon 
    /media/cf/picon
    /picons/piconHD
    even if you guys are using Oled picon let me know the folder path aswell.
    Last edited by uu161; 10 September, 2012, 14:50.
    if you like the post use the Like button located bottom right corner of each post
    if you wish to thanks kindly use the thanks button located bottom left corner of each post instead making a post for thanks

    Comment

    • ypvs125
      DK Veteran
      • Dec 2010
      • 506

      #62


      Thanks & Good work! This plugin definitely benefits most of us who would like to update to latest channels and picons. Above is demo video using yr plugins with original script from e2 bouquet.

      Just to add info although all images can use to our preferred locations like usb or hdd.

      usr/share/enigma2/picon- most image use this location eg. Blackhole, Dreamelite, Merlin, Nemesis, TSimage
      picons/piconHD- Newnigma
      /picon- Open Pli

      Comment

      • uu161
        DK Veteran
        • May 2012
        • 372

        #63
        original script from e2 bouquet are good too but for me i will remove the log file u know what i mean right?
        Last edited by uu161; 10 September, 2012, 19:14.
        if you like the post use the Like button located bottom right corner of each post
        if you wish to thanks kindly use the thanks button located bottom left corner of each post instead making a post for thanks

        Comment

        • alienated
          Junior Member
          • Mar 2012
          • 29

          #64
          Instead of hardcoding a list of paths and checking them, you may want to ask the user..

          (ignore any syntax errors, I'm just typing off my head)
          Code:
          bouquetPath="UNDEFINED"
          piconPath="UNDEFINED"
          getPathConfig() {
          source ./update.cfg
          if [ "$bouquetPath" == "UNDEFINED" ]; then
          rm ./update.cfg
          setPathConfig
          fi
          if [ "$piconPath" == "UNDEFINED" ]; then
          rm ./update.cfg
          setPathConfig
          fi
          isValid=1
          if [ ! -d "$bouquetPath" ]; then
          echo "**ERROR** '$bouquetPath' does not exist"
          isValid=0
          fi
          if [ ! -d "$piconPath" ]; then
          echo "**ERROR** '$piconPath' does not exist"
          isValid=0
          fi
          if [ isValid -eq 0 ]; then
          rm ./update.cfg
          echo "**ERROR** Check you path first"
          exit
          fi
          }
          
          setPathConfig() {
          printf "Enter Bouquet Path -> "
          read bp
          printf "Enter Picon Path -> "
          read pp
          echo "bouquetPath=\"$bp\"" > ./update.cfg
          echo "piconPath=\"$pp\"" >> ./update.cfg
          getPathConfig
          }
          yourDownloadExtractFunction() {
          unzip -d $bouquetPath bq2.zip
          unzip -d $piconPath picon2.zip
          }
          getPathConfig
          yourDownloadExtractFunction
          The image modder can also have a file "update.cfg" to specifiy the path so the script wont ask the user
          Code:
          bouquetPath="/etc/enigma2/"
          piconPath="/media/usb/picon"

          Comment

          • uu161
            DK Veteran
            • May 2012
            • 372

            #65
            another plugin using extensions button
            but not yet finish up
            Attached Files
            Last edited by uu161; 11 September, 2012, 11:04.
            if you like the post use the Like button located bottom right corner of each post
            if you wish to thanks kindly use the thanks button located bottom left corner of each post instead making a post for thanks

            Comment

            • uu161
              DK Veteran
              • May 2012
              • 372

              #66
              selectable bouquets on test run

              Last edited by uu161; 22 September, 2012, 12:31.
              if you like the post use the Like button located bottom right corner of each post
              if you wish to thanks kindly use the thanks button located bottom left corner of each post instead making a post for thanks

              Comment

              • uu161
                DK Veteran
                • May 2012
                • 372

                #67



                added more function about 90% done

                1) clearing all bouquets
                2) selectable picon path & install
                Last edited by uu161; 18 September, 2012, 07:07.
                if you like the post use the Like button located bottom right corner of each post
                if you wish to thanks kindly use the thanks button located bottom left corner of each post instead making a post for thanks

                Comment

                • uu161
                  DK Veteran
                  • May 2012
                  • 372

                  #68
                  online updated : SGSH Bouquet 22/09/2012

                  added new channel:
                  1) 308: Discovery Kids
                  2) 143: unknown for testin
                  3) 145: unknown for testin

                  Remove channel:
                  1) 110: Academy Fantasia channel


                  SGSH bouquets are provided by master astrobox
                  Channel info are provided by master jatrophaseed

                  enjoys .......

                  any problem do feedback thks
                  Last edited by uu161; 22 September, 2012, 05:18.
                  if you like the post use the Like button located bottom right corner of each post
                  if you wish to thanks kindly use the thanks button located bottom left corner of each post instead making a post for thanks

                  Comment

                  • uu161
                    DK Veteran
                    • May 2012
                    • 372

                    #69
                    online updated : SGSH Bouquet 30/09/2012

                    added and change:
                    1) 935: Live Soccer Broadcasts for testin + picon
                    2) 143: ANC ( unknown channel rename on 28.09.2012)
                    3) 145: Cinema One Global ( unknown channel rename on 28.09.2012)

                    ---------------------------------------------------------------------
                    SGSH bouquets are provided by Master Astrobox & Abeltcb
                    Channel info are provided by Master Jatrophaseed & Sgdvb
                    Picon are provided by Master Ypvs & Astrobox
                    ---------------------------------------------------------------------



                    SGSH updater ver0.3 plugin ( will be release on oct 1)

                    some bugs fix*.*

                    ver 0.2 plugin removed from download

                    stay tune......
                    Attached Files
                    Last edited by uu161; 30 September, 2012, 12:49.
                    if you like the post use the Like button located bottom right corner of each post
                    if you wish to thanks kindly use the thanks button located bottom left corner of each post instead making a post for thanks

                    Comment

                    • uu161
                      DK Veteran
                      • May 2012
                      • 372

                      #70
                      SGSH updater ver0.3 plugin


                      1) plugin fix channel 143 and 145 for not update to new channel name

                      2) added picon online updater ver 0.1

                      it should support all image picon path
                      just make sure there is a picon dir folder if not it won't get updated because this picon plugin does not create picon folder

                      3) added reboot once updated which i find better.


                      plugin ver 0.3 can be download at post 1 of this thread

                      ----------------------------------------------
                      Picon are provided by Master Ypvs & Astrobox
                      ----------------------------------------------
                      enjoy......


                      any problem kindly feedback and helps to make it better and better thks
                      Last edited by uu161; 1 October, 2012, 09:52.
                      if you like the post use the Like button located bottom right corner of each post
                      if you wish to thanks kindly use the thanks button located bottom left corner of each post instead making a post for thanks

                      Comment

                      • reddy
                        Junior Member
                        • Sep 2010
                        • 37

                        #71
                        Guys,
                        I installed this plugin and it worked well, but after about 5 mins, the screen freeze. now even after i reflashed my backup image. its still not showing anything. could it be my tuner is a gonner??. My SE only about maybe 3 months old. Sianzz!!!... Nothing to watch now...

                        There's a prompt there. Tune Failed!.

                        Is it my tuner.??


                        All sorted out by itself today.?? Think SH trying something with their signal.( abt 4.40am last night.).

                        All signals are back without doing anything.
                        Could be SH doing something to their Signal.
                        Last edited by reddy; 1 October, 2012, 04:59. Reason: Delete Post.

                        Comment

                        • uu161
                          DK Veteran
                          • May 2012
                          • 372

                          #72
                          Originally posted by reddy
                          Guys,
                          I installed this plugin and it worked well, but after about 5 mins, the screen freeze. now even after i reflashed my backup image. its still not showing anything. could it be my tuner is a gonner??. My SE only about maybe 3 months old. Sianzz!!!... Nothing to watch now...

                          There's a prompt there. Tune Failed!.

                          Is it my tuner.??


                          All sorted out by itself today.?? Think SH trying something with their signal.( abt 4.40am last night.).

                          All signals are back without doing anything.
                          Could be SH doing something to their Signal.

                          good to hear that
                          maybe they are doing maintenance
                          Last edited by uu161; 1 October, 2012, 09:44.
                          if you like the post use the Like button located bottom right corner of each post
                          if you wish to thanks kindly use the thanks button located bottom left corner of each post instead making a post for thanks

                          Comment

                          • XeNo
                            Newbie
                            • Sep 2012
                            • 6

                            #73
                            hmm i run into error while installing via telnet. wonder y. anyone can advise?

                            OpenDreambox 1.6.0 dm800

                            dm800 login: root
                            Password:
                            root@dm800:~# ipkg install /tmp/enigma2-plugin-sgsh-0.3_mipsel.ipk
                            Installing enigma2-plugin-sgsh-0.1 (0.3) to root...
                            Configuring enigma2-plugin-sgsh-0.1
                            Collected errors:
                            * pkg_get_installed_files: fopen(//usr/lib/opkg/info/gst-plugin-qtdemux.list):
                            No such file or directory
                            * pkg_get_installed_files: fopen(//usr/lib/opkg/info/gst-plugin-selector.list):
                            No such file or directory
                            root@dm800:~#

                            Comment

                            • ypvs125
                              DK Veteran
                              • Dec 2010
                              • 506

                              #74
                              Originally posted by XeNo
                              hmm i run into error while installing via telnet. wonder y. anyone can advise?

                              OpenDreambox 1.6.0 dm800

                              dm800 login: root
                              Password:
                              root@dm800:~# ipkg install /tmp/enigma2-plugin-sgsh-0.3_mipsel.ipk
                              Installing enigma2-plugin-sgsh-0.1 (0.3) to root...
                              Configuring enigma2-plugin-sgsh-0.1
                              Collected errors:
                              * pkg_get_installed_files: fopen(//usr/lib/opkg/info/gst-plugin-qtdemux.list):
                              No such file or directory
                              * pkg_get_installed_files: fopen(//usr/lib/opkg/info/gst-plugin-selector.list):
                              No such file or directory
                              root@dm800:~#
                              Have u ftp the ipk files over to dreambox tmp folder?

                              Comment

                              • XeNo
                                Newbie
                                • Sep 2012
                                • 6

                                #75
                                Originally posted by ypvs125
                                Have u ftp the ipk files over to dreambox tmp folder?
                                yup already FTP there.

                                Comment

                                Working...