Re: [Freevo-users] Freevo/mplayer fails, console/mplayer works with DVD??

2004-03-28 Thread qeldroma
Thanks, but i don't think so, because i have to select the vob-files in freevo 
(although i don't like this), and tried out the first 6 files or more if it 
doesn't work.

Am Samstag 27 März 2004 00:30 schrieb Jon Reynolds:
> Hi qeldroma,
>
> I think what might be happening is this, I notice that sometimes when I
> use MPlayer to view a DVD the movie is not on chapter 1 but chapter 2. I
> then have to tell MPlayer where to find the movie on the DVD by adding
> the '-chapter 2' option to my MPlayer command. I am not sure how Freevo
> handles this so I am not even sure if this answers your question.
>
> Jon
>
>
>
>
> ---
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Recording to vfat broken due to invalid characters (:) in filename

2004-03-28 Thread Ole Andre Schistad
I've seen this touched upon earlier but it looks like nobody found the 
cause. The reason why freevo cannot record to a fat32 (vfat) partition 
is that it uses illegal characters in the filename when creating a 
recorded TV show - the colon (:) character is not allowed on a FAT32 
filesystem.

At the moment I've written an external record command which amongst 
other things replaces the colon(s) with underscore(s), and this allows 
me to record to a vfat partition. Unfortunately, freevos database of 
recorded shows still refers to the original filename, and this has the 
inconvenient effect that all recorded shows are listed twice, once by 
name and description and once by filename, and of course only the latter 
actually works since the former filename is nonexistent.

I haven't looked very hard at the relevant portions of freevo (my python 
skills are at pidgin level) but I have a nasty suspicion that the 
HH:MM:SS format may be there for a good reason and that changing it may 
break things, but for what its worth it would be great if someone would 
consider a workaround - I'm sure there are lots of people using shared 
partitions or filesystems mounted from windows hosts who may benefit 
from such a fix. If I were more familiar with the code I'd at least do 
an honest attempt at fixing it myself, and may still do so, but it may 
not happen soon... :)

--
Ole


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] freevo not honoring FRAMEBUFFER in display = fbdev

2004-03-28 Thread Rob Shortt
Try:

export SDL_FBDEV=/dev/fb1

before starting Freevo.

-Rob

Ben Lindstrom wrote:
How does one force freevo to honor FRAMEBUFFER.  I have multiple ones and
I need it to be outputing to /dev/fb1  not /dev/fb0


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Recording to vfat broken due to invalid characters (:) in filename

2004-03-28 Thread Rob Shortt
Ole Andre Schistad wrote:
recorded TV show - the colon (:) character is not allowed on a FAT32 
Yep.

At the moment I've written an external record command which amongst 
other things replaces the colon(s) with underscore(s), and this allows 
Ack...

HH:MM:SS format may be there for a good reason and that changing it may 
break things, but for what its worth it would be great if someone would 
Nothing relies on that format, its ok to change it, in fact there is a 
config variable to do so. :)

Change TV_RECORDFILE_MASK in your local_conf.py, it defaults to '%%m-%%d 
%%H:%%M %(progname)s - %(title)s', you may remove the ':' or reformat it 
how you wish.  The %% variables need to be valid for strftime.

-Rob

---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Recording to vfat broken due to invalid characters (:) in filename

2004-03-28 Thread Ole Andre Schistad
Rob Shortt wrote:

Ole Andre Schistad wrote:

recorded TV show - the colon (:) character is not allowed on a FAT32 


Yep.

At the moment I've written an external record command which amongst 
other things replaces the colon(s) with underscore(s), and this allows 


Ack...

HH:MM:SS format may be there for a good reason and that changing it 
may break things, but for what its worth it would be great if someone 
would 


Nothing relies on that format, its ok to change it, in fact there is a 
config variable to do so. :)

