Re: [Freevo-users] CD recording functionality

2007-12-04 Thread Michel Hoogervorst
Well, you can hit 'e' again, and choose to view the progress. It's not a
perfect bar though, it only updates once per job, so if it has 20 songs to
record, you see it update 21 times (20x for each song, and 1x for the burn
process). :-)

2007/12/4, Ryan Roth <[EMAIL PROTECTED]>:
>
> I have it all working now, but I was wondering if there is a way to show
> a progress bar while recording
>
> -
> SF.Net email is sponsored by: The Future of Linux Business White Paper
> from Novell.  From the desktop to the data center, Linux is going
> mainstream.  Let it simplify your IT future.
> http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] CD recording functionality

2007-12-04 Thread Ryan Roth
I have it all working now, but I was wondering if there is a way to show 
a progress bar while recording

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] CD recording functionality

2007-12-03 Thread Michel Hoogervorst
Yep, but it does require a bit more config then only enabling the plugin ;-)

Mine is like this:
CDBURN_AUDIO_DAO = 1
CDBURN_MKISOFS_PATH = '/usr/bin/mkisofs'
CDBURN_CDRECORD_PATH = '/usr/bin/cdrecord'
CDBURN_DEV = '/dev/hdc'
CDBURN_SPEED = 32

I think it speaks for itself :-)
Never tried it without the CDBURN_MKISOFS_PATH and CDBURN_CDRECORD_PATH
though.



2007/12/3, Ryan E Roth <[EMAIL PROTECTED]>:
>
> Will this burn my MP3s as an audio CD?
>
> *Michel Hoogervorst <[EMAIL PROTECTED]>* wrote:
>
> I have this in my local_conf.py:
> plugin.activate('cd_burn')
>
> This is with 1.7.4, but I believe I did not change that part of the
> local_conf.py file since quite some time :-)
>
> 2007/12/3, Ryan Roth :
> > I noticed that a lot of the plugins have been moved to the Freevo core.
> > There was a plugin for writing audio CDs from Freevo, is it gone?
> >
> > Thanks
> >
> >
> -
> > SF.Net email is sponsored by: The Future of Linux Business White Paper
> > from Novell. From the desktop to the data center, Linux is going
> > mainstream. Let it simplify your IT future.
> > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
> > ___
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
>
> -
> SF.Net email is sponsored by: The Future of Linux Business White Paper
> from Novell. From the desktop to the data center, Linux is going
> mainstream. Let it simplify your IT future.
> http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
>
> -
> SF.Net email is sponsored by: The Future of Linux Business White Paper
> from Novell.  From the desktop to the data center, Linux is going
> mainstream.  Let it simplify your IT future.
> http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] CD recording functionality

2007-12-03 Thread Ryan E Roth
Will this burn my MP3s as an audio CD?

Michel Hoogervorst <[EMAIL PROTECTED]> wrote: I have this in my local_conf.py:
plugin.activate('cd_burn')

This is with 1.7.4, but I believe I did not change that part of the
local_conf.py file since quite some time :-)

2007/12/3, Ryan Roth :
> I noticed that a lot of the plugins have been moved to the Freevo core.
> There was a plugin for writing audio CDs from Freevo, is it gone?
>
> Thanks
>
> -
> SF.Net email is sponsored by: The Future of Linux Business White Paper
> from Novell.  From the desktop to the data center, Linux is going
> mainstream.  Let it simplify your IT future.
> http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] CD recording functionality

2007-12-03 Thread Michel Hoogervorst
I have this in my local_conf.py:
plugin.activate('cd_burn')

This is with 1.7.4, but I believe I did not change that part of the
local_conf.py file since quite some time :-)

2007/12/3, Ryan Roth <[EMAIL PROTECTED]>:
> I noticed that a lot of the plugins have been moved to the Freevo core.
> There was a plugin for writing audio CDs from Freevo, is it gone?
>
> Thanks
>
> -
> SF.Net email is sponsored by: The Future of Linux Business White Paper
> from Novell.  From the desktop to the data center, Linux is going
> mainstream.  Let it simplify your IT future.
> http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users