Bouquets downloadable via Plugin or Script

Collapse
This is a sticky topic.
X
X
 
  • Time
  • Show
Clear All
new posts
  • topman96
    Member
    • Mar 2009
    • 56

    #31
    i am a bit new to this will this work on a dreambox800hd clone with black hole and enigma2 installed
    thanks

    Comment

    • jfish
      DK Veteran
      • Sep 2008
      • 799

      #32
      Originally posted by topman96
      i am a bit new to this will this work on a dreambox800hd clone with black hole and enigma2 installed
      thanks
      not as yet, as the this one only works for Enigma 1 images

      just need to modify some bits to make it compatible with enigma 2

      Comment

      • rossi2000
        Junior Member
        • Jun 2010
        • 37

        #33
        hi mate

        nice work!

        is it possible to hide the output onscreen from the channeload function so it just displays the echos?

        Comment

        • jfish
          DK Veteran
          • Sep 2008
          • 799

          #34
          Originally posted by rossi2000
          hi mate

          nice work!

          is it possible to hide the output onscreen from the channeload function so it just displays the echos?
          yes can be done by redirecting output to /dev/NULL - see attached .
          Attached Files
          Last edited by jfish; 22 February, 2011, 23:11.

          Comment

          • rossi2000
            Junior Member
            • Jun 2010
            • 37

            #35
            could u give an example please?

            ive just edited the script for E2 and doing some testing right now, its all good , id just like to keep the echos onscreen

            Comment

            • jfish
              DK Veteran
              • Sep 2008
              • 799

              #36
              Originally posted by rossi2000
              could u give an example please?

              ive just edited the script for E2 and doing some testing right now, its all good , id just like to keep the echos onscreen
              example of what would you like ????

              the eschos are still present, now when the tar file is unzipped/untarred - instead of getting the list of all files, nothing is displayed, as stdout is sent to NULL device.

              Comment

              • rossi2000
                Junior Member
                • Jun 2010
                • 37

                #37
                ahh i see > /dev/null thanks

                Comment

                • rossi2000
                  Junior Member
                  • Jun 2010
                  • 37

                  #38
                  jfish
                  i'm having a slight issue with the checkhost function, all ive done is replaced your url with my url but i dont think its checking properly, the script will carry on even if my hosting is down

                  Comment

                  • jfish
                    DK Veteran
                    • Sep 2008
                    • 799

                    #39
                    Originally posted by rossi2000
                    jfish
                    i'm having a slight issue with the checkhost function, all ive done is replaced your url with my url but i dont think its checking properly, the script will carry on even if my hosting is down
                    take this line out

                    rm /tmp/check.txt

                    then check the file /tmp/check.txt and see what is written to this file
                    Last edited by jfish; 28 February, 2011, 10:26.

                    Comment

                    • bacha52
                      Newbie
                      • Feb 2011
                      • 1

                      #40
                      hi good evning all membres i am newbi and i nead help for to work my dm500s sat a frend gift me and also he now nothing about this

                      Comment

                      • jfish
                        DK Veteran
                        • Sep 2008
                        • 799

                        #41
                        Originally posted by bacha52
                        hi good evning all membres i am newbi and i nead help for to work my dm500s sat a frend gift me and also he now nothing about this
                        please start a new thread regarding your issue

                        Comment

                        • jfish
                          DK Veteran
                          • Sep 2008
                          • 799

                          #42
                          the next update will detect which DM version you are running (Enigma 1 or Enigma 2) and then download the correct files. Therefore a single script for any of the dreambox's

                          also noticed some files are left on the box once the script finishes, and these will be removed

                          may also include the picons update as part of the script.

                          Still looking for feedback from people who have used the script.

                          Comment

                          • rossi2000
                            Junior Member
                            • Jun 2010
                            • 37

                            #43
                            yo jfish

                            Connecting to xx.xx.xx.xx (xx.xx.xx.xx:80)
                            wget: can't open 'index.html': File exists

                            this is whats in the check.txt

                            Comment

                            • jfish
                              DK Veteran
                              • Sep 2008
                              • 799

                              #44
                              Originally posted by rossi2000
                              yo jfish

                              Connecting to xx.xx.xx.xx (xx.xx.xx.xx:80)
                              wget: can't open 'index.html': File exists

                              this is whats in the check.txt
                              can you modify the checkhost function and use this code

                              for i in $svr;
                              do
                              if [ $i = "Unable" ]
                              then
                              dead=1
                              elif [ $i = "can't" ]
                              then
                              dead=1
                              else
                              dummyval=999
                              fi

                              let me know the outcome

                              Comment

                              • jfish
                                DK Veteran
                                • Sep 2008
                                • 799

                                #45
                                latest script

                                what new

                                - checks type of dreambox and downloads the correct file (enigma1 or enigma2)
                                - log written to text file now /var/etc/refresh.txt
                                - additional check done on host to confirm if online
                                - variable used to make it easier to modify parameters

                                ensure you have the 2 bouquet files on your host website

                                e1.bq.tar.gz for Enigma 1 images
                                e2.bq.tar.gz for Enigma 2 images

                                change the line url="kryten.dyndns.info" to reflect your own host to download the file from
                                Attached Files
                                Last edited by jfish; 5 March, 2011, 00:21.

                                Comment

                                Working...