Re: [Freevo-users] nvram-wakeup integration status ?

2005-03-17 Thread Georg Künzel
> It seems as if this file is only updated, when a user opens the TV-Guide
> inside of freevo. That would mean:
Damn, you're right. I didn't run into that because of my daily freevo use.
So there is one more problem we can't solve the native way. But we
_can_ solve this (bash supports socket communication), again not very 
stylishly:

Enable Freevo network remote access:

ENABLE_NETWORK_REMOTE = 1
REMOTE_CONTROL_HOST = '127.0.0.1'
REMOTE_CONTROL_PORT = 16310

Add something like this to the bash script right before it starts reading the 
upsoon file:

# show main menu 
echo -e -n 'MENU' >/dev/udp/127.0.0.1/16310
# go up, 10 times should be enough even with all main menu plugins activated
for i in 1 2 3 4 5 6 7 8 9 10
do
echo -e -n 'UP' >/dev/udp/127.0.0.1/16310
done
# open TV menu, upsoon file gets refreshed
echo -e -n 'SELECT' >/dev/udp/127.0.0.1/16310

I'll update the wakeup-script tomorrow. Good night.

Georg

-- 
Mein oeffentlicher Schluessel fuer PGP/GPG - Verschluesselung:

pub  1024D/63EB55CA 2002-11-27 Georg Kuenzel <[EMAIL PROTECTED]>
Key fingerprint = 8DA9 55C6 91FA D92D 89C3  7C22 0A1D 790C 63EB 55CA


---
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_ide95&alloc_id396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] nvram-wakeup integration status ?

2005-03-17 Thread Stephan Kanthak
Hi!

On Thursday 17 March 2005 18:41, [EMAIL PROTECTED] wrote:
> Hello this integratin of nvram-wakeup is in my todo too, but my plan is to
> check user activity via screensaver plugin, I didn't study it deeper, but
> maybe it would be better way? Then is not nessecery to patch freevo with
> abort question.

Should be fairly easy. Simply look at the file plugins/freevoscreensaver.py.
Add creating a lock file at the beginning of the start_saver method and
remove it in the stop_saver method. To make it more save additionally remove
it in the constructor of the plugin.

E.g.:
in constructor:

 self.lockfile = config.FREEVO_CACHEDIR + '/screensaver'
 os.remove(self.lockfile)

in start_saver:

 open(self.lockfile, 'w').close()

in stop_saver:

 os.remove(self.lockfile)

After that each time the screensaver turns on we have a file named screensaver
in the freevo cache directory. voila...

Cheers,
Stephan


---
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] nvram-wakeup integration status ?

2005-03-17 Thread Georg Künzel
> Hello this integratin of nvram-wakeup is in my todo too, but my plan is to
> check user activity via screensaver plugin, I didn't study it deeper, but
Sounds good. I'm looking forward to your native solution.

> maybe it would be better way? Then is not nessecery to patch freevo with
> abort question.
I've solved it with two fxd-files. Not stylishly, but it works. 

-- 
Mein oeffentlicher Schluessel fuer PGP/GPG - Verschluesselung:

pub  1024D/63EB55CA 2002-11-27 Georg Kuenzel <[EMAIL PROTECTED]>
Key fingerprint = 8DA9 55C6 91FA D92D 89C3  7C22 0A1D 790C 63EB 55CA


---
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_ide95&alloc_id396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] nvram-wakeup integration status ?

2005-03-17 Thread Tanja Striepling
Hi Georg, 

I am playing around with your script at the moment...

I am not sure yet, but there might be a problem with taking the wakeup time from
/var/cache/freevo/upsoon.
It seems as if this file is only updated, when a user opens the TV-Guide inside 
of freevo.
That would mean:
1.) It is not updated, when one has run "freevo schedulefavorites"
2.) If you leave your freevo box unattended for a few days,
 things from the "This Week" part of upsoon, never will become "Today" or 
"Tomorrow",
 and thus freevo won't wake up for them

Maybe my assumptions are wrong here, I will investigate this more.
Any comments? 

Regards
Tanja
__
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193



---
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] Mplayer DirectFB hanging -- meethinks its a fusion problem

2005-03-17 Thread Eric Jorgensen
On Thu, 17 Mar 2005 11:28:06 -0600
Matthew Goeden <[EMAIL PROTECTED]> wrote:

> >
> >I'm curious why you're using CVS versions? I am quite successful 
> > using
> > 0.9.21 and 0.9.22 with similar hardware.
> >
> 
> I don't exactly remember.  But, i think it was because I had to use the 
> CVS of the fusion patch (for some reason -- I wish I could remember).


   Hmm, which kernel? I know the fusion patch for 2.6 isn't in the 0.9.22
