Right, as promised in my last post, here is my config for changing aspect
ratio and zoom/panscan :

I am using the numpad on my remote, for lack of better buttons. I have
stupidly named the "config" the same as the button. We configure the config
in local_conf.py

lircrc:

-------- 8< --------

begin
    prog = freevo
    button = 1
    config = 1
end

begin
    prog = freevo
    button = 2
    config = 2
end

begin
    prog = freevo
    button = 3
    config = 3
end

begin
    prog = freevo
    button = 4
    config = 4
end

begin
    prog = freevo
    button = 5
    config = 5
end
-------- 8< --------

And from local_conf.py :

-------- 8< --------
# ======================================================================
# Events
# ======================================================================
#
# You can add more keybindings by adding them to the correct hash.
# e.g. If you want to send 'contrast -100' to mplayer by pressing the '1'
key,
# just add the following line:
#
# EVENTS['video']['1'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='contrast -100')
#
# See src/event.py for a list of all possible events.
EVENTS['video']['SUBTITLE'] = Event(VIDEO_SEND_MPLAYER_CMD,
arg='sub_select')
EVENTS['video']['LANG'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='switch_audio')

EVENTS['video']['1']       = Event(VIDEO_SEND_MPLAYER_CMD, arg='switch_ratio
1.33334')
EVENTS['video']['2']       = Event(VIDEO_SEND_MPLAYER_CMD, arg='switch_ratio
1.5')
EVENTS['video']['3']       = Event(VIDEO_SEND_MPLAYER_CMD, arg='switch_ratio
1.77778')

EVENTS['video']['4']       = Event(VIDEO_SEND_MPLAYER_CMD, arg='panscan +0.1
0')
EVENTS['video']['5']       = Event(VIDEO_SEND_MPLAYER_CMD, arg='panscan -0.1
0')

-------- 8< --------

And away you go!

Jake

On Sat, Jun 12, 2010 at 3:53 AM, Toan <nguyenthet...@gmail.com> wrote:

> Thanks a lot guys. I set up my freevo following your advice and it's
> near perfect now.
>
> I have one more problem though. When I view picture (slideshow or
> not), I can't seem to stop it.
> press the "stop" button on my remote, freevo picture viewer/slideshow
> seems to stop. But I could not
> return to the picture menu. Only the last photo is shown on screen. No
> other buttons work except the left/right buttons (which rotates the
> photo 90 degrees). Did I do something wrong ? or did I press the wrong
> button to exit the picture viewer ?
>
> Thanks again
>
> Toan
>
>
> ------------------------------------------------------------------------------
> 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
>
------------------------------------------------------------------------------
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

Reply via email to