free vo wrote:
Hi, thanks for the reply. That din't work. My tv channels look like this

TV_CHANNELS = [('1.tvgids.nl', 'Nederland 1', '11-'),
        ('2.tvgids.nl', 'Nederland 2', '6+'),
        ('3.tvgids.nl', 'Nederland 3', '7'),
        ('4.tvgids.nl', 'RTL 4', '26+'),
        ('31.tvgids.nl', 'RTL 5', '41-'),
        ('46.tvgids.nl', 'Yorin', '25-'),


and my frequency table like


FREQUENCY_TABLE = {
  '11-': 216,
  '6+' : 184,
}


<snip>


The complete message I'm getting is
   mpl = '--prio=%s %s -vo %s%s -fs %s -slave %s' % args
TypeError: not enough arguments for format string

Ok, that's a completely different (or new) error.


Hope this helps some more. Thanks

Yep, try this... in your local_conf.py make sure your MPLAYER_ARGS has a key called 'ivtv', it should look something like:


MPLAYER_ARGS = { 'dvd': '-cache 8192',
                 'vcd': '-cache 4096',
                 'cd' : '-cache 500 -cdda speed=1',
                 'tv' : '-cache 8192',
                 'ivtv' : '-cache 8192',
                 'avi': '-cache 5000 -idx',
                 'rm' : '-cache 5000 -forceidx',
                 'default': '-cache 5000'
                 }

The problem here is that the plugin expects args to have so many entries, the ivtv one is likely missing.

-Rob


------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to