Re: [Freevo-users] playing movies uninterrupted?

2005-02-23 Thread RPBrown
what options should I have enabled in my local local_conf.py to enable
this feature? When i played the .vobs, mplayer stopped at the end of
each file.

On Wed, 23 Feb 2005 20:11:31 +0800, Justin <[EMAIL PROTECTED]> wrote:
> I find that if the two part avi is in the same directory with the same
> nomenclature (ie blah-disc1.avi, blah-disc2.avi) then it just goes
> straight onto the next file automatically.  It even shows up as a single
> file (ie "blah-disc1-2").
> 
> With vcd's or two part mpegs (or avi's for that matter) that are in
> part1, part2 directories, I just go into the extra menu and do a play
> all files recursively.  Works well, but requires the files to at least
> be alphanumerically chronilogical.
> 
> -Justin
> 
> 
> On Thu, 2005-02-24 at 00:09 +1300, RPBrown wrote:
> > I have an extracted DVD on the drive, you can play each vob as it
> > finishes (through mplayer), but is there anyway to make this more
> > streamlined? so it just autoplays uninterrupted without exiting each
> > vob. Samething can apply to a series of .avi's, like a 2 part avi
> > movie.
> >
> >
> > ---
> > SF email is sponsored by - The IT Product Guide
> > Read honest & candid reviews on hundreds of IT Products from real users.
> > Discover which products truly live up to the hype. Start reading now.
> > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> > ___
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
> --
> Justin <[EMAIL PROTECTED]>
> 
> ---
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] playing movies uninterrupted?

2005-02-23 Thread RPBrown
I have an extracted DVD on the drive, you can play each vob as it
finishes (through mplayer), but is there anyway to make this more
streamlined? so it just autoplays uninterrupted without exiting each
vob. Samething can apply to a series of .avi's, like a 2 part avi
movie.


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] freevo and alsa

2005-02-17 Thread RPBrown
ac=hwac3 causes a buzzing sound on my setup :(

Basically what setup I'm looking for is 2channel mp3 gets piped to all
speakers and anything ac3 will get do 5.1, currently I have the 5.1
part working, but everything thats 2 channel only gets played to the
front speakers.

Is there any way to do this?


On Thu, 17 Feb 2005 18:13:45 +1300 (NZDT), Dylan Hall <[EMAIL PROTECTED]> wrote:
> Another way to deal with this problem is to run a digital audio connection
> to your amplifier (SPDIF).
> 
> When I do this the amp interprets 2 channel sound and will convert to 5.1
> automatically (Dolby Surround) and pass 5.1 (Dolby Digital/AC3)
> straight through.
> 
> Inside my .mplayer/config file I specify:
> 
> ac=hwac3,
> 
> Which means do AC3 passthrough when possible.
> 
> Works great for me :)
> 
> Dylan
> 
> 
> On Wed, 16 Feb 2005, Evan Hisey wrote:
> 
> > Brown-
> >   Can't tell you for sure, but hte place to start looking wouldbe in
> > the local_conf.py There are several config lines dealing with the
> > default sound setup near teh top of the file. A second place to look
> > would be in teh mplayer mp3 options about half way down the file. Here
> > you can set file type/player specific options. Same for Xine.
> >
> > Evan
> >
> >
> > On Wed, 16 Feb 2005 13:13:46 +1300, RPBrown <[EMAIL PROTECTED]> wrote:
> > > When using Freevo, I generally I have 2 types of files,
> > > (1) .avi with AC3
> > > (2) .avi with an MP3 stream
> > >
> > > currently i've got this as my working asound.conf, it works fine when
> > > playing AC3 audio over 5.1 channels, however anything thats not AC3, 2
> > > Channel MP3 for example doesnt get split over the 5.1. Is there a
> > > simple way to get both 2ch->5.1 *and* direct 5.1ch to work properly?
> > >
> > > mediabawx:~# cat /etc/asound.conf
> > > pcm.!default{
> > >   type plug
> > >   slave.pcm "dsp0"
> > > }
> > >
> > > pcm.dsp0{
> > >   type plug
> > >   slave {
> > > pcm "mixed51"
> > > channels 6
> > > rate 48000
> > >   }
> > >   ttable.0.0 1
> > >   ttable.1.1 1
> > >   ttable.0.2 1
> > >   ttable.1.3 1
> > >   ttable.0.4 0.2
> > >   ttable.1.4 0.2
> > >   ttable.0.5 0.5
> > >   ttable.1.5 0.5
> > > }
> > >
> > > pcm.mixed51 {
> > >   type dmix
> > >   ipc_key 1099234
> > >   ipc_perm 0666
> > >   slave {
> > > pcm "hw:0,1"
> > > rate 48000
> > > channels 6
> > > period_time 0
> > > period_size 1024
> > > buffer_time 0
> > > buffer_size 4096
> > >   }
> > > }
> > >
> > > ctl.mixer0 {
> > >   type hw
> > >   card 0
> > > }
> > >
> > > ---
> > > SF email is sponsored by - The IT Product Guide
> > > Read honest & candid reviews on hundreds of IT Products from real users.
> > > Discover which products truly live up to the hype. Start reading now.
> > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> > > ___
> > > Freevo-users mailing list
> > > Freevo-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/freevo-users
> > >
> >
> >
> > ---
> > SF email is sponsored by - The IT Product Guide
> > Read honest & candid reviews on hundreds of IT Products from real users.
> > Discover which products truly live up to the hype. Start reading now.
> > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> > ___
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
> >
> 
> ---
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] freevo and alsa

