humax# /etc/init.d/S90settop shut
humax# sqlite3 /var/lib/humaxtv/channel.db "delete from tbl_svc where uslcn in (select uslcn from tbl_svc as s join tbl_ts as t on s.ustsid=t.ustsid where ((t.ulfrequency+200)/1000-306)/8=46);"
humax# sync
humax# reboot
Duh. How to make something simple into something complicated. Here's a better one:Not quite sure if that's optimal...
humax# sqlite3 /var/lib/humaxtv/channel.db "delete from tbl_ts where ((ulfrequency+200)/1000-306)/8=46;"
Where to? I can't seem to find anything in tunefix settings to enter such a lineTunefix 1.0.8 will give you another option, but you have to configure it manually (at least for now).
Add a line containing:
MUX:46
to /mod/boot/tunefix.conf
and reboot. All services will disappear from the mux. which is on RF channel 46.
You can use multiple lines, or ranges (xx-yy) or a comma delimited list (or any combinations thereof) to get rid of anything you don't want.
I can't find anywhere to set the channel, only LCNsI admit I haven't used it, but I think you do an auto-tune and then tunefix sorts it out.
prpr If you want you could add that file to the quick-edit list on the editor page by creating /mod/webif/plugin/tunefix/quickedit.hook and putting this in it:Like I said, you have to add it manually to the config. file. There is no GUI for it. Use the WebIf file editor if you like.
quickedit /mod/boot/tunefix.conf
Thanks, but you didn't mention the config file in your first postLike I said, you have to add it manually to the config. file. There is no GUI for it. Use the WebIf file editor if you like.
I'm sorry, but I did:Thanks, but you didn't mention the config file in your first post
Add a line containing:
MUX:46
to /mod/boot/tunefix.conf
Just do an auto-retune, reboot, then a manual tune for channel 25 (having added the MUX:46 line and upgraded tunefix of course).Will this force it to tune to ch46, as it's ch 25 that I want it to tune to.
I'm starting to think that a complete manual retune would be the easiest way for a simpleton such as me.
The evidence says otherwise. Just because you couldn't see something doesn't mean it wasn't there.No, you just told me to add a line without telling me where to add it to.
What can I say?!And to a simpleton like me, that's a bit confusing.![]()
That's been there for eons. It was called "Channel information" or similar before.It was only the addition of the "Tuned multiplex information" screen...
Done, although I'm not convinced how much it will (or should) get used.you could add that file to the quick-edit list on the editor page