[Freevo-users] playing .flv with mplayer from freevo interface

2007-05-29 Thread Pirlouwi

Hello,
I am able to play .flv files from command line with:

$ mplayer  aFile.flv

Problem is that .flv files are not displayed in the video directory.
Freevo simply displays a nothing to display when I enter the directory
where my .flv files are stored.

Is there a configuration trick to do in order to list .flv files within
freevo?

LOUIS
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] playing .flv with mplayer from freevo interface

2007-05-29 Thread Christian Lyra
On Tuesday 29 May 2007 10:11, Pirlouwi wrote:
  Hello,
  I am able to play .flv files from command line with:

  $ mplayer  aFile.flv

  Problem is that .flv files are not displayed in the video directory.
  Freevo simply displays a nothing to display when I enter the
 directory where my .flv files are stored.

  Is there a configuration trick to do in order to list .flv files
 within freevo?

yes. add the flv to list of mplayer file extensions. See your 
local_conf.py.


-- 
Christian Lyra
POP-PR - RNP

http://lyra.soueu.com.br

  Thus spake the master programmer: 
  ``Though a program be but three lines long, someday it will have to be 
maintained.'' 
The Tao Of Programing

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] playing .flv with mplayer from freevo interface

2007-05-29 Thread Bastian Farkas
just add .flv to VIDEO_MPLAYER_SUFFIX in your local_conf.py

Bastian Farkas

On Tue, 2007-05-29 at 15:11 +0200, Pirlouwi wrote:
 Hello,
 I am able to play .flv files from command line with:
 
 $ mplayer  aFile.flv
 
 Problem is that .flv files are not displayed in the video directory.
 Freevo simply displays a nothing to display when I enter the
 directory where my .flv files are stored. 
 
 Is there a configuration trick to do in order to list .flv files
 within freevo?
 
 LOUIS
 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___ Freevo-users mailing list 
 Freevo-users@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/freevo-users


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] playing .flv with mplayer from freevo interface

2007-05-29 Thread Pirlouwi

Sorry,
that's the first thing I tried, because it was evident.
But it doesn't work.

snip
VIDEO_PLAYER_SUFFIX = [ 'avi', 'mpg', 'mpeg', 'wmv', 'bin', 'rm',
'divx', 'ogm', 'vob', 'asf', 'm2v', 'm2p',
'mp4', 'viv', 'nuv', 'mov', 'iso',
'nsv', 'mkv', 'flv' ]
/snip

LOUIS

2007/5/29, Bastian Farkas [EMAIL PROTECTED]:


just add .flv to VIDEO_MPLAYER_SUFFIX in your local_conf.py

Bastian Farkas

On Tue, 2007-05-29 at 15:11 +0200, Pirlouwi wrote:
 Hello,
 I am able to play .flv files from command line with:

 $ mplayer  aFile.flv

 Problem is that .flv files are not displayed in the video directory.
 Freevo simply displays a nothing to display when I enter the
 directory where my .flv files are stored.

 Is there a configuration trick to do in order to list .flv files
 within freevo?

 LOUIS

-
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___ Freevo-users mailing
list Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] playing .flv with mplayer from freevo interface

2007-05-29 Thread Bastian Farkas
On Tue, 2007-05-29 at 15:35 +0200, Pirlouwi wrote:
 Sorry,
 that's the first thing I tried, because it was evident.
 But it doesn't work.
 
that's strange, it worked for me. if that code below really is out of
your local_conf.py you should add a M before PLAYER. ;)

 snip
 VIDEO_PLAYER_SUFFIX = [ 'avi', 'mpg', 'mpeg', 'wmv', 'bin', 'rm',
  'divx', 'ogm', 'vob', 'asf', 'm2v', 'm2p',
  'mp4', 'viv', 'nuv', 'mov', 'iso',
  'nsv', 'mkv', 'flv' ]
 /snip
 
 LOUIS
 
 2007/5/29, Bastian Farkas  [EMAIL PROTECTED]:
 just add .flv to VIDEO_MPLAYER_SUFFIX in your local_conf.py 
 
 Bastian Farkas
 
 On Tue, 2007-05-29 at 15:11 +0200, Pirlouwi wrote:
  Hello,
  I am able to play .flv files from command line with:
 
  $ mplayer  aFile.flv
 
  Problem is that .flv files are not displayed in the video
 directory. 
  Freevo simply displays a nothing to display when I enter
 the
  directory where my .flv files are stored.
 
  Is there a configuration trick to do in order to list .flv
 files
  within freevo? 
 
  LOUIS
 
 
 -
  This SF.net email is sponsored by DB2 Express
  Download DB2 Express C - the FREE version of DB2 express and
 take 
  control of your XML. No limits. Just data. Click to get it
 now.
  http://sourceforge.net/powerbar/db2/
  ___ Freevo-users
 mailing list Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users
 
 
 
 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and
 take
 control of your XML. No limits. Just data. Click to get it
 now. 
 http://sourceforge.net/powerbar/db2/
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users
 
 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___ Freevo-users mailing list 
 Freevo-users@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/freevo-users


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users