tarball. 

 
> >I see you're attempting to play '2 fast, 2 furious'. Perhaps the
> > computer is objecting to a request to play such an awful movie? Maybe 
> > you
> > should try something that doesn't involve riced up cars and Vin Diesel?
> > (sorry, it's a cheap shot, but i had to take it)
> >
> 
> That's a good call!!.  Unfortunately, that movie was only selected 
> since it appeared at the top of my list (instead of my undying love for 
> crappy acting)


   You should check out the Sejun Suzuki classic "Branded to Kill" some
day. SS worked for a company in japan that had actors and crew on salaried
contracts, and wrote scripts by committee. He had no film experience when
he was hired, and in fact had only seen five or six movies. 

   He believes that every shot has the right to be treated as a work of
art in and of itself, and that outside of that, it didn't matter, for
example, if two people talking to each other in a scene were actually both
sitting down, or even in the same room, or if perhaps one of them was
sitting at a bar and the other one was standing outside, as long as one of
them was facing to the right and the other was facing to the left - people
would understand that they were having a conversation. 

   He was extremely efficient. Most movies were shot in a week, and editing
took him one day. He takes the best version of each shot and splices them
all together in order, and applies soundtrack. 

   The leading man in most of his movies, Jo Shishido, had noticed that
most successful actors in japan have some sort of physical feature that
sets them apart, and had his cheek bones enhanced by a plastic surgeon. 

   (This is still largely true - One of the best actors in japan in the
last 10 years is Takeshi Kitano - who's face is paralyzed on one side from
a motorcycle accident. You may recognize him from Spike TV's "Most Extreme
Elimination Challenge" game show, called Takeshi's Castle in japan.)

   He'd made something like 60 movies in 11 years working for this company
when he cranked out "Branded to Kill". After it was released in 1967 he was
called in for a meeting, where he was told "Your movies make no sense, and
make no money. You're fired." -- he successfully sued for breach of
contract. 

   BtK is so inexplicable as to be pure art. I was never able to say "Huh?"
with such conviction. 

   More than a cult classic, people have been ripping it off ever since,
sometimes a couple shots, sometimes entire scenes. 

 
> >More seriously, I see that your mplayer is an old version and 
> > appears to
> > have been compiled with runtime cpu detection, or at least on a 
> > different
> > cpu than the one you're running it on.
> >
> >This would indicate, perhaps, that your mplayer isn't compiled 
> > against
> > the version of directfb you're running.
> >
> 
> well, mplayer was just whatever was current in the portage tree.  I 
> don't think anything is wrong with my mplayer because it works fine 
> from the command line.


   Well, it's just a guess, because mplayer has to link against directfb
when it builds, and unless you built it after directfb, it's not linked
against the version of directfb you're running. Which wouldn't prevent it
from working, but might prevent it from working perfectly. 

   Are you sure you don't have muliple versions of directfb floating around
your system? 


> >
> >I also have to admit some ignorance as to what the linux-fusion 
> > package
> > is supposed to be. I just applied the fusion and mga kernel patches
> > included with the directfb source.
> >
> >
> 
> the linux-fusion package I was talking about was just the linux fusion 
> patch -- sorry for the confusion.


   Yeah, I figured that out. Did you apply the matroxfb-g400-clock patch
and the matroxfb-full-memory patch? (I forget if both of these exist for
2.6, I know the irq patch isn't required since about 2.4.22) 

   More to the point, what does your directfbrc look like? And the mplayer
options in your freevo config? 

   I wish i could be more specific, yesterday i installed a new motherboard
in my freevo system and it's not actually plugged in at the moment, so i
can't ssh into it and poke around. 




---
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
___
Fr

Re: [Freevo-users] can't watch or record tv | record_schedule.xml doesn't exist

2005-03-17 Thread Jaap Struyk
Op do 17-03-2005, om 17:00 schreef Marcelo Toledo:

> any other idea?

Apart from if freevo's dependencie's are met and your config is fine, I
have no idea, but touch to make the file is noy the way:
> /var/cache/freevo/record_schedule.xml:0:0: No top-level Nodes in
> document
Start with an empty dir.
I have a similar setup and never ran into (that kind) of trouble.
I saw you don't have Pylirc, that has nothing to do with this (I think)
but maybe your missing some other dependencies as wel.
-- 
Groetjes Japie



---
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] Mplayer DirectFB hanging -- meethinks its a fusion problem

2005-03-17 Thread Matthew Goeden
   I'm curious why you're using CVS versions? I am quite successful 
using
0.9.21 and 0.9.22 with similar hardware.

I don't exactly remember.  But, i think it was because I had to use the 
CVS of the fusion patch (for some reason -- I wish I could remember).


   I see you're attempting to play '2 fast, 2 furious'. Perhaps the
computer is objecting to a request to play such an awful movie? Maybe 
you
should try something that doesn't involve riced up cars and Vin Diesel?
(sorry, it's a cheap shot, but i had to take it)

That's a good call!!.  Unfortunately, that movie was only selected 
since it appeared at the top of my list (instead of my undying love for 
crappy acting)


   More seriously, I see that your mplayer is an old version and 
appears to
have been compiled with runtime cpu detection, or at least on a 
different
cpu than the one you're running it on.

   This would indicate, perhaps, that your mplayer isn't compiled 
against
the version of directfb you're running.

well, mplayer was just whatever was current in the portage tree.  I 
don't think anything is wrong with my mplayer because it works fine 
from the command line.

   I also have to admit some ignorance as to what the linux-fusion 
package
is supposed to be. I just applied the fusion and mga kernel patches
included with the directfb source.


the linux-fusion package I was talking about was just the linux fusion 
patch -- sorry for the confusion.


---
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] can't watch or record tv | record_schedule.xml

2005-03-17 Thread Geert Decorte
I have had the freevo cache problem also. I had found somewhere a fix in
this forum, don't know exactly where anymore.

In the file /usr/lib/python2.3/site-packages/freevo/util/fileops.py
Uncomment following:

# gedeco
#if dirname[dirname.rfind('/'):][1] == '.':
# ignore directories starting with a dot
# Note: subdirectories of that dir will still be searched
#return result

Don't know for the missing xml file.

> I've installed freevo and I can play songs, watch movies, see pictures,
> but I can't watch tv or record.
>
> I am running the server and the client as 'freevo', I log in to the
> freevo user acount and start the server as 'freevo recordserver start',
> here is the log:
>
> 2005/03/17 11:38 BRT [-] Log opened.
> 2005/03/17 11:38 BRT [*RecordServer*] twisted.web.server.Site starting on
> 18001
> 2005/03/17 11:38 BRT [*RecordServer*] Starting factory
> 
>
> Then I start the freevo client, here is the stdout output:
>
> [EMAIL PROTECTED]:~$ freevo
> ROM_DRIVES: Auto-detected and added "('/media/cdrom0', '/dev/hdc',
> 'CD-1')"
>
> Please run 'freevo cache'
>
> freevo: could not connect to socket
> freevo: Connection refused
> WARNING: Could not initialize PyLirc!
>
>
> trying watch tv, recordserver log:
>
> 2005/03/17 11:40 BRT [*RecordServer*] Traceback (most recent call last):
>   File "/usr/lib/python2.3/site-packages/twisted/python/log.py",
> line 52, in callWithContext
> return context.call({ILogContext: newCtx}, func, *args, **kw)
>   File
> "/usr/lib/python2.3/site-packages/twisted/python/context.py",
> line 43, in callWithContext
> return func(*args,**kw)
>   File
> "/usr/lib/python2.3/site-packages/twisted/internet/default.py",
> line 126, in run
> self.mainLoop()
>   File
> "/usr/lib/python2.3/site-packages/twisted/internet/default.py",
> line 134, in mainLoop
> self.runUntilCurrent()
> ---  ---
>   File
> "/usr/lib/python2.3/site-packages/twisted/internet/base.py",
> line 423, in runUntilCurrent
> call.func(*call.args, **call.kw)
>   File
> "/usr/lib/python2.3/site-packages/freevo/helpers/recordserver.py",
> line 908, in minuteCheck
> self.checkToRecord()
>   File
> "/usr/lib/python2.3/site-packages/freevo/helpers/recordserver.py",
> line 396, in checkToRecord
> sr = self.getScheduledRecordings()
>   File
> "/usr/lib/python2.3/site-packages/freevo/helpers/recordserver.py",
> line 195, in getScheduledRecordings
> self.saveScheduledRecordings(scheduledRecordings)
>   File
> "/usr/lib/python2.3/site-packages/freevo/helpers/recordserver.py",
> line 223, in saveScheduledRecordings
> os.unlink(config.TV_RECORD_SCHEDULE)
> exceptions.OSError: [Errno 2] No such file or directory:
> '/var/cache/freevo/record_schedule.xml'
>
>
> I tried the same but touching this file before:
>
> 2005/03/17 11:41 BRT [HTTPChannel,1,127.0.0.1] Traceback (most recent call
> last):
>   File
> "/usr/lib/python2.3/site-packages/twisted/protocols/http.py",
> line 557, in requestReceived
> self.process()
>   File "/usr/lib/python2.3/site-packages/twisted/web/server.py",
> line 165, in process
> self.render(resrc)
>   File "/usr/lib/python2.3/site-packages/twisted/web/server.py",
> line 172, in render
> body = resrc.render(self)
>   File "/usr/lib/python2.3/site-packages/twisted/web/xmlrpc.py",
> line 130, in render
> defer.maybeDeferred(function, *args).addErrback(
> ---  ---
>   File
> "/usr/lib/python2.3/site-packages/twisted/internet/defer.py",
> line 129, in maybeDeferred
> result = f(*args, **kw)
>   File
> "/usr/lib/python2.3/site-packages/freevo/helpers/recordserver.py",
> line 725, in xmlrpc_getScheduledRecordings
> return (TRUE, jellyToXML(self.getScheduledRecordings()))
>   File
> "/usr/lib/python2.3/site-packages/freevo/helpers/recordserver.py",
> line 177, in getScheduledRecordings
> scheduledRecordings = unjellyFromXML(f)
>   File
> "/usr/lib/python2.3/site-packages/freevo/util/marmalade.py",
> line 423, in unjellyFromXML
> document = parse(stringOrFile)
>   File "/usr/lib/python2.3/site-packages/twisted/web/microdom.py",
> line 817, in parse
> raise ParseError(mdp.filename, 0, 0, "No top-level Nodes in
> document")
> twisted.protocols.sux.ParseError:
> /var/cache/freevo/record_schedule.xml:0:0: No top-level Nodes in
> document
>
>
> And I also tried running freevo cache:
>
> [EMAIL PROTECTED]:~$ freevo cache
> Freevo cache
>
> Freevo will now generate a metadata cache for all your files and
> create thumbnails from images for faster access.
>
> Cache too old, forcing rebuild
> ERROR: VIDEO_ITEMS contains root directory, skipped.
> ERROR: AUDIO_ITEMS contains root directory, skipped.
> ERROR: IMAGE

Re: [Freevo-users] nvram-wakeup integration status ?

2005-03-17 Thread tonous
On Sunday 13 of March 2005 22:05, Georg Künzel wrote:

>
> As you can see there is one problem right now: The script doesn't detects
> the following user activitys: mail, news, weather and images. I'll add a
> function so that a user can abort the idle check. It could easily be done
> with the command plugin (erase/write a lock file).
Hello this integratin of nvram-wakeup is in my todo too, but my plan is to 
check user activity via screensaver plugin, I didn't study it deeper, but 
maybe it would be better way? Then is not nessecery to patch freevo with 
abort question.

Tonous


---
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_ide95&alloc_id396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Movie/Video catalog Plugins

2005-03-17 Thread Kang Khoon Seang
Hi all,

I am new to this list, and FreeVo :)

May I know if there is any FreeVo plugins that allow me to do something
like, maybe that work with MySQL, and I have to catalog the movie tracks I
have in my HDD by artist, title, gendre, etc.

So, when I would like to play back the movies I have, the plugin menu will
let me choose by either category, and retrieve the movie from the HDD (if
possible, I will do it NFS way :) )

Thanks for any recommendations.

Cheers!

Best regards,
Kang



---
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] Mplayer DirectFB hanging -- meethinks its a fusion problem

