Re: [Freevo-users] DVB/ATSC live pause (was RE: Wishlist)

2007-05-22 Thread Adam Charrett
On Mon, 2007-05-21 at 20:44 -0500, Jonathan Isom wrote:
 Well now that its working.  On my system with just the change of
 enabling live_pause
 freevo use at idle startup 13-16 % cpu and eats memory using 56 % of
 512MB  after 20 seconds and 65% 10 seconds later of cpu time.  any
 ideas
 
I wouldn't worry if you check top you'll see that the memory being used
is in actual fact shared. It is the live pause buffer file being paged
into memory and will of course be page out again if you need that
memory.

Cheers

Adam


-
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] File browsing question

2007-05-22 Thread Patrick Carey
On Tue, 2007-05-22 at 07:53 +1000, Trejkaz wrote:
 On Monday 21 May 2007 22:24, Duncan Webb wrote:
   I can see a bunch of .fxd files around the place but moving any given
   file aside has no effect on the behaviour of the app.  Which fxd file are
   you referring to exactly?
 
  The fxd files that contain the name of the media. You may have to rebuild
  the freevo cache afterwards, with:
  freevo cache --rebuild
 
 The only file on my system with the name of the media in it is the 
 mmpython.cache file under vfs.  If I delete that, it reappears either when 
 freevo itself runs again or when I rebuild the cache.
 
 Though presumably if I can change the way it's rebuilding the cache, I can 
 make sure it only puts the base name of the file into the cache, which would 
 solve the issue.

just add

DIRECTORY_USE_MEDIAID_TAG_NAMES = 0

to your local_conf.py, this disables the use of metadata globally
though, you can do it on a per folder basis in your folder.fxd for
folders with broken tags.

Paddy


-
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


[Freevo-users] Problem with DVD backup on HD

2007-05-22 Thread Christian Lyra
Hi

sorry for the empty mail... hit the enter button on gmail...

I guess this was asked before but I couldnt find the thread. I have a
few DVDs on my HD, and freevo was able to play them just fine. Today I
tried to play one with 1.7.2-svn and freevo just crashed. Error log
shows this:

Traceback (most recent call last):
  File /usr/lib/python2.4/site-packages/freevo/plugins/mediamenu.py,
line 196, in main_menu
if filename[0] == '/':
IndexError: string index out of range
Traceback (most recent call last):
  File /usr/lib/python2.4/site-packages/freevo/main.py, line 290, in
eventhandler
app.eventhandler(event)
  File /usr/lib/python2.4/site-packages/freevo/menu.py, line 673, in
eventhandler
action( arg=arg, menuw=self )
  File /usr/lib/python2.4/site-packages/freevo/video/videoitem.py,
line 552, in play
error = self.player.play(mplayer_options, self)
  File /usr/lib/python2.4/site-packages/freevo/video/plugins/xine.py,
line 149, in play
self.max_subtitle = max(self.max_subtitle, len(track['subtitles']))
KeyError: 'subtitles'

Those DVDs are not .iso images. It´s a folder with video_ts and .vob files.

-- 
Christian Lyra
PoP-PR/RNP

-
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] Problem with DVD backup on HD

2007-05-22 Thread Jonathan Isom
I just noticed it yesterday. Under a submenu you can play them with
mplayer(possibly xine.
without it crashing(atleast with iso form.). It also may have worked
if i set the default title. I'll have to check

On 5/22/07, Christian Lyra [EMAIL PROTECTED] wrote:
 Hi

 sorry for the empty mail... hit the enter button on gmail...

 I guess this was asked before but I couldnt find the thread. I have a
 few DVDs on my HD, and freevo was able to play them just fine. Today I
 tried to play one with 1.7.2-svn and freevo just crashed. Error log
 shows this:

 Traceback (most recent call last):
   File /usr/lib/python2.4/site-packages/freevo/plugins/mediamenu.py,
 line 196, in main_menu
 if filename[0] == '/':
 IndexError: string index out of range
 Traceback (most recent call last):
   File /usr/lib/python2.4/site-packages/freevo/main.py, line 290, in
 eventhandler
 app.eventhandler(event)
   File /usr/lib/python2.4/site-packages/freevo/menu.py, line 673, in
 eventhandler
 action( arg=arg, menuw=self )
   File /usr/lib/python2.4/site-packages/freevo/video/videoitem.py,
 line 552, in play
 error = self.player.play(mplayer_options, self)
   File /usr/lib/python2.4/site-packages/freevo/video/plugins/xine.py,
 line 149, in play
 self.max_subtitle = max(self.max_subtitle, len(track['subtitles']))
 KeyError: 'subtitles'

 Those DVDs are not .iso images. It´s a folder with video_ts and .vob files.

 --
 Christian Lyra
 PoP-PR/RNP

 -
 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] Cannot schedule a record

2007-05-22 Thread Duncan Webb
 It starts recording the stream in the mentioned file.

How are you trying to record this program? It looks like the program you
wanted to record ran from 19:25 to 19:30 and it started and stopped at
19:27.

So how did you tell freevo to record the program, with a remote with the
keyboard and what did you press?

Duncan

PS
What does the MailScanner warning: numerical links are often malicious
mean? Somebody's mail scanner should check a bit harder for private IP
addresses.

 2007/5/21, John Molohan [EMAIL PROTECTED]:

  Pirlouwi wrote:

 I just installed last version of KAA from svn, and I still did not
 manage
 to schedule a record.
 Here is a log when I want to start recording of a pending broadcasting.
 The recording should start immediately, but it is killed by the record
 server.

 2007/05/21 19:27 CEST [HTTPChannel,57,*MailScanner warning: numerical
 links are often malicious:* 127.0.0.1 http://127.0.0.1]
 config.LOCALE=latin-1
 2007/05/21 19:27 CEST [HTTPChannel,57,*MailScanner warning: numerical
 links are often malicious:* 127.0.0.1 http://127.0.0.1] prog=lun
 2007-05-21 19:25-19:30 (19:25)  la%20deux D'art d'art
 2007/05/21 19:27 CEST [*RecordServer*] received event RECORD_START
 2007/05/21 19:27 CEST [*RecordServer*] popen  nice -n -10
 /usr/local/bin/mplayer -dumpstream -dumpfile
 /home/croisez/records/05-21_19:25_D_art_d_art.ts dvb://LA DEUX
 2007/05/21 19:27 CEST [*RecordServer*] received event RECORD_STOP
 2007/05/21 19:27 CEST [*RecordServer*] no imagefile found
 2007/05/21 19:27 CEST [*RecordServer*]
 /var/cache/freevo/vfs/home/croisez/records/05-21_19:25_D_art_d_art.ts.raw.tmp


 The idea of Duncan to upgrade kaa from svn on my machine was finally not
 the solution to my problem.
 What should I do? Write a bug ticket for freevo 1.x developpers?

 LOUIS

 Just jumping without having reread this thread but what happens when you
 run /usr/local/bin/mplayer -dumpstream -dumpfile
 /home/croisez/records/05-21_19:25_D_art_d_art.ts dvb://LA DEUX from
 the
 command line?

 -
 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