Re: [Freevo-users] CD backup not producing the files

2009-06-18 Thread Duncan Webb
Bernard Mentink wrote:
 Hi Duncan,
 
 I turned on logging and found the issue. It seems I had the wrong
 permissions on the directory I was saving the flac files too ... fixed now.

Do you still have the log output as this should really be a warning or
error message so that it is shown on the console?

Duncan

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] CD backup not producing the files

2009-06-17 Thread Duncan Webb
Bernard Mentink wrote:
 Hi Duncan.
 
 I did not have lame installed, so installed it.
 Now I get this error for every track:
 
 The FLAC file could not be opened.  Most likely the file does not exist
 or is not readable.
 /var/lib/mythtv/music/Dire Straits/Sultans Of Swing/15 - Your Latest
 Trick - Live.flac: ERROR: reading metadata, status =
 FLAC__METADATA_CHAIN_STATUS_ERROR_OPENING_FILE
 
 The FLAC file could not be opened.  Most likely the file does not exist
 or is not readable.
 /var/lib/mythtv/music/Dire Straits/Sultans Of Swing/16 - Wild Theme -
 Live.flac: ERROR: reading metadata, status =
 FLAC__METADATA_CHAIN_STATUS_ERROR_OPENING_FILE
 
 
 Doesn't seem to do much at all now..
 
 My freevo.conf is:
 
 version = 2.2
 display = x11
 geometry = 1024x768
 position = 0,0
 tv = pal
 chanlist = newzealand
 dvdbackup = /usr/bin/dvdbackup
 flac = /usr/bin/flac
 livepause = /usr/local/bin/livepause
 lsdvd = /usr/bin/lsdvd
 mplayer = /usr/bin/mplayer
 renice = /usr/bin/renice
 setterm = /usr/bin/setterm
 tvtime = /usr/bin/tvtime
 unzip = /usr/bin/unzip
 vlc = /usr/bin/vlc
 xine = /usr/bin/xine
 
 
 Any idea's ??

lame = /usr/bin/lame is missing; you can run freevo setup again.
oggenc = /usr/bin/oggenc is recommended too.

IIRC display = x11 should be display = xv

Look at the log file, it should be in the /var/log/freevo directory or
in ~/.freevo/log. It may tell you more why flac encodings fail.

Duncan

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] CD backup not producing the files

2009-06-17 Thread Bernard Mentink
Hi Duncan,

I turned on logging and found the issue. It seems I had the wrong
permissions on the directory I was saving the flac files too ... fixed now.

Many thanks for your help.

Cheers,
Bernie

On Thu, Jun 18, 2009 at 3:25 AM, Duncan Webb dun...@freevo.org wrote:

 Bernard Mentink wrote:
  Hi Duncan.
 
  I did not have lame installed, so installed it.
  Now I get this error for every track:
 
  The FLAC file could not be opened.  Most likely the file does not exist
  or is not readable.
  /var/lib/mythtv/music/Dire Straits/Sultans Of Swing/15 - Your Latest
  Trick - Live.flac: ERROR: reading metadata, status =
  FLAC__METADATA_CHAIN_STATUS_ERROR_OPENING_FILE
 
  The FLAC file could not be opened.  Most likely the file does not exist
  or is not readable.
  /var/lib/mythtv/music/Dire Straits/Sultans Of Swing/16 - Wild Theme -
  Live.flac: ERROR: reading metadata, status =
  FLAC__METADATA_CHAIN_STATUS_ERROR_OPENING_FILE
 
 
  Doesn't seem to do much at all now..
 
  My freevo.conf is:
 
  version = 2.2
  display = x11
  geometry = 1024x768
  position = 0,0
  tv = pal
  chanlist = newzealand
  dvdbackup = /usr/bin/dvdbackup
  flac = /usr/bin/flac
  livepause = /usr/local/bin/livepause
  lsdvd = /usr/bin/lsdvd
  mplayer = /usr/bin/mplayer
  renice = /usr/bin/renice
  setterm = /usr/bin/setterm
  tvtime = /usr/bin/tvtime
  unzip = /usr/bin/unzip
  vlc = /usr/bin/vlc
  xine = /usr/bin/xine
 
 
  Any idea's ??

 lame = /usr/bin/lame is missing; you can run freevo setup again.
 oggenc = /usr/bin/oggenc is recommended too.

 IIRC display = x11 should be display = xv

 Look at the log file, it should be in the /var/log/freevo directory or
 in ~/.freevo/log. It may tell you more why flac encodings fail.

 Duncan

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] CD backup not producing the files

2009-06-16 Thread Bernard Mentink
Hi Duncan.

I did not have lame installed, so installed it.
Now I get this error for every track:

The FLAC file could not be opened.  Most likely the file does not exist
or is not readable.
/var/lib/mythtv/music/Dire Straits/Sultans Of Swing/15 - Your Latest Trick -
Live.flac: ERROR: reading metadata, status =
FLAC__METADATA_CHAIN_STATUS_ERROR_OPENING_FILE