2005-03-17 Thread Eric Jorgensen
On Thu, 17 Mar 2005 10:47:21 -0600
Matthew Goeden <[EMAIL PROTECTED]> wrote:

> Howdy ya'll,
> 
> I have finally gotten my g400 directfb gentoo system working.  I am  
> using the DirectFB CVS and linux-fusion CVS.  Mplayer looks and works  
> great from the command line.  Freevo (CVS) looks looks and works great.  
>   However, when I try and play a movie from the Freevo menu, the freevo  
> menu fades out and the blank screen remains.  I can press 'Esc' to get  
> back to the menu, but no matter what I do, the video won't play.  I  
> turned up the debuging and here are my mplayer log files (below).  Can  
> anybody help me?
>
> I think my multi-app directFB fusion stuff ain't workng?  Where do I  
> start?


   I'm curious why you're using CVS versions? I am quite successful using
0.9.21 and 0.9.22 with similar hardware. 

   I see you're attempting to play '2 fast, 2 furious'. Perhaps the
computer is objecting to a request to play such an awful movie? Maybe you
should try something that doesn't involve riced up cars and Vin Diesel?
(sorry, it's a cheap shot, but i had to take it)

   More seriously, I see that your mplayer is an old version and appears to
have been compiled with runtime cpu detection, or at least on a different
cpu than the one you're running it on. 

   This would indicate, perhaps, that your mplayer isn't compiled against
the version of directfb you're running. 

   Tried compiling 1.0pre6a? 

   I also have to admit some ignorance as to what the linux-fusion package
is supposed to be. I just applied the fusion and mga kernel patches
included with the directfb source. 



---
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] can't watch or record tv | record_schedule.xml doesn't exist

