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
how to get VM Scanning in any firmware?
Collapse
X
-
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 thoboom!Comment
-
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
-
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 FilesLast edited by scruff1963; 12 October, 2009, 21:05.Comment
Comment