Change TV_RECORDFILE_MASK in your local_conf.py, it defaults to 
'%%m-%%d %%H:%%M %(progname)s - %(title)s', you may remove the ':' or 
reformat it how you wish.  The %% variables need to be valid for 
strftime.

-Rob
Wow, that was very quick and very useful, thank you! :)

--
Ole


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] music

2004-03-28 Thread Yee-Ting Li
Are there any mailing lists for xbox-specific freevo users? even though it's 
very nice, freevo seems to take a lot of memory! or is this just because i'm 
using a 'pre' release?

things like getting lirc to work with the xbox remote (yeah, i've signed up to 
the xbox-linux mailing list, but it's so full with other stuff that its hard 
to sieve through...)

Yee.

On Thu, 25 Mar 2004 [EMAIL PROTECTED] wrote:

> I absolutely agree, these are nice enhancements. 
> I have a xbox completely rebuild with xebian and freevo (who needs M$ games anyway?).
> 
> With this functions the whole setup would be brilliant !! 
> 
> cheers,
> Hans
> 
> 
> [EMAIL PROTECTED] schrieb am 25.03.04 16:44:10:
> > 
> > hi, i've been playing around with freevo and i like it (more than mythtv 
> > anyway!) i use the music a lot on 1.5pre1 (from apt-get) and whilst it's very 
> > nice and simple there a few of features that i would liek to see:
> > 
> > 1) a dynamic playlist of songs: a list of the songs to be played so that the 
> > user can add/remove/move files into the order that they wish. as i use the 
> > random recurse play all files from the root of my music directory, i think 
> > this would really help in choosing files.
> > 
> > 2) a rating system for each song (a la iTunes)
> > 
> > 3) a 'smart' random feature that will use information such as the number of 
> > plays and the rating of the song to preference a random play list (switchable 
> > off course!)
> > 
> > 4) a search facility: with on screen toggable keyboard please!
> > 
> > 5) visualisations? i don't really care for them, but it does make things 
> > pretty.
> > 
> > 
> > What do people think?
> > 
> > Yee.
> > 
> > 
> > 
> > 
> > ---
> > This SF.Net email is sponsored by: IBM Linux Tutorials
> > Free Linux tutorial presented by Daniel Robbins, President and CEO of
> > GenToo technologies. Learn everything from fundamentals to system
> > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> > ___
> > Freevo-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> 
> 
> 
> 
> 
> ---
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 

-- 



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: AW: [Freevo-users] music

2004-03-28 Thread Yee-Ting Li
On Thu, 25 Mar 2004, Jan Grewe wrote:

> Hi all,
> 
> 1) I'd like to see a "visual" playlist, too!

the nearest thing i've seen is the mythtv system; although it's far from 
perfect!


> 2) @yee: there is something like that IIRC, it's the audio.logger plugin ...
> But you have to "vote" yourself via remote

aha! thanks for the pointer! but two questions:

1) once i check out the python files, how to i implement them into myth?!?!
2) i see it's based on an sql database :( i don't really have the resources to 
run an sql server on the xbox, and i don't really want to run it on a desktop 
(as i have 250GB on the xbox!)

but it's worth a try if i can install it! ;)


> 3) see above
> 4) or search via the cellphone-style text-input

definately! but i'm sure that the company behind t9 will probably sue whoever 
implements it! :(


Cheers,

Yee.


> 5) there is MPAV from gustavo, which sortof works (just not for me *g*) - it
> uses GOOM as one of ist plugins!!
> 
> Hth,
> 
> /jan
> 
> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Im Auftrag von Yee-Ting Li
> Gesendet: Donnerstag, 25. März 2004 16:40
> An: [EMAIL PROTECTED]
> Betreff: [Freevo-users] music
> 
> hi, i've been playing around with freevo and i like it (more than mythtv
> anyway!) i use the music a lot on 1.5pre1 (from apt-get) and whilst it's
> very nice and simple there a few of features that i would liek to see:
> 
> 1) a dynamic playlist of songs: a list of the songs to be played so that the
> user can add/remove/move files into the order that they wish. as i use the
> random recurse play all files from the root of my music directory, i think
> this would really help in choosing files.
> 
> 2) a rating system for each song (a la iTunes)
> 
> 3) a 'smart' random feature that will use information such as the number of
> plays and the rating of the song to preference a random play list
> (switchable off course!)
> 
> 4) a search facility: with on screen toggable keyboard please!
> 
> 5) visualisations? i don't really care for them, but it does make things
> pretty.
> 
> 
> What do people think?
> 
> Yee.
> 
> 
> 
> 
> ---
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 
> 
> 
> ---
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id70&alloc_id638&opÌk
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] chinese characters in music