2005-03-17 Thread Marcelo Toledo
Yes it does...

it is:

dea:~# ls -al /var/cache | grep freevo
drwxr-xr-x   2 freevo   freevo   4096 Mar 17 13:22 freevo

any other idea?

Jaap Struyk <[EMAIL PROTECTED]> writes:

> Does that directory excist?
> And if so it is owned by user freevo?
>
> [EMAIL PROTECTED]:~# ls -l /var/cache   
> drwxr-xr-x  6 freevo users 4096 Mar 17 16:38 freevo
> -- 
> Groetjes Japie

-- 
Marcelo Toledo
[EMAIL PROTECTED]
http://www.marcelotoledo.org
Mobile: 55 71 9116-1101


---
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] Mplayer DirectFB hanging -- meethinks its a fusion problem

2005-03-17 Thread Matthew Goeden
Howdy ya'll,
I have finally gotten my g400 directfb gentoo system working.  I am  
using the DirectFB CVS and linux-fusion CVS.  Mplayer looks and works  
great from the command line.  Freevo (CVS) looks looks and works great.  
 However, when I try and play a movie from the Freevo menu, the freevo  
menu fades out and the blank screen remains.  I can press 'Esc' to get  
back to the menu, but no matter what I do, the video won't play.  I  
turned up the debuging and here are my mplayer log files (below).  Can  
anybody help me?

