Neat Feature (Was Re: [Freevo-users] avi internal file info?)

2004-01-08 Thread Trevor Phillips
On Wednesday 07 January 2004 01:04, Dirk Meyer wrote:
>
> > Does anyone know how to make freevo take just the actual file name?
> > I'd actually prefer that for my mp3's as well...
>
> USE_MEDIAID_TAG_NAMES = 0

I just stumbled upon a really neat Freevo feature - I wonder how long it's 
been there?

I pressed the Enter button (or whatever it's called) on a Directory, and found 
a Configure Directory option, which allows Enabling/Disabling a number of 
features, including the Tag Names usage.

Very useful!
The only problem I see is that you can't do it from within the directory 
itself, but I'm not sure of an easy way around that without having another 
button...

-- 
. Trevor Phillips -   http://jurai.murdoch.edu.au/ . 
: Web Technical Administrator -  [EMAIL PROTECTED] : 
| IT Services-  Murdoch University | 
 ><
| On nights such as this, evil deeds are done. And good deeds, of /
| course. But mostly evil, on the whole. /
 \  -- (Terry Pratchett, Wyrd Sisters)  /



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] it appears frames are being skipped in live tv with pvr 250

2004-01-08 Thread Moses Leslie
Hi,

I'm running the debian unstable version of freevo (from the
freevo.sourceforge.net apt repository), with a very recent cvs snapshot of
ivtv, on a pvr250.  It's a pIII/600 machine, with a geforce4mx.  I'm
using the svideo out.

I got live TV working by adding

plugin.activate('tv.ivtv_basic_tv')

to local_conf.py

It works, I'm able to change channels and do everything else it seems I
should be able to.

However, the video looks like frames are being dropped.  Not a ton of
them, but enough to make it look jerky (and fairly unwatchable).  It's
very steady rate, it doesn't appear to speed up/slow down.

ps shows that the command being run is:

/usr/bin/mplayer -vo xv,sdl,x11, -fs -cache 8192 -slave /dev/video0

and running that from the desktop (without freevo) and it plays normally.

mplayer is using about 40-50% cpu in either case.

My only guess is that it has something to do with IVTV_OPTIONS that freevo
is using (it's just the default ones right now) that are different when
done from console, but that's a total guess.

If I record video, it will play back normally without the skipping.

Any ideas about what might be causing the frame skipping?

Thanks!

Moses



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] building VICE support

2004-01-08 Thread Michael Ruelle
Depends. If you are already using games and you just added VICE then you
should see Vice in the list of games dirs in the Games submenu. If you
mean you are not seeing games at all in the main menu then most likely
you don't have either mame or snes installed and need to activate games
manually. I am testing some logic with checking for GAMES items to
activate the games main menu instead of check for snes or mame being
defined in freevo.conf.

to manually activate games put this on one line in local_conf.py:

plugin.activate('games', level=45)

-- 
Mike Ruelle
[EMAIL PROTECTED]
http://world.std.com/~mruelle/


