Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] A "good" way to have a real channels.conf ;-)



Hello,

has I got some problems updating my channels.conf with the autopid
plugin (it doesn't update perfectly some existing channels) I thought
about a way to make a "real fake" channels.conf, and the result is a one
lign command which take the existing channels.conf as source:

cut -d: -f2-5 channels.conf|grep :|tr [A-Z] [a-z]|sort -t : +2|uniq|sed -e s/^/fake:/ -e s/$/:0:0:0:0:0:0:0:0/

Which one could > channels.conf-fake ;-)

I just did separate the channels on a satelite base, just adjust to your
need...

And then again with the autopid to find all channels the right way ;-)

I don't know if the patch on http://www.akool.de/download.html are going
to be update on a near future or not? (would be cool) ;-)

Have a great day,

	Grégoire
__________________________________________________________________
http://www-ima.unil.ch/greg ICQ:16624071 mailto:greg@magma.unil.ch


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index