I think my multi-app directFB fusion stuff ain't workng?  Where do I  
start?


freevo freevo # cat mplayer-stderr.log
MMX2 supported but disabled
SSE supported but disabled
3DNowExt supported but disabled
Can't open '/root/.mplayer/codecs.conf': No such file or directory
Failed to open /dev/rtc: Device or resource busy (/dev/rtc should be  
readable by the user.)
Can't open input config file /root/.mplayer/input.conf: No such file or  
directory

FAAD: compressed input bitrate missing, assuming 128kbit/s!
(*) DirectFB/Config: Parsing config file '/etc/directfbrc'.
   -- DirectFB v0.9.23 -
 (c) 2000-2002  convergence integrated media GmbH
 (c) 2002-2004  convergence GmbH
---
(*) DirectFB/Core: Multi Application Core. (2005-03-17 03:52)
(*) Direct/Memcpy: Using MMXEXT optimized memcpy()
(*) Direct/Thread: Running 'Fusion Dispatch' (MESSAGING, 5758)...
(*) DirectFB/Core: doing sync()...
(!) [ 5753:   10.470] --> Caught signal 15 (sent by pid 4877, uid 0) <--
(!) Direct/Thread: Killing 'Fusion Dispatch' (5758)!
freevo freevo # cat mplayer-stdout.log
MPlayer 1.0pre4-3.3.4 (C) 2000-2004 MPlayer Team
CPU: Advanced Micro Devices Athlon MP/XP Thoroughbred 1463 MHz (Family:  
6, Stepping: 1)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 0 3DNow: 1 3DNow2: 0 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX 3DNow

Reading config file /usr/share/mplayer/mplayer.conf
Reading config file /root/.mplayer/config
Reading /root/.mplayer/codecs.conf: Reading  
/usr/share/mplayer/codecs.conf: 66 audio & 176 video codecs
CommandLine: '-autosync' '100' '-nolirc' '-autoq' '100' '-fs' '-slave'  
'-ao' 'alsa' '-v' '-vo' 'directfb' '-cache' '5000' '-vf-pre' 'pp=de'  
'//mnt/media/movies/2 Fast 2 Furious.mov' '-subfont-text-scale' '15'  
'-sws' '2' '-font'  
'/usr/share/mplayer/fonts/font-arial-28-iso-8859-2/font.desc' '-vf-add'  
'scale=800:-2,expand=800:600,bmovl=1:0:/tmp/bmovl-4877-1'
init_freetype
Font /usr/share/mplayer/fonts/font-arial-28-iso-8859-2/font.desc loaded  
successfully! (206 chars)
Using MMX (with tiny bit 3DNow) Optimized OnScreenDisplay
Using usleep() timing
get_path('input.conf') -> '/root/.mplayer/input.conf'
Parsing input config file /usr/share/mplayer/input.conf
Input config file /usr/share/mplayer/input.conf parsed: 53 binds

get_path('2 Fast 2 Furious.mov.conf') -> '/root/.mplayer/2 Fast 2  
Furious.mov.conf'

Playing //mnt/media/movies/2 Fast 2 Furious.mov.
[file] File size is 766817557 bytes
STREAM: [file] //mnt/media/movies/2 Fast 2 Furious.mov
STREAM: Description: File
STREAM: Author: Albeu
STREAM: Comment: based on the code from ??? (probably Arpi)
CACHE_PRE_INIT: 0 [0] 0  pre:0  eof:1253376
Checking for YUV4MPEG2
DEMUXER: freeing demuxer at 0x84b7330
ASF_check: not ASF guid!
DEMUXER: freeing demuxer at 0x84b7330
Checking for Nullsoft Streaming Video
DEMUXER: freeing demuxer at 0x84b7330
Checking for NuppelVideo
DEMUXER: freeing demuxer at 0x84b7330
Checking for REAL
DEMUXER: freeing demuxer at 0x84b7330
Checking for SMJPEG
DEMUXER: freeing demuxer at 0x84b7330
DEMUXER: freeing demuxer at 0x84b7b98
DEMUXER: freeing demuxer at 0x84b7b98
Searching demuxer type for filename //mnt/media/movies/2 Fast 2  
Furious.mov ext: .mov
Trying demuxer 7 based on filename extension
Checking for MOV
MOV: Movie header found!
MOV: 'WIDE' chunk found!
MOV: Movie DATA found!
QuickTime/MOV file format detected.

