Being a straight out lazy person i just copied the local_conf.py in use from the other machine. It makes the TV fullscreen and I'd like the TV in a window 800*600, like I've got set in /etc/freevo/freevo.conf
mplayer settings MPLAYER_ARGS['dvd'] = '-cache 8192' MPLAYER_ARGS['dvb'] = '-framedrop -vf pp=de/fd -cache 4096' MPLAYER_ARGS['vcd'] = '-cache 4096' MPLAYER_ARGS['cd'] = '-cache 1024 -cdda speed=2' MPLAYER_ARGS['tv'] = '-nocache' MPLAYER_ARGS['ivtv'] = '-cache 8192' MPLAYER_ARGS['avi'] = '-cache 5000 -idx' MPLAYER_ARGS['flv'] = '-nocache -forceidx' MPLAYER_ARGS['mp4'] = '-nocache -forceidx' MPLAYER_ARGS['rm'] = '-cache 5000 -forceidx' MPLAYER_ARGS['rmvb'] = '-cache 5000 -forceidx' MPLAYER_ARGS['webcam'] = 'tv:// -tv driver=v4l:width=352:height=288:outfmt=yuy2:device=/dev/video2' MPLAYER_ARGS['default'] = '-framedrop -cache 5000' changing this parameter did nothing TV_VIEW_SIZE = (800, 600) ------------------------------------------------------------------------------ _______________________________________________ Freevo-users mailing list Freevo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-users