2004-03-28 Thread Yee-Ting Li
hi,

i've managed to get chinese working in 1.5pre1, partly anyway: all i did was 
to link the font VeraBd.ttf to one of the arphic fonts i installed with X 
(after reading some old mail on the list...)

as i have a music directory sorted by artist/album/song, i can see the artist 
and the album titles fine in the list, when i view the contents of the album, 
the single titles are all garbled up! :(

this is also the case for song view display...

i've tried viewing the songs by filename instead of media id, and it's the 
same :(

i've read some threads saying that this is a mmpython problem; does any one 
know more or can help?


Many thanks!

Yee.



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] freevo not honoring FRAMEBUFFER in display = fbdev

2004-03-28 Thread Ben Lindstrom

On Sun, 28 Mar 2004, Rob Shortt wrote:

>
> Try:
>
> export SDL_FBDEV=/dev/fb1
>

Finally tracked that down late last night along with the fact that
'display' in freevo.conf should be set to 'directfb'.

However a new wonderful error appeared:

pygame.error: No video mode large enough for 720x480

I've tracked it down to the SDL code, but still not sure if it is
there or in the fact that ivtv does not flesh out a complete framebuffer
driver.  Still tracking it down.

 All this just to use the WinTV PVR 350 TV out with framebuffer only
and no X11.

- Ben


> before starting Freevo.
>
> -Rob
>
> Ben Lindstrom wrote:
> > How does one force freevo to honor FRAMEBUFFER.  I have multiple ones and
> > I need it to be outputing to /dev/fb1  not /dev/fb0
>
>
> ---
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


AW: AW: [Freevo-users] music

2004-03-28 Thread Jan Grewe
Hi yee,
The audio.logger plugin uses sqlite, IIRC it's like mySQL but using flat
files, not a daemon-style server, so that should be pretty low profile
concerning it's use of resources!
And the cell-phone style text-input isn't using any sort of word
recognition, yet ... But who knows, maybe later ;)

/jan

PS: i know the pain of getting freevo and especially LIRC work on the xbox,
i took me a whole night to figure out that i have to plug the receiver in
the first port, and _only_ the first port ... That was a hard day the next
day at work, argh, hehe

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Yee-Ting Li
Gesendet: Sonntag, 28. März 2004 21:40
An: [EMAIL PROTECTED]
Betreff: Re: AW: [Freevo-users] music

On Thu, 25 Mar 2004, Jan Grewe wrote:

> Hi all,
> 
> 1) I'd like to see a "visual" playlist, too!

the nearest thing i've seen is the mythtv system; although it's far from
perfect!


> 2) @yee: there is something like that IIRC, it's the audio.logger plugin
...
> But you have to "vote" yourself via remote

aha! thanks for the pointer! but two questions:

1) once i check out the python files, how to i implement them into myth?!?!
2) i see it's based on an sql database :( i don't really have the resources
to 
run an sql server on the xbox, and i don't really want to run it on a
desktop 
(as i have 250GB on the xbox!)

but it's worth a try if i can install it! ;)


> 3) see above
> 4) or search via the cellphone-style text-input