MOV: Movie header (100 bytes): tscale=600  dur=3876692
--
MOV: Track #0:
MOV:  Track header!
tkhd len=84 ver=0 flags=0x0 id=1 dur=3876692 lay=0 vol=0
MOV:  Edit atom!
MOV:   Edit list table (1 entries) (ver:0,flags:0)
MOV: entry#0: duration: 3876692  start time: 0  speed: 1.0x
MOV:  Media stream!
MOV:   Media header!
MOV:   Handler header: mhlr/vide (appl) Apple Video Media Handler
MOV:   Media info!
MOV:Video header!
MOV:Handler header: dhlr/alis (appl) Apple Alias Data Handler
MOV: unknown chunk: dinf 28
MOV:Sample info!
MOV: Description list! (cnt:1)
MOV:  desc #0: mp4v  (160 bytes)
MOV: Sample duration table! (31 blocks)
MOV: Syncing samples (keyframes) table! (2559 entries)  
(ver:0,flags:0)
MOV: Sample->Chunk mapping table!  (25838 blocks) (ver:0,flags:0)
MOV: Sample size table! (entries=154943 ss=0) (ver:0,flags:0)
MOV: Chunk offset table! (25847 chunks)
MOV track #0: 25847 chu

Re: [Freevo-users] can't watch or record tv | record_schedule.xml doesn't exist

2005-03-17 Thread Jaap Struyk
Op do 17-03-2005, om 15:26 schreef Marcelo Toledo:

> No such file or directory: '/var/cache/freevo/record_schedule.xml'

Does that directory excist?
And if so it is owned by user freevo?

[EMAIL PROTECTED]:~# ls -l /var/cache   
drwxr-xr-x  6 freevo users 4096 Mar 17 16:38 freevo
-- 
Groetjes Japie



---
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] can't watch or record tv | record_schedule.xml doesn't exist

2005-03-17 Thread Marcelo Toledo
I've installed freevo and I can play songs, watch movies, see pictures,
but I can't watch tv or record.

I am running the server and the client as 'freevo', I log in to the
freevo user acount and start the server as 'freevo recordserver start',
here is the log:

2005/03/17 11:38 BRT [-] Log opened.
2005/03/17 11:38 BRT [*RecordServer*] twisted.web.server.Site starting on 18001
2005/03/17 11:38 BRT [*RecordServer*] Starting factory 

Then I start the freevo client, here is the stdout output:

[EMAIL PROTECTED]:~$ freevo
ROM_DRIVES: Auto-detected and added "('/media/cdrom0', '/dev/hdc', 'CD-1')"

Please run 'freevo cache'

freevo: could not connect to socket
freevo: Connection refused
WARNING: Could not initialize PyLirc!


trying watch tv, recordserver log:

2005/03/17 11:40 BRT [*RecordServer*] Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/twisted/python/log.py", line 
52, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
  File "/usr/lib/python2.3/site-packages/twisted/python/context.py", 
line 43, in callWithContext
return func(*args,**kw)
  File "/usr/lib/python2.3/site-packages/twisted/internet/default.py", 
line 126, in run
self.mainLoop()
  File "/usr/lib/python2.3/site-packages/twisted/internet/default.py", 
line 134, in mainLoop
self.runUntilCurrent()
---  ---
  File "/usr/lib/python2.3/site-packages/twisted/internet/base.py", 
line 423, in runUntilCurrent
call.func(*call.args, **call.kw)
  File 
"/usr/lib/python2.3/site-packages/freevo/helpers/recordserver.py", line 908, in 
minuteCheck
self.checkToRecord()
  File 
"/usr/lib/python2.3/site-packages/freevo/helpers/recordserver.py", line 396, in 
checkToRecord
sr = self.getScheduledRecordings()
  File 
"/usr/lib/python2.3/site-packages/freevo/helpers/recordserver.py", line 195, in 
getScheduledRecordings
self.saveScheduledRecordings(scheduledRecordings)
  File 
"/usr/lib/python2.3/site-packages/freevo/helpers/recordserver.py", line 223, in 
saveScheduledRecordings
os.unlink(config.TV_RECORD_SCHEDULE)
exceptions.OSError: [Errno 2] No such file or directory: 
'/var/cache/freevo/record_schedule.xml'


I tried the same but touching this file before:

2005/03/17 11:41 BRT [HTTPChannel,1,127.0.0.1] Traceback (most recent call 
last):
  File "/usr/lib/python2.3/site-packages/twisted/protocols/http.py", 
line 557, in requestReceived
self.process()
  File "/usr/lib/python2.3/site-packages/twisted/web/server.py", line 
165, in process
self.render(resrc)
  File "/usr/lib/python2.3/site-packages/twisted/web/server.py", line 