On Thu, 2004-01-08 at 19:00, [EMAIL PROTECTED] wrote:
> Of course, you should activate the games menu (plugin.activate...)
> Then the 'Commodore 64' line should appear below the games menu.
> BTW, i advice to use the -VICIIdsize option, which allows resizin of the
> screen.
> So the DIR_GAMES becomes !
> DIR_GAMES=[('Commodore
> 64','/media/games/c64',('GENERIC','/usr/local/bin/x64','-VICIIdsize','',['d64','t64']))]
> 
> 
> Regards, Sylvain.
> 
> > I had not heard of VICE before this thread... Thanks for bringing this
> > one to me!
> >
> > However, I added the line suggested to my local_conf.py (after modifying
> > it appropriately to suit my system), but should I now get a new menu
> > entry? Because, well I don't, the docs haven't any usage info, just the
> > GAMES_DIR format.
> >
> > Am I missing something really obvious?
> >
> > BTW, I haven't said this before, THANKS to all the developers!
> >
> > Cheers,
> >
> > Drew.
> >
> >
> >
> > Paul Sijben wrote:
> >
> >>Indeed it was not complicated:
> >>
> >>DIR_GAMES=[('Commodore
> >>64','/media/games/c64',('GENERIC','/usr/local/bin/x64','','',['d64','t64']))]
> >>
> >>does the trick.
> >>
> >>Paul
> >>
> >>Paul Sijben wrote:
> >>
> >>
> >>
> >>>I am looking at adding VICE support to freevo. I have been reading the
> >>>.py files in the games area and it seems not to be difficult. Is there
> >>>anything I should watch out for? (or has anobody already done it?)
> >>>
> >>>
> >>>Paul
> >>>
> >>>
> >>>
> >
> >
> >
> >
> > ---
> > This SF.net email is sponsored by: Perforce Software.
> > Perforce is the Fast Software Configuration Management System offering
> > advanced branching capabilities and atomic changes on 50+ platforms.
> > Free Eval! http://www.perforce.com/perforce/loadprog.html
> > ___
> > Freevo-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
> 
> 
> 
> 
> 
> ---
> This SF.net email is sponsored by: Perforce Software.
> Perforce is the Fast Software Configuration Management System offering
> advanced branching capabilities and atomic changes on 50+ platforms.
> Free Eval! http://www.perforce.com/perforce/loadprog.html
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users




---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] building VICE support

2004-01-08 Thread centraladmin
Of course, you should activate the games menu (plugin.activate...)
Then the 'Commodore 64' line should appear below the games menu.
BTW, i advice to use the -VICIIdsize option, which allows resizin of the
screen.
So the DIR_GAMES becomes !
DIR_GAMES=[('Commodore
64','/media/games/c64',('GENERIC','/usr/local/bin/x64','-VICIIdsize','',['d64','t64']))]


Regards, Sylvain.

> I had not heard of VICE before this thread... Thanks for bringing this
> one to me!
>
> However, I added the line suggested to my local_conf.py (after modifying
> it appropriately to suit my system), but should I now get a new menu
> entry? Because, well I don't, the docs haven't any usage info, just the
> GAMES_DIR format.
>
> Am I missing something really obvious?
>
> BTW, I haven't said this before, THANKS to all the developers!
>
> Cheers,
>
> Drew.
>
>
>
> Paul Sijben wrote:
>
>>Indeed it was not complicated:
>>
>>DIR_GAMES=[('Commodore
>>64','/media/games/c64',('GENERIC','/usr/local/bin/x64','','',['d64','t64']))]
>>
>>does the trick.
>>
>>Paul
>>
>>Paul Sijben wrote:
>>
>>
>>
>>>I am looking at adding VICE support to freevo. I have been reading the
>>>.py files in the games area and it seems not to be difficult. Is there
>>>anything I should watch out for? (or has anobody already done it?)
>>>
>>>
>>>Paul
>>>
>>>
>>>
>
>
>
>
> ---
> This SF.net email is sponsored by: Perforce Software.
> Perforce is the Fast Software Configuration Management System offering
> advanced branching capabilities and atomic changes on 50+ platforms.
> Free Eval! http://www.perforce.com/perforce/loadprog.html
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>





---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] building VICE support

2004-01-08 Thread drew
I had not heard of VICE before this thread... Thanks for bringing this 
one to me!

However, I added the line suggested to my local_conf.py (after modifying 
it appropriately to suit my system), but should I now get a new menu 
entry? Because, well I don't, the docs haven't any usage info, just the 
GAMES_DIR format.

Am I missing something really obvious?

BTW, I haven't said this before, THANKS to all the developers!

Cheers,

Drew.



Paul Sijben wrote:

Indeed it was not complicated:

DIR_GAMES=[('Commodore
64','/media/games/c64',('GENERIC','/usr/local/bin/x64','','',['d64','t64']))]
does the trick.

Paul

Paul Sijben wrote:

 

I am looking at adding VICE support to freevo. I have been reading the
.py files in the games area and it seems not to be difficult. Is there
anything I should watch out for? (or has anobody already done it?)
Paul

   





---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] freevo 1.4.1 possible problem.

2004-01-08 Thread Gray, Tim
so is there no solution to this problem with 1.4.1?

if so then I'm downgrading back to 1.4. and hope that it is fixed in 1.4.2

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Gray, Tim
Sent: Friday, January 02, 2004 8:23 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [Freevo-users] freevo 1.4.1 possible problem.


no. I must manually change to the /usr/local/freevo directory and then issue
the commands from there.

freevo 1.4.0 works fine. so something was broken in 1.4.1

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Mick
Sent: Thursday, January 01, 2004 9:12 PM
To: [EMAIL PROTECTED]
Subject: Re: [Freevo-users] freevo 1.4.1 possible problem.


Does the init.d scripts work?

On Wed, 2003-12-24 at 04:26, Gray, Tim wrote:
> in freevo 1.4.0  I could start freevo from anywhere  and it would run
> correctly.
> 
> now with freevo 1.4.1 I MUST be in the /usr/local/freevo directory for
> freevo to properly start.
> 
> how can I change this?  I don't really want to cd to the freevo home
before
> starting the recordserver, webserver and freevo it's self.
> 
> 
> 
> ---
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
> Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
> Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&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.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&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.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Possible memory leak

2004-01-08 Thread Paul Sijben
lcdproc 0.4.3 seems to have a memory leak, for me it has grown to 54M in
2 days. It should be solved in 0.4.4. I am trying that now.

Paul

Paul Sijben wrote:

> There efinitely seems to be a memory leak somewhere in freevo. I left my
> freevo box doing nothing for a while waiting in the section of internet
> radio stations and one morning it was clearly out of memory, it was
> constantly swapping and everything was
> i.n.c..r.e.dibly.slow.
> (and that was just the LCD updates)
> 
> so I had to powercycle it.
> 
> I have not found the cause yet but will post when I have more info.
> 
> Paul
> 
> Esben Jensen wrote:
> 
>> Hi
>>
>> First of all thanks for a great toy. :)
>>
>> I've spent countless of hours playing around with freevo and I really
>> like the design and the customizability.
>>
>>
>> Anyway recently Freevo started crashing on me after a while. I think
>> it started when i played around with fxd files and cover images, but
>> this is probably just a symptom.
>> When playing a video file, it will run for about 20 minutes and then
>> it is terminated by the kernel beause of lack of memory.
>>
>> It seems that freevo continually tries to update the media in my
>> drives, with an interval of a few seconds.
>> When I browse a CD the filelist suddenly disappears. I belive this is
>> caused by identifymedia.py when it unmounts the drive. I managed to
>> 'fix' this by commenting out the line that unmounts, but this doesn't
>> fix the memory issues of course. And it's a rather ugly hack. :)
>>
>> I'm not really sure if the problem is with freevo, or some other part
>> of my system that keeps notifying about media change. And i don't
>> really know how to test this?
>> I have two drives a DVD drive and a CD-RW, both IDE drives. The
>> problem exists with both of them.
>>
>> Some info about my system:
>> Kernel: Linux 2.4.20
>> Memory: 256 Mb RAM - 256 Mb swap
>> DVD drive using normal IDE module
>> CD-RW using ide-scsi module
>> freevo 1.3.2-pre2
>>
>>
>>
>> ---
>> This SF.net email is sponsored by:Crypto Challenge is now open! Get
>> cracking and register here for some mind boggling fun and the chance
>> of winning an Apple iPod:
>> http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
>> ___
>> Freevo-users mailing list
>> [EMAIL PROTECTED]
>> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 
> 
> 
> ---
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?  SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] building VICE support

2004-01-08 Thread Paul Sijben
Indeed it was not complicated:

DIR_GAMES=[('Commodore
64','/media/games/c64',('GENERIC','/usr/local/bin/x64','','',['d64','t64']))]

does the trick.

Paul

Paul Sijben wrote:

> I am looking at adding VICE support to freevo. I have been reading the
> .py files in the games area and it seems not to be difficult. Is there
> anything I should watch out for? (or has anobody already done it?)
> 
> 
> Paul
> 
> 
> 
> ---
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?  SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Freevo newbie with many questions. :)

2004-01-08 Thread Bill
I just discovered freevo and this mailing list and wanted to bounce some
questions off the group. I am not a complete linux newbie but all my
experience is with firewalls and servers, not with the GUI end of things.
This will be a learning experience for me. :)

I have a e-machine Celeron 900MHz with 128M ram and a 18G Ultra fast IDE
drive that is laying around collecting dust. I also have a pci ATI
All-in-Wonder tv capture card that I have installed. The system works fine
with default ATI utilities and winblows. I am planning on dedicating the
system for PCR use and want to control it via remote using only the TV
monitor for the display (I have a HDTV receiver). I will build and add a IR
remote control receiver/transmitter. I have not even installed a disto on
the box yet, I wanted to get a handle on the best approach before starting.
Here are some of my questions:

1 - Is the on-board Intel video subsystem on the MB going to cause problems
for me? I dont seem to be able to disable it via bios. Under XP pro I can
disable it via the control panel but every linux distro I have installed on
that box insists on using it as the primary display.

2 - Can freevo output only the "tv" signal on the ATI card? I dont want the
taskbar at the bottom of the screen or any other "desktop" crud, just the
menus and video. Trying to "family proof" it.

3 - If freevo cannot do #2 is there another open source product that will?

4 - Assuming that this can be made to work, what is the easiest distro to
use/setup for this task?

5 - I have a DirecTV receiver that I would like to control for automatic
channel management and timed recording. Is there support for this?

6 - I am sure there are many web resources other than Sourceforge, what are
some good ones for what I am trying to attempt.

That should be enough to get me pointed in the right direction and to
generate more questions. :)

TIA,
Bill



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] tvtime,soundblaster,mapping to the wanted line out (digital to my amp)

2004-01-08 Thread Thomas Kranz
Hi folks,

simple question (not only topic of freevo) but I didn't find an answer yet:

My problem is, that my stereo amp is plugged to the digital out of my soundblaster 
live.
I'm using tvtime (bttv,hauppauge) and the line-in of the sb live. Now I want the tv 
audio output
to both outputs of my sb live. But I don't know how to set this up.
The only solution was a special sox command with a fifo to remap and upsample the sound
but this sounds very ugly and is high cpu loaded.

thanks,
Thomas



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] CD-Audio mount problem

2004-01-08 Thread neil




I have a problem whereby 
sometimes my CD-audio cd does not get detected. I think that this is becuase I 
do not have a constant internet connection.
It appears like if the CD can 
not be found in CDDB then the disc is not accessable at all by 
freevo.
Can someone give me some advice 
about configuring the CD audio so I can listen to CD's if there is no connection 
or if there is a connection.
 
 
The install is Freevo latest 
stable with mandrake9.2
 
Cheers


Re: [Freevo-users] cd ripping

2004-01-08 Thread Matthew Bettencourt
Sorry to repost this, but does anyone have any ideas on this.  To 
summarize, if I am trying to rip from /dev/cdrom1 it does not work.  
This is becuase the device name is not being passed to cdparanoia.  Is 
there a fix for this/?
Thanks
Matt

Matthew Bettencourt wrote:

I have a cd drive I wish to rip from, however, it appears that the 
cdrom device is not being passed to the cdparanoia command.  Example

cdbackup.py (314): cdparanoia:  cdparanoia -s 9 
"/tmp/track_being_ripped.wav" >/dev/null 2>&1
cdbackup.py (314): lame: lame --nohist -h --vbr-new 
"/tmp/track_being_ripped.wav" 
"/root/MP3/misc/Evanescence/Fallen/Hello.mp3" >/dev/null 2>&1

however, since the cd is in /de v/cdrom1 this doesn't work.  Any ideas??
Thanks
Matt
P.S, I am using 1.4.1 on a RH8 box without many mods


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users




---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: Support for DigiMatrix hardware?

2004-01-08 Thread Cyril Lacoux [Yack]
Le Jeudi 8 Janvier 2004 10:35, [EMAIL PROTECTED] a écrit :
Hi,

> Many thanks for your nice web page about the DigiMatrix. Very
> informative! 

Thank you.

> Just one question about the volume control. Is it an
> analog potentiometer or some sort of digital jog wheel?

Seems to be a jog wheel.
 
> Without any other knowledge about the system I would suggest the
> IT8705F for IR and the buttons. The chip has 48 general purpose IO
> pins, so the most cost effective solution is probably to use them.
> Looks like the IR is also supported by the same chip.

Yes, I know that the remote control is plugged to the ite chip because 
given Win drivers are for it, but it don't works with lirc driver. I 
posted a mail to lirc-users, got no answer, so ...

I really don't know the way to make something working with this chipset 
(not a real developer, not a kernel hacker ... sorry)

> Gotta get one of those, but they seem to be sold out everywhere at my
> local (internet) dealers :(

Yes, Asus has stopped selling digimatrix since 2-3 month because of a 
"drivers problem for Windows XP". They will re-start selling it on the 
end of january (I hope for you and others who contacted me).

Best Regards,
Cyril.
-- 

B81AD6A6 -  638E A25A C5A4 C81A 4B98  CCC6 AFF7 FD7A B81A D6A6



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Fails to play CDs, noise burst at start of MP3s

2004-01-08 Thread Nigel Orr
Hi,

I have two problems with my Freevo installation.

1) Initially, it wouldn't play MP3's, although they would play OK using
mplayer from the command line.  I updated my mplayer installation (v0.9) to
the current version, and it now plays tracks.  However, at the start of
each track, there is a burst of metallic noise on the line output, any
ideas on causes for that?

2) Freevo won't play CDs at all.  I have tried on my two drives, both work
fine using cdparanoia from the command line, but not in freevo.  If I
select a track, the track details appear briefly on the screen, and this
repeats for all the other tracks, with no audio output.  cdparanoia is the
latest version (9.8).

Great software though, well done to all who are working on it, it even got
spousal approval!

Thanks,

Nigel




---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


AW: [Freevo-users] German TV Program

2004-01-08 Thread Pferdekaemper, Thorsten








Hi,

I’d
appreciate it, if I found this in the documentation...

Is
there someone running this with SAA7134?

If
yes, it should also be possible to get “ordinary” videotext
running.

Regards,

    Thorsten

 

 



-Ursprüngliche Nachricht-
Von:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von [EMAIL PROTECTED]
Gesendet: Donnerstag, 8. Januar
2004 11:38
An:
[EMAIL PROTECTED]
Betreff: Re: [Freevo-users] German
TV Program

 

Hi,

I've had the same Problem.
My solution was to use nxtvepg.

First configured nxtvepg to fetch epg periodical.
Then I run nxtvepg as daemon (bash: nxtvepg-daemon)
When you configured it right, the daemon fetches
new data periodical. (I start this by an init script).

To get the actual fetched epg in an XML-format do this:
nxtvepg -dump xml -provider FF > TV.xml
(you can do this by a cron-job).

I hope it helps you. If there are more users having problem
with the german epg, I could write a Wiki...

BEST REGARDS

Christian



--- original Nachricht Ende 


Hi,
i am from Germany and I have a problem since the 01.01.04. The nice proggie 
(http://www.bucksch.org/1/projects/various/xmltv/)
tvmoviefetch isn't working 
anymore :( It was a good tv program grabber. Now i don't have any solution 
for grabbing the tv program to my freevo box. Is there any solution ???
Thx for help
Sebastian Hardt



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

--
---
This SF.net email is sponsored by: Perforce Software. Perforce is the
Fast Software Configuration Management System offering advanced branching
capabilities and atomic changes on 50+ platforms. Free Eval!
http://www.perforce.com/perforce/loadprog.html
___ Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users










Re: [Freevo-users] German TV Program

2004-01-08 Thread nebl
Hi,

I've had the same Problem.
My solution was to use nxtvepg.

First configured nxtvepg to fetch epg periodical.
Then I run nxtvepg as daemon (bash: nxtvepg-daemon)
When you configured it right, the daemon fetches
new data periodical. (I start this by an init script).

To get the actual fetched epg in an XML-format do this:
nxtvepg -dump xml -provider FF > TV.xml
(you can do this by a cron-job).

I hope it helps you. If there are more users having problem
with the german epg, I could write a Wiki...

BEST REGARDS

Christian



--- original Nachricht Ende 


Hi,
i am from Germany and I have a problem since the 01.01.04. The nice proggie 
(http://www.bucksch.org/1/projects/various/xmltv/) tvmoviefetch isn't working 
anymore :( It was a good tv program grabber. Now i don't have any solution 
for grabbing the tv program to my freevo box. Is there any solution ???
Thx for help
Sebastian Hardt



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users



-- 




---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


AW: [Freevo-users] German TV Program

2004-01-08 Thread Pferdekaemper, Thorsten


> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED] [mailto:freevo-users-
> [EMAIL PROTECTED] Im Auftrag von Sebastian Hardt
> Gesendet: Donnerstag, 8. Januar 2004 10:40
> An: [EMAIL PROTECTED]
> Betreff: [Freevo-users] German TV Program
> 
> Hi,
> i am from Germany and I have a problem since the 01.01.04. The nice
> proggie
> (http://www.bucksch.org/1/projects/various/xmltv/) tvmoviefetch isn't
> working
> anymore :( It was a good tv program grabber. Now i don't have any solution
> for grabbing the tv program to my freevo box. Is there any solution ???
> Thx for help
> Sebastian Hardt
> 

Hi,
Ben has sent a mail a few days ago on this list. TVMovie has changed the file format 
recently and nobody knows how to process these files...
Perhaps nexTView (http://nxtvepg.sourceforge.net/) can be considered as an 
alternative. It seems to be able to produce XMLTV output. 
Regards,
Thorsten






---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] German TV Program

2004-01-08 Thread Sebastian Hardt
Hi,
i am from Germany and I have a problem since the 01.01.04. The nice proggie 
(http://www.bucksch.org/1/projects/various/xmltv/) tvmoviefetch isn't working 
anymore :( It was a good tv program grabber. Now i don't have any solution 
for grabbing the tv program to my freevo box. Is there any solution ???
Thx for help
Sebastian Hardt



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Re: Support for DigiMatrix hardware?

2004-01-08 Thread pjernstr
Hi,

Many thanks for your nice web page about the DigiMatrix. Very informative!
Just one question about the volume control. Is it an analog
potentiometer or some sort of digital jog wheel? 

> Hardware :
> I've several problems with :
> =2D Remote control
> =2D Front buttons

Without any other knowledge about the system I would suggest the IT8705F
for IR and the buttons. The chip has 48 general purpose IO pins, so the
most cost effective solution is probably to use them. Looks like the IR
is also supported by the same chip. 

Gotta get one of those, but they seem to be sold out everywhere at my
local (internet) dealers :(

regards,
Per



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] [Fwd: 1.4.1 & gentoo] [fixed]

2004-01-08 Thread Mick
Very strange, it seems Imaging had installed itself into python 2.2, not
2.3.

All I had to do was emerge -C Imaging && emerge Imaging and it was tied
to 2.3 and recognised by freevo.

Mick
On Wed, 2004-01-07 at 13:34, Mick wrote:
> Benn screwing with me email..  This didn't get through..
> 
> -Forwarded Message-
> > From: Mick <[EMAIL PROTECTED]>
> > To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> > Subject: 1.4.1 & gentoo
> > Date: Wed, 07 Jan 2004 10:38:35 +0800
> > 
> > OK, I rescued emerge and I'm back to freevo..
> > 
> > I'm still getting errors on the dependencies,  any gentoo guru's out
> > there to tell me how to fix this?
> > 
> > 
> > >>> Install freevo-1.4.1 into /var/tmp/portage/freevo-1.4.1/image/
> > category media-tv
> > checking for mmpython...   found
> > checking for pygame... found
> > checking for Image...  not found
> > please download it from http://www.pythonware.com/products/pil/ and
> > install it
> >  
> > !!! ERROR: media-tv/freevo-1.4.1 failed.
> > !!! Function distutils_src_install, Line 43, Exitcode 1
> > !!! (no error message)
> >  
> > [EMAIL PROTECTED] mick # emerge -p Imaging
> >  
> > These are the packages that I would merge, in order:
> >  
> > Calculating dependencies ...done!
> > [ebuild   R   ] dev-python/Imaging-1.1.4
> > --
> > 
> > So, I have Imaging but freevo doesn't see it..  
> > 
> > Mick
> 
> 
> ---
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
> Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
> Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users