how to get VM Scanning in any firmware?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AHAC85
    Junior Member
    • Nov 2008
    • 29

    #1

    how to get VM Scanning in any firmware?

    Hi im wanting to know if its possible to get VM scanning in dm500 and dm600, i understand theres a neutrino firmware out there which enables you to do a network scan and automatically arrange channels according to the VM channel lineup, i think it would be awesome if i would be able to add such a feature in pli jade3
  • mercenary
    Member
    • Jun 2009
    • 48

    #2
    wouldnt mind this either

    Comment

    • satman
      V.I.P. Member
      • Jun 2008
      • 736

      #3
      Depends on how good your coding is, and how dedicated you would be to doing such a thing... the enigma scan enigine is a bugger, and has bugs and things that could be immproved drasticly.
      I would begin with trying to get it to do it for only your own area,, as you should have the service lists anyway,,, your gona have to sort the channel numbering out first tho
      boom!

      Comment

      • cydine
        V.I.P. Member
        • Jan 2009
        • 5

        #4
        Good luck m8, rather you than me.

        Getting a headache just thinking about that enigma coding.

        Comment

        • satman
          V.I.P. Member
          • Jun 2008
          • 736

          #5
          Originally posted by cydine

          Getting a headache just thinking about that enigma coding.
          Makes two of us
          boom!

          Comment

          • scruff1963
            Junior Member
            • Mar 2008
            • 27

            #6
            Originally posted by cydine
            Good luck m8, rather you than me.

            Getting a headache just thinking about that enigma coding.
            The sbconv script you wrote for the enigtrino image works fine here slight modification on the dm600 but of course you need a local neutrino bouquet/service files.

            Don't know if it works with pli etc but it works great with an image built from cvs.

            With your permission I will post the one that works for me with instructions if anyone wants it.

            Not vm scanning but the end result is the same.

            Comment

            • cydine
              V.I.P. Member
              • Jan 2009
              • 5

              #7
              By all means.

              Post away...

              Comment

              • scruff1963
                Junior Member
                • Mar 2008
                • 27

                #8
                Cydines sbconv script to convert service/bouquet xml files to enigma standard on a dm600pvr.

                untar the sbconv.tar
                ftp sbconv to /bin and chmod 755 it
                make a directory
                /var/tuxbox/config/zapit
                ftp neutrino/bouquet xml files to /var/tuxbox/config/zapit
                then telnet in and
                cd /
                ./sbconv

                and your 600 will have the bouquets the same as the neutrino image.

                You can add this to shellexec.conf to save telneting in.

                Code:
                	MENU=Convert Neutrino files
                	
                	ACTION=&Convert Neutrino files,sh /bin/sbconv , ...please wait...
                	
                	COMMENT=*
                	
                	COMMENT=FTP bouquet/service files
                	
                	COMMENT=to /var/tuxbox/config/zapit
                	
                	COMMENT=They must be current from your area
                	
                	COMMENT=Press OK to continue or Exit to quit.
                	
                	COMMENT=*
                	
                	ENDMENU
                Attached Files
                Last edited by scruff1963; 12 October, 2009, 21:05.

                Comment

                Working...