definately! but i'm sure that the company behind t9 will probably sue
whoever 
implements it! :(


Cheers,

Yee.


> 5) there is MPAV from gustavo, which sortof works (just not for me *g*) -
it
> uses GOOM as one of ist plugins!!
> 
> Hth,
> 
> /jan
> 
> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Im Auftrag von Yee-Ting
Li
> Gesendet: Donnerstag, 25. März 2004 16:40
> An: [EMAIL PROTECTED]
> Betreff: [Freevo-users] music
> 
> hi, i've been playing around with freevo and i like it (more than mythtv
> anyway!) i use the music a lot on 1.5pre1 (from apt-get) and whilst it's
> very nice and simple there a few of features that i would liek to see:
> 
> 1) a dynamic playlist of songs: a list of the songs to be played so that
the
> user can add/remove/move files into the order that they wish. as i use the
> random recurse play all files from the root of my music directory, i think
> this would really help in choosing files.
> 
> 2) a rating system for each song (a la iTunes)
> 
> 3) a 'smart' random feature that will use information such as the number
of
> plays and the rating of the song to preference a random play list
> (switchable off course!)
> 
> 4) a search facility: with on screen toggable keyboard please!
> 
> 5) visualisations? i don't really care for them, but it does make things
> pretty.
> 
> 
> What do people think?
> 
> Yee.
> 
> 
> 
> 
> ---
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 
> 
> 
> ---
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id70&alloc_id638&opÌk
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=ick
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Key mappings problems in 1.5 and CVS

2004-03-28 Thread Jim Duda
I'm having the same problems using both CVS and versions 1.5 with key
mappings.

1) I want to map the 'x' key to the MUTE function.  If I define this in
local_conf.py
KEYMAP[K_x] = 'MUTE'

I get this crash on startup.  This used to work in 1.4.1

Traceback (most recent call last):
  File "/usr/local/freevo-1.5-pre1/src/main.py", line 107, in ?
import config
  File "/usr/local/freevo-1.5-pre1/src/config.py", line 493, in ?
execfile(overridefile, globals(), locals())
  File "./local_conf.py", line 143, in ?
KEYMAP[K_x] = 'MUTE'
NameError: name 'K_x' is not defined

2) I want to map the CH+/- keys to the LEFT/RIGHT input functions.
I place this in my local_conf.py file.

EVENTS['input']['CH-'] = Event(INPUT_LEFT)
EVENTS['input']['CH+'] = Event(INPUT_RIGHT)

When I drill down an attempt to delete a file, I get the popup window
for OK/CANCEL, however, I cannot use CH-/+ to toggle between
the two for LEFT/RIGHT.  This used to work in 1.4.1.

Can anyone help me out with etiher issue?

Thanks,

Jim






---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Trouble Recording

2004-03-28 Thread Joe Harris

Sorry if this is double posted, I got 
a reply ststing it hadn't
 
I have tried multiple things to get 
the recording feature working. Here is an example of what I'm getting 
in the log file:
 
"...2004/03/28 20:00 EST [*RecordServer*] popen 
./runtime/runapp /usr/bin/mencoder tv:// -tv 
driver=v4l:input=0:norm=NTSC:channel=8:chanli=1200:keyint=30 -oac mp3lame 
-lameopts br=128:cbr:mode=3 -ffourcc divx -endpos 1788 -o 
/video/Recorded/03-28_20:00_The_Simpsons_-_Wand2004/03/28 20:00 EST 
[*RecordServer*] Record_Thread::run: past wait()!!2004/03/28 20:00 EST 
[*RecordServer*] RECORDSERVER GOT EVENT NOTICE2004/03/28 20:00 EST 
[*RecordServer*] RECORDSERVER GOT EVENT NOTICE2004/03/28 20:00 EST 
[*RecordServer*] RECORDSERVER HANDLING EVENT2004/03/28 20:00 EST 
[*RecordServer*] killing pid 6865 with sig 152004/03/28 20:00 EST 
[*RecordServer*] recorderver: After wait()2004/03/28 20:00 EST 
[*RecordServer*] RECORDSERVER HANDLING EVENT2004/03/28 20:00 EST 
[*RecordServer*] waiting on pid 68652004/03/28 20:00 EST [*RecordServer*] 
Record_Thread::run: mode=idle..."
 
