> - Is there a way to view videos in 2x or 3x zoom. I have an TV overscan
> problem (it's a RPTV). Instead using of the whole 1080, I prefer
> viewing 480 videos in
> 2x zoom and 352 videos in 3x zoom. I think of fine-tuning MPLAYER_ARGS in
> local_config.py like "if videoheight < 480, MPLAYER_ARGS_ADD -vf
> expand=:540"
> for 2x zoom but don't know how to do it in local_config.py
>
> I don't know for sure. Try activating this plugin in local_conf.py:
plugin.activate('video.fillscreen')
(Type at the console: "freevo plugins -i video.fillscreen" for help).
> - I want to disable xine all together and want to use mplayer for
> everything. This
> way, i need to spend time fine-tuning one player only. I know that mplayer
> DVD
> menu is not as good as xine but i can live with that. How do I do that ?
>
> Try in local_conf.py:
plugin.remove('video.xine')
- I run freevo on top of xfce for the USB drives, CDROM auto-mounter
> convenience.
> When I shutdown freevo, the PC reverts back to xfce desktop. How do I
> config
> freevo to shutdown everything together ?
>
> If you mean you want to shutdown your PC when exiting Freevo, I have this
in local_conf.py:
SYS_SHUTDOWN_ENABLE = 1
SYS_SHUTDOWN_CMD = "sudo /sbin/halt"
SYS_RESTART_CMD = "sudo /sbin/reboot"
SYS_SHUTDOWN_CONFIRM = 0
If you are not root, you have to include your user in /etc/sudoers in order
to shutdown your PC:
sudo /bin/sh -c "echo '<user> ALL = NOPASSWD: /sbin/halt, /sbin/reboot,
/sbin/shutdown' >> /etc/sudoers"
> - My remote has an "Aspect" button. Can i setup local_config.py so
> that each time
> I press it, mplayer would switch to another predefined aspect ratio
> like 2.35, 1.78,
> 1.33 or 0 (video default)? At the moment, I configure it the button
> "1" for 1.78
> and "2" for 1.33,... but it's not optimal.
>
I've tried that approach without success. I think mplayer doesn't support a
key to cycle between aspect ratios (at least, I haven't found it), so I have
a similar configuration as yours:
EVENTS['video']['1'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='switch_ratio
-1') # Original
EVENTS['video']['3'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='switch_ratio
1.33333') # 4:3
EVENTS['video']['7'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='switch_ratio
1.77778') # 16:9
EVENTS['video']['9'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='switch_ratio
2.35') # Cinemascope
--
Saludos,
F.Eduardo
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit. See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users