2005-02-15 Thread RPBrown
When using Freevo, I generally I have 2 types of files,
(1) .avi with AC3 
(2) .avi with an MP3 stream

currently i've got this as my working asound.conf, it works fine when
playing AC3 audio over 5.1 channels, however anything thats not AC3, 2
Channel MP3 for example doesnt get split over the 5.1. Is there a
simple way to get both 2ch->5.1 *and* direct 5.1ch to work properly?

mediabawx:~# cat /etc/asound.conf
pcm.!default{
  type plug
  slave.pcm "dsp0"
}


pcm.dsp0{
  type plug
  slave {
pcm "mixed51"
channels 6
rate 48000
  }
  ttable.0.0 1
  ttable.1.1 1
  ttable.0.2 1
  ttable.1.3 1
  ttable.0.4 0.2
  ttable.1.4 0.2
  ttable.0.5 0.5
  ttable.1.5 0.5
}


pcm.mixed51 {
  type dmix
  ipc_key 1099234
  ipc_perm 0666
  slave {
pcm "hw:0,1"
rate 48000
channels 6
period_time 0
period_size 1024
buffer_time 0
buffer_size 4096
  }
}


ctl.mixer0 {
  type hw
  card 0
}


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] No Action defined for this choice

2005-02-15 Thread RPBrown
I'm not sure what i changed in my setup, but when using freevo -trace,
its reporting this error (when attempting to use mplayer to open an
.avi). what should i check for to fix this error?


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Auto executing scripts in freevo? (Was: Re: ATI Remote and Keybindings)

2005-02-14 Thread RPBrown
ok, a little digging around, and i found starting X11 first
then execute xmodmap -e "keycode 54 = Escape" gave me the desired
result, but for some reason Debian isnt looking at .xmodmap or
/etc/X11/xinit/ or even when i specify  it in ~/.xinitrc, so it only
works when X11 is actually up. Ok, is there an auto exec setup if you
start freevo? I like to have a startup script that executes, during
freevo's booting, is this possible?