If I try to paste the string from a command prompt 
I get the following error:
 
".../usr/bin/mencoder tv:// -tv 
driver=v4l:input=0:norm=NTSC:channel=8:chanlist=us-cable:width=320:height=240:outfmt=yuy2:device=/dev/video0:adevice=/dev/dsp0:audiorate=44100:forceaudio:forcechan=1:buffersize=128 
-ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1200:keyint=30 -oac mp3lame 
-lameopts br=128:cbr:mode=3 -ffourcc divx -endpos 1788 -o 
/video/Recorded/03-28_20:00_The_Simpsons_-_Wandering_Juvie.avi ; aumix -1 
90;MEncoder 1.0pre3-3.3.2 (C) 2000-2003 MPlayer Team
CPU: Advanced Micro Devices Athlon 4 /Athlon MP/XP 
Palomino 1050 MHz (Family: 6, Stepping: 2)Detected cache-line size 
is 64 bytesCPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 
0Compiled with Runtime CPU Detection - WARNING - this is not optimal!To 
get best performance, recompile MPlayer with 
--disable-runtime-cpudetection.Reading /root/.mplayer/codecs.conf: 61 audio 
& 169 video codecsFile not found: 'frameno.avi'Failed to open 
frameno.aviReading config file /root/.mplayer/mencoder: No such file or 
directoryOption tv: Unknown suboption adeviceExiting... (error parsing 
cmdline)..."
 
If I remove -tv from the config file it creates the 
avi file and starts counting frames, but the file comes out at about 3k with 
nothing in it.  Below is the output:
 
".../usr/bin/mencoder 
tv://driver=v4l:input=0:norm=NTSC:channel=8:chanlist=us-cable:width=320:height=240:outfmt=yuy2:device=/dev/video0:adevice=/dev/dsp0:audiorate=44100:forceaudio:forcechan=1:buffersize=128 
-ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1200:keyint=30 -oac mp3lame -lameopts 
br=128:cbr:mode=3 -ffourcc divx -endpos 1788 -o /video/Recorded/test.avi ; aumix 
-1 90;MEncoder 1.0pre3-3.3.2 (C) 2000-2003 MPlayer Team
CPU: Advanced Micro Devices Athlon 4 /Athlon MP/XP 
Palomino 1050 MHz (Family: 6, Stepping: 2)Detected cache-line size is 64 
bytesCPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 
0Compiled with Runtime CPU Detection - WARNING - this is not optimal!To 
get best performance, recompile MPlayer with 
--disable-runtime-cpudetection.Reading /root/.mplayer/codecs.conf: 61 audio 
& 169 video codecsFile not found: 'frameno.avi'Failed to open 
frameno.aviReading config file /root/.mplayer/mencoder: No such file or 
directoryfont: can't open file: /root/.mplayer/font/font.descFont 
/usr/share/mplayer/font/font.desc loaded successfully! (206 chars)success: 
format: 9  data: 0x0 - 0x0TV detected! ;-)Selected driver: 
dummy name: NULL-TV author: alexSelected input hasn't got 
a tuner![V] filefmt:9  fourcc:0x32315659  size:320x200  
fps:25.00  ftime:=0.0400Opening video filter: [expand osd=1]Expand: 
-1 x -1, -1 ; -1  (-1=autodetect) osd: 
1==Opening 
video decoder: [raw] RAW Uncompressed VideoVDec: vo config request - 320 x 
200 (preferred csp: Planar YV12)VDec: using Planar YV12 as output csp (no 
0)Movie-Aspect is undefined - no prescaling applied.videocodec: 
libavcodec (320x200 fourcc=58564944 [DIVX])Selected video codec: [rawyv12] 
vfm:raw (RAW 
YV12)==Forcing 
output fourcc to 78766964 [divx]Writing AVI header...Forcing audio 
preload to 0, max pts correction to 0Pos:   0.0s  60533f ( 
0%) 1726fps Trem:   0min   0mb  A-V:0.000 
[0:0]Writing AVI index...Fixing AVI header...
Video stream:  nan 
kbit/s  (-2147483648 bps)  size: 0 bytes  0.000 secs  
605..."
 
