I turned my unit on after being away few days and i have multiple 4-5 of each channel. I don't have a auto bouquet plugin, so not sure what has happened there !!!
Alert: Don't Use Hotmail Email Accounts for registration
Collapse
Before Access to all Forums and Trial accounts you must need to activate your account Email address
multiples of same channels
Collapse
X
-
Re: multiples of same channels
it looks like the tuner loaded 4 times your bouqets at hard boot
i suggest to telnet the box, to ask linux to reboot (system reboot), (not elec power reboot)
telnet
>root
>mysecret
reboot
ctrl-D
ctrl-D to stop the telnet session -
Re: multiples of same channels
Hello
Use the DreamboxEdit to upload the channel list you want.
Take a ready made list as Vhannibal settings or just take the list of your box and make any necessary changes and then upload it to your box.
Also, make sure that autobouquet plugin or auto update channels are disable.If You Like My Post..... Please Press the Thanks ButtonComment
-
Re: multiples of same channels
--
hi
your satbox is a computer
and like any other computer
a backup on big change is the rule of the master
-- how to backup it ?
1. start totalcommander, filezilla, or any ftp gui
2. open a ftp connection onto your box
3. copy __ftp://box/ to /mypath/bu/satbox/today/ ...
( entirely, you can master this, but ...., let's make it easy at start ...)
- cost
30 secs
that's all done
- return
a excellent satbox life insurance
for less than a peanut
> an excellent investment
that's all the straightforwardness of genuine linux
Comment
-
Re: multiples of same channels
Hello
Use the DreamboxEdit to upload the channel list you want.
Take a ready made list as Vhannibal settings or just take the list of your box and make any necessary changes and then upload it to your box.
Also, make sure that autobouquet plugin or auto update channels are disable.
Will doing this delete all the existing channels on the box and replace with the new list???
thanksComment
-
Re: multiples of same channels
on my e1, bouquet file structure is as follow
cd /var/tuxbox/config/enigma
root@dreambox:/var/tuxbox/config/enigma> lsa
- bouquets
- services # list of services, ie channel: rai1, rai2 ...
- services.locked
- userbouquets.file.epl
- userbouquets.tv.epl # list of bouquet
- userbouquet.dbe00.tv # bouquet definition, as a set of services
- userbouquet.dbe01.tv # bouquet definition, as a set of services
- userbouquet.dbe02.tv # ..
- userbouquet.dbe03.tv # ..
that is
[ userbouquets.tv.epl -> userbouquet.dbe02.tv -> services ]
if i edit (read only) userbouquets.tv.epl
vi -R userbouquets.tv.epl
i have this
#NAME User - bouquets (TV)
#SERVICE: 4097:7:0:dbe00:0:0:0:0:0:0:/var/tuxbox/config/enigma/userbouquet.dbe00.tv
#TYPE 16385
/var/tuxbox/config/enigma/userbouquet.dbe00.tv
#SERVICE: 4097:7:0:dbe01:0:0:0:0:0:0:/var/tuxbox/config/enigma/userbouquet.dbe01.tv
#TYPE 16385
/var/tuxbox/config/enigma/userbouquet.dbe01.tv
#SERVICE: 4097:7:0:dbe02:0:0:0:0:0:0:/var/tuxbox/config/enigma/userbouquet.dbe02.tv
#TYPE 16385
/var/tuxbox/config/enigma/userbouquet.dbe02.tv
where i read that bouquet#dber00 is pointing to the bouquet definition file
/var/tuxbox/config/enigma/userbouquet.dbe00.tv
therefore, if change the path name, as following
/var/tuxbox/config/enigma/set00/userbouquet.dbe00.tv
this bouquet's file name does not overwritten by a new setting process
and it will coexists by the new one
--
to make setting.0 coexist with setting.1 ,
give them their own name,
as defined in userbouquets.tv.epl
Comment
Comment