On Sat, 12 Feb 2005 10:41:34 +1300, RPBrown <[EMAIL PROTECTED]> wrote:
> The remote works, up and down and 'ok' works (the default settings),
> but every other binding isnt working, have I missed something with my
> configuration?
> 
> mediabawx:/etc/freevo# cat local_conf.py | grep EVENT
> # EVENTS['video']['1'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='contrast -100')
> EVENTS['menu']['54'] = Event(MENU_BACK_ONE_MENU)
> EVENTS['menu']['222'] = Event(MENU_GOTO_MAINMENU)
> EVENTS['video']['54'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='quit')
> EVENTS['video']['152'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek -200')
> EVENTS['video']['233'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek +200')
> EVENTS['video']['110'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pause')
> EVENTS['video']['232'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pause')
> EVENTS['video']['36'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pause')
> EVENTS['video']['165'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='volume -1')
> EVENTS['video']['158'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='volume 1')
> EVENTS['video']['166'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='mute')
> EVENTS['video']['10'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='contrast -1')
> EVENTS['video']['11'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='contrast 1')
> EVENTS['video']['12'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='brightness -1')
> EVENTS['video']['13'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='brightness 1')
> EVENTS['video']['100'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek -10')
> EVENTS['video']['98'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek +30')
> EVENTS['video']['104'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek -30')
> EVENTS['video']['102'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek +10')
> EVENTS['video']['222'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='quit')
> 
> mediabawx:/etc/X11/xinit# cat xinitrc
> xmodmap -e keycode 54 = esc
> xmodmap -e keycode 222 = esc
> xmodmap -e keycode 110 = space
> xmodmap -e keycode 168 = Return
> xmodmap -e keycode 222 = Power
> xmodmap -e keycode 166 = Mute
> xmodmap -e keycode 110 = Pause
> xmodmap -e keycode 152 = Rewind
> xmodmap -e keycode 233 = Forward
> # directional
> xmodmap -e keycode 36 = Ok
> xmodmap -e keycode 233 = Up
> xmodmap -e keycode 152 = Down
> xmodmap -e keycode 100 = Left
> xmodmap -e keycode 102 = Right
> #Volume
> xmodmap -e keycode 165 = v
> xmodmap -e keycode 158 = j
> #Contrast/Brightness
> xmodmap -e keycode 10 = 1
> xmodmap -e keycode 11 = 2
> xmodmap -e keycode 12 = 3
> xmodmap -e keycode 13 = 4
>


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Re: ATI Remote and Keybindings

2005-02-12 Thread RPBrown
Anyone have any clues?

> The remote works, up and down and 'ok' works (the default settings),
> but every other binding isnt working, have I missed something with my
> configuration?
> 
> mediabawx:/etc/freevo# cat local_conf.py | grep EVENT
> # EVENTS['video']['1'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='contrast -100')
> EVENTS['menu']['54'] = Event(MENU_BACK_ONE_MENU)
> EVENTS['menu']['222'] = Event(MENU_GOTO_MAINMENU)
> EVENTS['video']['54'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='quit')
> EVENTS['video']['152'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek -200')
> EVENTS['video']['233'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek +200')
> EVENTS['video']['110'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pause')
> EVENTS['video']['232'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pause')
> EVENTS['video']['36'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pause')
> EVENTS['video']['165'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='volume -1')
> EVENTS['video']['158'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='volume 1')
> EVENTS['video']['166'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='mute')
> EVENTS['video']['10'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='contrast -1')
> EVENTS['video']['11'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='contrast 1')
> EVENTS['video']['12'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='brightness -1')
> EVENTS['video']['13'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='brightness 1')
> EVENTS['video']['100'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek -10')
> EVENTS['video']['98'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek +30')
> EVENTS['video']['104'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek -30')
> EVENTS['video']['102'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek +10')
> EVENTS['video']['222'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='quit')
> 
> mediabawx:/etc/X11/xinit# cat xinitrc
> xmodmap -e keycode 54 = esc
> xmodmap -e keycode 222 = esc
> xmodmap -e keycode 110 = space
> xmodmap -e keycode 168 = Return
> xmodmap -e keycode 222 = Power
> xmodmap -e keycode 166 = Mute
> xmodmap -e keycode 110 = Pause
> xmodmap -e keycode 152 = Rewind
> xmodmap -e keycode 233 = Forward
> # directional
> xmodmap -e keycode 36 = Ok
> xmodmap -e keycode 233 = Up
> xmodmap -e keycode 152 = Down
> xmodmap -e keycode 100 = Left
> xmodmap -e keycode 102 = Right
> #Volume
> xmodmap -e keycode 165 = v
> xmodmap -e keycode 158 = j
> #Contrast/Brightness
> xmodmap -e keycode 10 = 1
> xmodmap -e keycode 11 = 2
> xmodmap -e keycode 12 = 3
> xmodmap -e keycode 13 = 4
>


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] ATI Remote and Keybindings

2005-02-11 Thread RPBrown
The remote works, up and down and 'ok' works (the default settings),
but every other binding isnt working, have I missed something with my
configuration?

mediabawx:/etc/freevo# cat local_conf.py | grep EVENT
# EVENTS['video']['1'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='contrast -100')
EVENTS['menu']['54'] = Event(MENU_BACK_ONE_MENU)
EVENTS['menu']['222'] = Event(MENU_GOTO_MAINMENU)
EVENTS['video']['54'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='quit')
EVENTS['video']['152'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek -200')
EVENTS['video']['233'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek +200')
EVENTS['video']['110'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pause')
EVENTS['video']['232'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pause')
EVENTS['video']['36'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pause')
EVENTS['video']['165'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='volume -1')
EVENTS['video']['158'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='volume 1')
EVENTS['video']['166'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='mute')
EVENTS['video']['10'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='contrast -1')
EVENTS['video']['11'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='contrast 1')
EVENTS['video']['12'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='brightness -1')
EVENTS['video']['13'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='brightness 1')
EVENTS['video']['100'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek -10')
EVENTS['video']['98'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek +30')
EVENTS['video']['104'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek -30')
EVENTS['video']['102'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek +10')
EVENTS['video']['222'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='quit')

mediabawx:/etc/X11/xinit# cat xinitrc
xmodmap -e keycode 54 = esc
xmodmap -e keycode 222 = esc
xmodmap -e keycode 110 = space
xmodmap -e keycode 168 = Return
xmodmap -e keycode 222 = Power
xmodmap -e keycode 166 = Mute
xmodmap -e keycode 110 = Pause
xmodmap -e keycode 152 = Rewind
xmodmap -e keycode 233 = Forward
# directional
xmodmap -e keycode 36 = Ok
xmodmap -e keycode 233 = Up
xmodmap -e keycode 152 = Down
xmodmap -e keycode 100 = Left
xmodmap -e keycode 102 = Right
#Volume
xmodmap -e keycode 165 = v
xmodmap -e keycode 158 = j
#Contrast/Brightness
xmodmap -e keycode 10 = 1
xmodmap -e keycode 11 = 2
xmodmap -e keycode 12 = 3
xmodmap -e keycode 13 = 4


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users