172, in render
body = resrc.render(self)
  File "/usr/lib/python2.3/site-packages/twisted/web/xmlrpc.py", line 
130, in render
defer.maybeDeferred(function, *args).addErrback(
---  ---
  File "/usr/lib/python2.3/site-packages/twisted/internet/defer.py", 
line 129, in maybeDeferred
result = f(*args, **kw)
  File 
"/usr/lib/python2.3/site-packages/freevo/helpers/recordserver.py", line 725, in 
xmlrpc_getScheduledRecordings
return (TRUE, jellyToXML(self.getScheduledRecordings()))
  File 
"/usr/lib/python2.3/site-packages/freevo/helpers/recordserver.py", line 177, in 
getScheduledRecordings
scheduledRecordings = unjellyFromXML(f)
  File "/usr/lib/python2.3/site-packages/freevo/util/marmalade.py", 
line 423, in unjellyFromXML
document = parse(stringOrFile)
  File "/usr/lib/python2.3/site-packages/twisted/web/microdom.py", line 
817, in parse
raise ParseError(mdp.filename, 0, 0, "No top-level Nodes in 
document")
twisted.protocols.sux.ParseError: 
/var/cache/freevo/record_schedule.xml:0:0: No top-level Nodes in document


And I also tried running freevo cache:

[EMAIL PROTECTED]:~$ freevo cache
Freevo cache

Freevo will now generate a metadata cache for all your files and
create thumbnails from images for faster access.

Cache too old, forcing rebuild
ERROR: VIDEO_ITEMS contains root directory, skipped.
ERROR: AUDIO_ITEMS contains root directory, skipped.
ERROR: IMAGE_ITEMS contains root directory, skipped.
deleting old cache files from older freevo version deleted 0 file(s)
deleting old cachefiles... deleted 0 file(s)
deleting cache for directories not existing anymore... done
deleting old entries in metainfo.. done
deleting cache files.. done
checking mmpython cache files. 0 changes
checking thumbnails... 0 file(s)
Python SQLite not installed!
creating audio metadata... done
creating playlist metadata done
c

Re: [Freevo-users] ability to pause/ffw/rew ?

2005-03-17 Thread Tanja Striepling
freevo-users@lists.sourceforge.net schrieb am 16.03.05 20:21:05:
> 
> Hi,
> 
> Does freevo give you the capability to perform these functions, and if so,
> is it only available for pre-recorded content, or can it also be done with
> live TV?
>
No problem with pre-recorded things!
Freevo uses mplayer, xine or tvtime for watching TV, so anything which is 
possible with 
those applications should also work in freevo.
Thus as far as I know there is no pause/rew of Live TV available. 

> Does anyone know any dvr software for linux that is capable of pause/rew
> live TV?

I don't know. Sorry!


Regards 
Tanja

__
Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min.
weltweit telefonieren! http://freephone.web.de/?mc=021201



---
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: nvram-wakeup integration status ?

2005-03-17 Thread Rene Schroeder
Hi Georg,

> P.S.: Can anyone provide detailed info about grub setup for nvram-wakeup
> reboots ? I'd like to add this functionality to the script.
I am using grub and the following works for me. You need
grub and the oneshot patch¹.

My  grub.conf looks like:

#
# boot my favorite linux
#
title Gentoo
...

#
# the PowerOff section
#
title PowerOff
# take care to boot Gentoo the next time
savedefault --default=0 --once
halt


You need the following command to activate the PowerOff section:
echo "savedefault --default=1 --once quit" | /sbin/grub


Hope that helps
René


¹ http://www.linuxfromscratch.org/patches/downloads/grub/

-- 
~/.signature


---
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_ide95&alloc_id396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Accumulating audio delay with EMU10k1

2005-03-17 Thread Stephan Kanthak
Hi again!

On Thursday 17 March 2005 10:45, Jesper Skelmose Mathiassen wrote:
> My box is always on, and I use 10k1 since its an older Live! Value
> edition. I assume 10k2 is audigy or extigy?

Yes, it's an audigy.

> I use oss. I haven't investigated alsa since I got confused the first
> time, however with your recommendation I'll give it another go. Can you
> possibly recommend som options for mencoder?
> for now I use: adevice=/dev/dsp0:audiorate=44100:buffersize=64
> using oss emulation and alsa drivers.

I let mencoder read directly from the tv card. My config is

 adevice=/dev/dsp2:audiorate=32000:forceaudio:forcechan=1:buffersize=64

where /dev/dsp2 is the audio device from the second analog tv card (i
actually use 2 to support live tv and record at the same time). Note, that
if you do that (it should work for at least bt8x8 and saa7134 based cards)
you are tailored to a small set of sampling rates you can choose from (usually
32000 and 48000). I've chosen 32000 as there were some problems with 48000
and analog tv audio bandwidth is at 15000 here in Germany anyway, so 32000
should be fairly enough. Note that direct sampling from the tv card should
result in synchronized audio and video, whereas the usual pass-through
cable adds some delay.

Stephan


---
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] Accumulating audio delay with EMU10k1

2005-03-17 Thread Jesper Skelmose Mathiassen
Stephan Kanthak wrote:
Hi!
On Thursday 17 March 2005 09:35, Jesper Skelmose Mathiassen wrote:
 

I have this weird problem. I used to use two SoundBlaster awe64 using
driver snd-ens1371 for recording tv. I used one for recording and
another so I could play audio and games while recording, since the 1371
doesn't support full duplex. (And besides, the D/A on the output isn't
very good... )
I changed it for a single Soundblaster Live! which seems to work
perfectly for both recording and watching live tv etc. However with
longer recordings, it seems to accumulated an audio delay which wasn't
present before with the ens1371.. this happens even if I dont use the
computer for anything else during the recording and my mencoder process
uses between 50-60 and shows no signs of framedrops.
Has anybody else observed this problem? do I really have to ditch my
Live! card?
I'll try using alsa for input, but this hasn't been successfull in the
past..
   