I am sure this is something simple I have 
overlooked, but haven't been able to find anything in the resources.  Any 
assistence would be greatly appreciated.
 
Thanks in advance,
Joe

Re: [Freevo-users] Freevo statup error on ArchLinux

2004-03-28 Thread Gavin Fuller
Hi Greg

I got exactly the same error on the weekend. It (obviously)
has something to do with the real time clock. I've tried
the new enhanced as well as the genereic real time clock,
but nothing works. I would love to get this working as it
is my only stumbling block to using my new tv card. 

Maybe someone can help us here.

Thanks dudes.
On Fri, 26 Mar 2004 11:47:00 -0600
 Greg Brondo <[EMAIL PROTECTED]> wrote:
> Getting this error when starting freevo (installed with
> the lynx -> shell 
> script):
> 
> Inconsistency detected by ld.so: rtld.c: 1175: dl_main:
> Assertion 
> `_rtld_local._dl_rtld_map.l_prev->l_next ==
> _rtld_local._dl_rtld_map.l_next' 
> failed!
> 
> I'm running on ArchLinux, kernel 2.6.4.
> 
> Any help would be appreciated!
> 
> Thanks!
> Greg Brondo
> 
> 
> ---
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins,
> President and CEO of
> GenToo technologies. Learn everything from fundamentals
> to system
>
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Freevo 1.5.0 and the Web Interface...

2004-03-28 Thread StormeRider
Just wanted to pick people's brains a bit regarding the freevo web
interface.

I am currently running 1.4 (rc4, I believe) and the web interface can be
very slow at times. I'm sure part of that has to do with my setup... I
pull 8 days of xmltv information down on a weekly basis (the extra day
just gives me overlap coverage if it fails to pull properly).

The piece that is really slow is, of course, Scheduled Recordings. Part
of the reason that I pull down a week's worth of data is because I
schedule a lot of favorites. MacGyver, Pretender, Stargate SG1,
Sentinel, etc.

By this time I have most of the episodes (or in some cases, already have
some of the season sets on DVD) for those shows-- so every Sunday I go
through, check my lists of what I have, and unschedule the episodes I
already have.

This takes a considerable amount of time. After I remove one from the
schedule, it has to reprocess the schedule and list all the other
scheduled episodes. It starts to speed up towards the end, when I've
winnowed out somewhere around half the episodes, but it's still slow.



I'm wondering if 1.5.0 has improved the speed of the web interface or
optimized the code. I have a CPU applet in my GNOME panel that gets
pegged at 100% when I hit the Scheduled Recordings page, and stays there
until it's finished. If this code got optimized, that would mean a bit
of difference for me.

Also, failing a significant improvement in that code, does anyone have
any recommendations as to how I could go about writing a clone of the
Scheduled Recordings page which would have a checkbox by each episode
and allow me to delete multiple scheduled recordings at once? Under that
framework, I would just be able to check off all the ones I wanted
removed, hit the button and grab a cup of coffee, ignoring however long
it took. I'm not familiar with python (I'm a perl/php/C guy), but I can
find my way around by leveraging the similarities of other languages to
my advantage. For example, I dug into the code to add a column to that
page which lists the episode name as well as the description-- much
handier for me to look up on TVTome that way. :) (Btw, if others would
like that in patch form, I'm sure I can dig it out pretty easily.)

-- 
Nathan P. Clemons, Sun Microsystems CSA (2.6)



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users