The FLAC file could not be opened.  Most likely the file does not exist
or is not readable.
/var/lib/mythtv/music/Dire Straits/Sultans Of Swing/16 - Wild Theme -
Live.flac: ERROR: reading metadata, status =
FLAC__METADATA_CHAIN_STATUS_ERROR_OPENING_FILE


Doesn't seem to do much at all now..

My freevo.conf is:

version = 2.2
display = x11
geometry = 1024x768
position = 0,0
tv = pal
chanlist = newzealand
dvdbackup = /usr/bin/dvdbackup
flac = /usr/bin/flac
livepause = /usr/local/bin/livepause
lsdvd = /usr/bin/lsdvd
mplayer = /usr/bin/mplayer
renice = /usr/bin/renice
setterm = /usr/bin/setterm
tvtime = /usr/bin/tvtime
unzip = /usr/bin/unzip
vlc = /usr/bin/vlc
xine = /usr/bin/xine


Any idea's ??

Thanks,
Bernie

On Sun, Jun 14, 2009 at 10:27 PM, Duncan Webb dun...@freevo.org wrote:

 Bernard Mentink wrote:
  Anyone have a solution to this? ...  Thanks

 Have you lame installed?

 You can post your freevo.conf?

  On Sat, Jun 13, 2009 at 3:20 PM, Bernard Mentink bment...@gmail.com
  mailto:bment...@gmail.com wrote:
 
  Hi All,
 
  I have just enabled the audio.cdbackup pluggin and have set the
  options I want, and have installed cdparanioa.
 
  However, when I go to rip a file, everything looks like it is
  working, I can see the temporary .wav file in /tmp and the progress
  info shows the files been ripped one track at a time. However, when
  it is finished (I am doing flac output) I do not see any files in
  the directory I have specified. (I have flac installed ok)
 
  My settings are:
 
  plugin.activate('audio.cdbackup')
  AUDIO_BACKUP_DIR = '/var/lib/mythtv/music'
  CDPAR_CMD = 'cdparanoia'
 
  I can't see any files in that directory, . any ideas?

 Duncan


 --
 Crystal Reports - New Free Runtime and 30 Day Trial
 Check out the new simplified licensing option that enables unlimited
 royalty-free distribution of the report engine for externally facing
 server and web deployment.
 http://p.sf.net/sfu/businessobjects
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] CD backup not producing the files

2009-06-14 Thread Duncan Webb
Bernard Mentink wrote:
 Anyone have a solution to this? ...  Thanks

Have you lame installed?

You can post your freevo.conf?

 On Sat, Jun 13, 2009 at 3:20 PM, Bernard Mentink bment...@gmail.com
 mailto:bment...@gmail.com wrote:
 
 Hi All,
 
 I have just enabled the audio.cdbackup pluggin and have set the
 options I want, and have installed cdparanioa.
 
 However, when I go to rip a file, everything looks like it is
 working, I can see the temporary .wav file in /tmp and the progress
 info shows the files been ripped one track at a time. However, when
 it is finished (I am doing flac output) I do not see any files in
 the directory I have specified. (I have flac installed ok)
 
 My settings are:
 
 plugin.activate('audio.cdbackup')
 AUDIO_BACKUP_DIR = '/var/lib/mythtv/music'
 CDPAR_CMD = 'cdparanoia'
 
 I can't see any files in that directory, . any ideas?

Duncan

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] CD backup not producing the files

2009-06-13 Thread Bernard Mentink
Anyone have a solution to this? ...  Thanks

On Sat, Jun 13, 2009 at 3:20 PM, Bernard Mentink bment...@gmail.com wrote:

 Hi All,

 I have just enabled the audio.cdbackup pluggin and have set the options I
 want, and have installed cdparanioa.

 However, when I go to rip a file, everything looks like it is working, I
 can see the temporary .wav file in /tmp and the progress
 info shows the files been ripped one track at a time. However, when it is
 finished (I am doing flac output) I do not see any files in the directory I
 have specified. (I have flac installed ok)

 My settings are:

 plugin.activate('audio.cdbackup')
 AUDIO_BACKUP_DIR = '/var/lib/mythtv/music'
 CDPAR_CMD = 'cdparanoia'

 I can't see any files in that directory, . any ideas?

 Cheers,
 Bernie


--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] CD backup not producing the files

2009-06-12 Thread Bernard Mentink
Hi All,

I have just enabled the audio.cdbackup pluggin and have set the options I
want, and have installed cdparanioa.

However, when I go to rip a file, everything looks like it is working, I can
see the temporary .wav file in /tmp and the progress
info shows the files been ripped one track at a time. However, when it is
finished (I am doing flac output) I do not see any files in the directory I
have specified. (I have flac installed ok)

My settings are:

plugin.activate('audio.cdbackup')
AUDIO_BACKUP_DIR = '/var/lib/mythtv/music'
CDPAR_CMD = 'cdparanoia'

I can't see any files in that directory, . any ideas?

Cheers,
Bernie
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users