I use a similar setup, but with a emu 10k2 and I do not observe the same
problem. What driver do you use? ALSA or OSS. I use ALSA which was buggy
when I started but is stable now. What might be different with my freevo box
is that I use suspend to RAM and I unload/reload the emu10k module upon
suspend/resume.
Stephan
 

My box is always on, and I use 10k1 since its an older Live! Value 
edition. I assume 10k2 is audigy or extigy?
I use oss. I haven't investigated alsa since I got confused the first 
time, however with your recommendation I'll give it another go. Can you 
possibly recommend som options for mencoder?
for now I use: adevice=/dev/dsp0:audiorate=44100:buffersize=64
using oss emulation and alsa drivers.


---
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] how do I configurate freevo in a widescreen setup?

2005-03-17 Thread Stephan Kanthak
Hi!

On Wednesday 16 March 2005 18:34, Jaap Struyk wrote:
> Op ma 14-03-2005, om 23:57 schreef Andrew Dumaresq:
> > But I have the same problem as you, freevo is "streched"
>
> I can remember seeing a posting in this list from someone who adapted
> the pixmaps, but I can't remember who or what.
> The most anoying is my cd-covers not being square anymore.

I've adapted freevo to an aspect ratio of 16:9 for a plasma display (848x480)
by defining a separate skin. Nothing is stretched then when you also adapt
parameters of mplayer, xine and tvtime. It was a lot of work as I had to patch
freevo and the SDL at some points to get it fully working. I would say we wait
until freevo 2.0 comes out and I port my effort to that version. Another bad
thing is that skins still use absolute pixel numbers as dimension which makes
it hard to port a 16:9 skin designed for 848x480 to a resolution of e.g.
1024x576 or 1280x720...

Stephan


---
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] Accumulating audio delay with EMU10k1

2005-03-17 Thread Stephan Kanthak
Hi!

On Thursday 17 March 2005 09:35, Jesper Skelmose Mathiassen wrote:
> I have this weird problem. I used to use two SoundBlaster awe64 using
> driver snd-ens1371 for recording tv. I used one for recording and
> another so I could play audio and games while recording, since the 1371
> doesn't support full duplex. (And besides, the D/A on the output isn't
> very good... )
> I changed it for a single Soundblaster Live! which seems to work
> perfectly for both recording and watching live tv etc. However with
> longer recordings, it seems to accumulated an audio delay which wasn't
> present before with the ens1371.. this happens even if I dont use the
> computer for anything else during the recording and my mencoder process
> uses between 50-60 and shows no signs of framedrops.
>
> Has anybody else observed this problem? do I really have to ditch my
> Live! card?
> I'll try using alsa for input, but this hasn't been successfull in the
> past..

I use a similar setup, but with a emu 10k2 and I do not observe the same
problem. What driver do you use? ALSA or OSS. I use ALSA which was buggy
when I started but is stable now. What might be different with my freevo box
is that I use suspend to RAM and I unload/reload the emu10k module upon
suspend/resume.

Stephan


---
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] Accumulating audio delay with EMU10k1

2005-03-17 Thread Jesper Skelmose Mathiassen
I have this weird problem. I used to use two SoundBlaster awe64 using 
driver snd-ens1371 for recording tv. I used one for recording and 
another so I could play audio and games while recording, since the 1371 
doesn't support full duplex. (And besides, the D/A on the output isn't 
very good... )
I changed it for a single Soundblaster Live! which seems to work 
perfectly for both recording and watching live tv etc. However with 
longer recordings, it seems to accumulated an audio delay which wasn't 
present before with the ens1371.. this happens even if I dont use the 
computer for anything else during the recording and my mencoder process 
uses between 50-60 and shows no signs of framedrops.

Has anybody else observed this problem? do I really have to ditch my 
Live! card?
I'll try using alsa for input, but this hasn't been successfull in the 
past..

- Styx
---
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