[Freevo-users] weird sound behaviour

2004-11-25 Thread Johan Lindqvist
I'm having problems with some weird sound behaviour in freevo. When I 
start kde I get sound, but when I start freevo there is no sound, until 
I play a DVD, then there is sound in all instances of freevo. This is 
the sound part of my config:
# AUDIO_DEVICE= '/dev/dsp'  # e.g.: /dev/dsp0, /dev/audio, 
/dev/alsa/?
# AUDIO_INPUT_DEVICE  = '/dev/dsp1' # e.g.: /dev/dsp0, /dev/audio, 
/dev/alsa/?
# MAJOR_AUDIO_CTRL= 'VOL'   # Freevo takes control over one 
audio ctrl
   # 'VOL', 'PCM' 'OGAIN' etc.
CONTROL_ALL_AUDIO   = 0# Should Freevo take complete 
control of audio
MAX_VOLUME  = 100  # Set what you want maximum 
volume level to be.
DEFAULT_VOLUME  = 100   # Set default volume level.
TV_IN_VOLUME= 100  # Set this to your preferred 
level 0-100.
VCR_IN_VOLUME   = 100  # If you use different input from TV
# DEV_MIXER   = '/dev/mixer'# mixer device

How should I set up this part in order to get freevo to not mute the 
sound at startup?

/Johan

---
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://productguide.itmanagersjournal.com/
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Troubles playing DVD's

2004-08-22 Thread Johan Lindqvist
OK, I am getting as far as getting mmpython to recognise a dvd as dvd, 
but I still won't get anything to show up in freevo.

ellen:/etc # mminfo /dev/dvd
mmpython media info
filename : /dev/dvd
   type: DVD
   subtype: video
   id: DVDVOLUME
   label: DVDVOLUME
   length: 7396
---
I am also getting whole bunch of error messages at startup, that may 
have something to do with it:

[EMAIL PROTECTED]:~ freevo
Could not open logfile: /tmp/freevo/main-1004.log
Could not open logfile: /tmp/freevo/main-1004.log
Warning: freevo_config.py was changed, please check local_config.py
You are using version 5.12, changes since then:
Version 5.13:
Added TV_RECORD_SERVER_GID to set the gid for the recordserver. If you
use TV_RECORD_SERVER_UID, the gui _must_ match one of the users gids
Error: VIDEO_SHOW_DATA_DIR not found
Exception in thread Thread-2:
Traceback (most recent call last):
 File /usr/lib/python2.3/threading.py, line 436, in __bootstrap
   self.run()
 File /usr/lib/python2.3/site-packages/freevo/plugins/rom_drives.py, line 739, in
run
   self.check_all()
 File /usr/lib/python2.3/site-packages/freevo/plugins/rom_drives.py, line 699, in
check_all
   self.identify(media)
 File /usr/lib/python2.3/site-packages/freevo/plugins/rom_drives.py, line 487, in
identify
   if media.id in video.fxd_database['id']:
KeyError: 'id'
no event mapping for key in context menu
send button event BUTTON arg=
I'm posting my config file on my website, so you can look att it-- 
http://apspektakel.com/local_conf.py . I'm guessing something is wrong 
there...

/Johan
john molohan wrote:
Do you get the same behaviour with all DVDs? mmpython isn't picking them
up, it's seeing it as a cd, you should get an output like this.
mminfo /dev/dvd
mmpython media info
filename : /dev/dvd
   type: DVD
 ^^^
   subtype: video
   id: 2002020616260300D038006
   label: D038006
   length: 10765
AFAIR freevo caches this info so you'll have to delete
~/.freevo/vfs/disc/* each time you test. Also for freevo cache take
ownership of that dir for the user you normally run freevo as. EG chown
-R ellen:ellen /var/cache/freevo/
On Sat, 2004-08-21 at 23:11 +0200, Johan Lindqvist wrote:
 

OK, I have done all this now, but still no difference...
I just realised that the dvd's don't play well in mplayer. In fact, they 
jump chapter to chapter after just a few seconds. Might this also have 
something to do with this?
Also, I get OSError: [Errno 13] Permission denied: 
'/var/cache/freevo/mediainfo' when running freevo cache. But maybe 
you're supposed to run it as root?

/Johan
john molohan wrote:
   

IIRC the problem was not having libdvdread-devel installed. Install
this, then reinstall lsdvd, mmpython and freevo.
On Sat, 2004-08-21 at 21:22 +0200, Johan Lindqvist wrote:
 

Ok. I've installed the source. But it still won't work...
Very odd...
/Johan
john molohan wrote:
  

   

Try installing from source. There seems to be some issues with the rpm
on some systems.
http://sourceforge.net/project/showfiles.php?group_id=63864package_id=61147
On Sat, 2004-08-21 at 18:17 +0200, Johan Lindqvist wrote:


 

Freevo from source and ls-dvd from rpm. Couldn't find a source to lsdvd, 
just a rpm that didn't seem to install at first. If I could get the 
source from somewhere i could try that the official site is down..
/Johan

john molohan wrote:
 

  

   

How did you install freevo? RPM or source. How did you install lsdvd?
On Sat, 2004-08-21 at 16:59 +0200, Johan Lindqvist wrote:
   



 

OK, here it is:
ellen:~ # mminfo /dev/dvd
mmpython media info
filename : /dev/dvd
type: CD
subtype: data
id: 2002010515423900CONAN_THE_BARBARIAN
label: CONAN_THE_BARBARIAN
Track list:
john molohan wrote:

 

  

   

Please post the output of mminfo /dev/dvd
On Sat, 2004-08-21 at 13:28 +0200, Johan Lindqvist wrote:
  

   



 

I have some more info about this problem. This is the line in fstab:
/dev/dvd /media/dvd   subfs  
fs=cdfss,ro,users,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
this is the line in the freevo config:
ROM_DRIVES = [ ('/media/cdrecorder', '/dev/cdrecorder', 'CD Burner'),
   ('/media/dvd', '/dev/dvd', 'DVD') ]
I can play dvd's in mediaplayer with
$ mplayer dvd://

Is there anything else I can do to troubleshoot this problem?
Johan Lindqvist wrote:



 

  

   

I'm having problems accessing DVD's from freevo. Both my cd and my dvd 
drive is visible when they are empty, or when they have music discs in 
them. Both can access music disks. But when I insert a DVD it won't 
show up. The dvd is properly mounted and accessible from otherwise. I 
can browse through it with, for example, midnight commander.
So what is wrong here? The dvd is quite old. It cannot boot cd's for 
example. Can

Re: [Freevo-users] Troubles playing DVD's

2004-08-22 Thread Johan Lindqvist
ellen:~ # more /proc/sys/dev/cdrom/check_media
0
john molohan wrote:
What's the output from more /proc/sys/dev/cdrom/check_media
On Sun, 2004-08-22 at 13:16 +0200, Johan Lindqvist wrote:
 

OK, I am getting as far as getting mmpython to recognise a dvd as dvd, 
but I still won't get anything to show up in freevo.

ellen:/etc # mminfo /dev/dvd
mmpython media info
filename : /dev/dvd
   type: DVD
   subtype: video
   id: DVDVOLUME
   label: DVDVOLUME
   length: 7396
---
I am also getting whole bunch of error messages at startup, that may 
have something to do with it:

[EMAIL PROTECTED]:~ freevo
Could not open logfile: /tmp/freevo/main-1004.log
Could not open logfile: /tmp/freevo/main-1004.log
Warning: freevo_config.py was changed, please check local_config.py
You are using version 5.12, changes since then:
Version 5.13:
Added TV_RECORD_SERVER_GID to set the gid for the recordserver. If you
use TV_RECORD_SERVER_UID, the gui _must_ match one of the users gids
Error: VIDEO_SHOW_DATA_DIR not found
Exception in thread Thread-2:
Traceback (most recent call last):
 File /usr/lib/python2.3/threading.py, line 436, in __bootstrap
   self.run()
 File /usr/lib/python2.3/site-packages/freevo/plugins/rom_drives.py, line 739, in
run
   self.check_all()
 File /usr/lib/python2.3/site-packages/freevo/plugins/rom_drives.py, line 699, in
check_all
   self.identify(media)
 File /usr/lib/python2.3/site-packages/freevo/plugins/rom_drives.py, line 487, in
identify
   if media.id in video.fxd_database['id']:
KeyError: 'id'
no event mapping for key in context menu
send button event BUTTON arg=
I'm posting my config file on my website, so you can look att it-- 
http://apspektakel.com/local_conf.py . I'm guessing something is wrong 
there...

/Johan
john molohan wrote:
   

Do you get the same behaviour with all DVDs? mmpython isn't picking them
up, it's seeing it as a cd, you should get an output like this.
mminfo /dev/dvd
mmpython media info
filename : /dev/dvd
  type: DVD
^^^
  subtype: video
  id: 2002020616260300D038006
  label: D038006
  length: 10765
AFAIR freevo caches this info so you'll have to delete
~/.freevo/vfs/disc/* each time you test. Also for freevo cache take
ownership of that dir for the user you normally run freevo as. EG chown
-R ellen:ellen /var/cache/freevo/
On Sat, 2004-08-21 at 23:11 +0200, Johan Lindqvist wrote:
 

OK, I have done all this now, but still no difference...
I just realised that the dvd's don't play well in mplayer. In fact, they 
jump chapter to chapter after just a few seconds. Might this also have 
something to do with this?
Also, I get OSError: [Errno 13] Permission denied: 
'/var/cache/freevo/mediainfo' when running freevo cache. But maybe 
you're supposed to run it as root?

/Johan
john molohan wrote:
  

   

IIRC the problem was not having libdvdread-devel installed. Install
this, then reinstall lsdvd, mmpython and freevo.
On Sat, 2004-08-21 at 21:22 +0200, Johan Lindqvist wrote:


 

Ok. I've installed the source. But it still won't work...
Very odd...
/Johan
john molohan wrote:
 

  

   

Try installing from source. There seems to be some issues with the rpm
on some systems.
http://sourceforge.net/project/showfiles.php?group_id=63864package_id=61147
On Sat, 2004-08-21 at 18:17 +0200, Johan Lindqvist wrote:
   



 

Freevo from source and ls-dvd from rpm. Couldn't find a source to lsdvd, 
just a rpm that didn't seem to install at first. If I could get the 
source from somewhere i could try that the official site is down..
/Johan

john molohan wrote:

 

  

   

How did you install freevo? RPM or source. How did you install lsdvd?
On Sat, 2004-08-21 at 16:59 +0200, Johan Lindqvist wrote:
  

   



 

OK, here it is:
ellen:~ # mminfo /dev/dvd
mmpython media info
filename : /dev/dvd
   type: CD
   subtype: data
   id: 2002010515423900CONAN_THE_BARBARIAN
   label: CONAN_THE_BARBARIAN
Track list:
john molohan wrote:



 

  

   

Please post the output of mminfo /dev/dvd
On Sat, 2004-08-21 at 13:28 +0200, Johan Lindqvist wrote:
 

  

   



 

I have some more info about this problem. This is the line in fstab:
/dev/dvd /media/dvd   subfs  
fs=cdfss,ro,users,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
this is the line in the freevo config:
ROM_DRIVES = [ ('/media/cdrecorder', '/dev/cdrecorder', 'CD Burner'),
  ('/media/dvd', '/dev/dvd', 'DVD') ]
I can play dvd's in mediaplayer with
$ mplayer dvd://

Is there anything else I can do to troubleshoot this problem?
Johan Lindqvist wrote:

   



 

  

   

I'm having problems accessing DVD's from freevo. Both my cd and my dvd 
drive is visible when they are empty, or when

Re: [Freevo-users] Troubles playing DVD's

2004-08-22 Thread Johan Lindqvist
I can't edit it, even as root. Permission denied. Isn't proc a virtual 
file system of some kind, perhaps it is read only by deafult? perhaps 
there is somewhere else I should change this file?

/Johan
john molohan wrote:
Right, try editing that file and change the 0 to 1
vim /proc/sys/dev/cdrom/check_media
Type i for insert mode
make the change
Type :wq! to save the file
On Sun, 2004-08-22 at 14:36 +0200, Johan Lindqvist wrote:
 

ellen:~ # more /proc/sys/dev/cdrom/check_media
0
john molohan wrote:
   

What's the output from more /proc/sys/dev/cdrom/check_media
On Sun, 2004-08-22 at 13:16 +0200, Johan Lindqvist wrote:
 

OK, I am getting as far as getting mmpython to recognise a dvd as dvd, 
but I still won't get anything to show up in freevo.

ellen:/etc # mminfo /dev/dvd
mmpython media info
filename : /dev/dvd
  type: DVD
  subtype: video
  id: DVDVOLUME
  label: DVDVOLUME
  length: 7396
---
I am also getting whole bunch of error messages at startup, that may 
have something to do with it:

[EMAIL PROTECTED]:~ freevo
Could not open logfile: /tmp/freevo/main-1004.log
Could not open logfile: /tmp/freevo/main-1004.log
Warning: freevo_config.py was changed, please check local_config.py
You are using version 5.12, changes since then:
Version 5.13:
   Added TV_RECORD_SERVER_GID to set the gid for the recordserver. If you
   use TV_RECORD_SERVER_UID, the gui _must_ match one of the users gids
Error: VIDEO_SHOW_DATA_DIR not found
Exception in thread Thread-2:
Traceback (most recent call last):
File /usr/lib/python2.3/threading.py, line 436, in __bootstrap
  self.run()
File /usr/lib/python2.3/site-packages/freevo/plugins/rom_drives.py, line 739, in
run
  self.check_all()
File /usr/lib/python2.3/site-packages/freevo/plugins/rom_drives.py, line 699, in
check_all
  self.identify(media)
File /usr/lib/python2.3/site-packages/freevo/plugins/rom_drives.py, line 487, in
identify
  if media.id in video.fxd_database['id']:
KeyError: 'id'
no event mapping for key in context menu
send button event BUTTON arg=
I'm posting my config file on my website, so you can look att it-- 
http://apspektakel.com/local_conf.py . I'm guessing something is wrong 
there...

/Johan
john molohan wrote:
  

   

Do you get the same behaviour with all DVDs? mmpython isn't picking them
up, it's seeing it as a cd, you should get an output like this.
mminfo /dev/dvd
mmpython media info
filename : /dev/dvd
 type: DVD
   ^^^
 subtype: video
 id: 2002020616260300D038006
 label: D038006
 length: 10765
AFAIR freevo caches this info so you'll have to delete
~/.freevo/vfs/disc/* each time you test. Also for freevo cache take
ownership of that dir for the user you normally run freevo as. EG chown
-R ellen:ellen /var/cache/freevo/
On Sat, 2004-08-21 at 23:11 +0200, Johan Lindqvist wrote:


 

OK, I have done all this now, but still no difference...
I just realised that the dvd's don't play well in mplayer. In fact, they 
jump chapter to chapter after just a few seconds. Might this also have 
something to do with this?
Also, I get OSError: [Errno 13] Permission denied: 
'/var/cache/freevo/mediainfo' when running freevo cache. But maybe 
you're supposed to run it as root?

/Johan
john molohan wrote:
 

  

   

IIRC the problem was not having libdvdread-devel installed. Install
this, then reinstall lsdvd, mmpython and freevo.
On Sat, 2004-08-21 at 21:22 +0200, Johan Lindqvist wrote:
   



 

Ok. I've installed the source. But it still won't work...
Very odd...
/Johan
john molohan wrote:

 

  

   

Try installing from source. There seems to be some issues with the rpm
on some systems.
http://sourceforge.net/project/showfiles.php?group_id=63864package_id=61147
On Sat, 2004-08-21 at 18:17 +0200, Johan Lindqvist wrote:
  

   



 

Freevo from source and ls-dvd from rpm. Couldn't find a source to lsdvd, 
just a rpm that didn't seem to install at first. If I could get the 
source from somewhere i could try that the official site is down..
/Johan

john molohan wrote:



 

  

   

How did you install freevo? RPM or source. How did you install lsdvd?
On Sat, 2004-08-21 at 16:59 +0200, Johan Lindqvist wrote:
 

  

   



 

OK, here it is:
ellen:~ # mminfo /dev/dvd
mmpython media info
filename : /dev/dvd
  type: CD
  subtype: data
  id: 2002010515423900CONAN_THE_BARBARIAN
  label: CONAN_THE_BARBARIAN
Track list:
john molohan wrote:

   



 

  

   

Please post the output of mminfo /dev/dvd
On Sat, 2004-08-21 at 13:28 +0200, Johan Lindqvist wrote:

 

  

   



 

I have some more info about this problem. This is the line in fstab:
/dev/dvd /media/dvd

Re: [Freevo-users] Troubles playing DVD's

2004-08-21 Thread Johan Lindqvist
I have some more info about this problem. This is the line in fstab:
/dev/dvd /media/dvd   subfs  
fs=cdfss,ro,users,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
this is the line in the freevo config:
ROM_DRIVES = [ ('/media/cdrecorder', '/dev/cdrecorder', 'CD Burner'),
   ('/media/dvd', '/dev/dvd', 'DVD') ]
I can play dvd's in mediaplayer with
$ mplayer dvd://

Is there anything else I can do to troubleshoot this problem?
Johan Lindqvist wrote:
I'm having problems accessing DVD's from freevo. Both my cd and my dvd 
drive is visible when they are empty, or when they have music discs in 
them. Both can access music disks. But when I insert a DVD it won't 
show up. The dvd is properly mounted and accessible from otherwise. I 
can browse through it with, for example, midnight commander.
So what is wrong here? The dvd is quite old. It cannot boot cd's for 
example. Can this be the problem?

/Johan

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users



---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Troubles playing DVD's

2004-08-21 Thread Johan Lindqvist
OK, here it is:
ellen:~ # mminfo /dev/dvd
mmpython media info
filename : /dev/dvd
   type: CD
   subtype: data
   id: 2002010515423900CONAN_THE_BARBARIAN
   label: CONAN_THE_BARBARIAN
Track list:
john molohan wrote:
Please post the output of mminfo /dev/dvd
On Sat, 2004-08-21 at 13:28 +0200, Johan Lindqvist wrote:
 

I have some more info about this problem. This is the line in fstab:
/dev/dvd /media/dvd   subfs  
fs=cdfss,ro,users,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
this is the line in the freevo config:
ROM_DRIVES = [ ('/media/cdrecorder', '/dev/cdrecorder', 'CD Burner'),
   ('/media/dvd', '/dev/dvd', 'DVD') ]
I can play dvd's in mediaplayer with
$ mplayer dvd://

Is there anything else I can do to troubleshoot this problem?
Johan Lindqvist wrote:
   

I'm having problems accessing DVD's from freevo. Both my cd and my dvd 
drive is visible when they are empty, or when they have music discs in 
them. Both can access music disks. But when I insert a DVD it won't 
show up. The dvd is properly mounted and accessible from otherwise. I 
can browse through it with, for example, midnight commander.
So what is wrong here? The dvd is quite old. It cannot boot cd's for 
example. Can this be the problem?

/Johan

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users
 


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
   


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users
 



---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Troubles playing DVD's

2004-08-21 Thread Johan Lindqvist
Freevo from source and ls-dvd from rpm. Couldn't find a source to lsdvd, 
just a rpm that didn't seem to install at first. If I could get the 
source from somewhere i could try that the official site is down..
/Johan

john molohan wrote:
How did you install freevo? RPM or source. How did you install lsdvd?
On Sat, 2004-08-21 at 16:59 +0200, Johan Lindqvist wrote:
 

OK, here it is:
ellen:~ # mminfo /dev/dvd
mmpython media info
filename : /dev/dvd
   type: CD
   subtype: data
   id: 2002010515423900CONAN_THE_BARBARIAN
   label: CONAN_THE_BARBARIAN
Track list:
john molohan wrote:
   

Please post the output of mminfo /dev/dvd
On Sat, 2004-08-21 at 13:28 +0200, Johan Lindqvist wrote:
 

I have some more info about this problem. This is the line in fstab:
/dev/dvd /media/dvd   subfs  
fs=cdfss,ro,users,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
this is the line in the freevo config:
ROM_DRIVES = [ ('/media/cdrecorder', '/dev/cdrecorder', 'CD Burner'),
  ('/media/dvd', '/dev/dvd', 'DVD') ]
I can play dvd's in mediaplayer with
$ mplayer dvd://

Is there anything else I can do to troubleshoot this problem?
Johan Lindqvist wrote:
  

   

I'm having problems accessing DVD's from freevo. Both my cd and my dvd 
drive is visible when they are empty, or when they have music discs in 
them. Both can access music disks. But when I insert a DVD it won't 
show up. The dvd is properly mounted and accessible from otherwise. I 
can browse through it with, for example, midnight commander.
So what is wrong here? The dvd is quite old. It cannot boot cd's for 
example. Can this be the problem?

/Johan

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


 

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
  

   

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

 


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
   


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users
 



---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Troubles playing DVD's

2004-08-21 Thread Johan Lindqvist
Ok. I've installed the source. But it still won't work...
Very odd...
/Johan
john molohan wrote:
Try installing from source. There seems to be some issues with the rpm
on some systems.
http://sourceforge.net/project/showfiles.php?group_id=63864package_id=61147
On Sat, 2004-08-21 at 18:17 +0200, Johan Lindqvist wrote:
 

Freevo from source and ls-dvd from rpm. Couldn't find a source to lsdvd, 
just a rpm that didn't seem to install at first. If I could get the 
source from somewhere i could try that the official site is down..
/Johan

john molohan wrote:
   

How did you install freevo? RPM or source. How did you install lsdvd?
On Sat, 2004-08-21 at 16:59 +0200, Johan Lindqvist wrote:
 

OK, here it is:
ellen:~ # mminfo /dev/dvd
mmpython media info
filename : /dev/dvd
  type: CD
  subtype: data
  id: 2002010515423900CONAN_THE_BARBARIAN
  label: CONAN_THE_BARBARIAN
Track list:
john molohan wrote:
  

   

Please post the output of mminfo /dev/dvd
On Sat, 2004-08-21 at 13:28 +0200, Johan Lindqvist wrote:


 

I have some more info about this problem. This is the line in fstab:
/dev/dvd /media/dvd   subfs  
fs=cdfss,ro,users,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
this is the line in the freevo config:
ROM_DRIVES = [ ('/media/cdrecorder', '/dev/cdrecorder', 'CD Burner'),
 ('/media/dvd', '/dev/dvd', 'DVD') ]
I can play dvd's in mediaplayer with
$ mplayer dvd://

Is there anything else I can do to troubleshoot this problem?
Johan Lindqvist wrote:
 

  

   

I'm having problems accessing DVD's from freevo. Both my cd and my dvd 
drive is visible when they are empty, or when they have music discs in 
them. Both can access music disks. But when I insert a DVD it won't 
show up. The dvd is properly mounted and accessible from otherwise. I 
can browse through it with, for example, midnight commander.
So what is wrong here? The dvd is quite old. It cannot boot cd's for 
example. Can this be the problem?

/Johan

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users
   



 

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
 

  

   

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users



 

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
  

   

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

 


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
   


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http

Re: [Freevo-users] Troubles playing DVD's

2004-08-21 Thread Johan Lindqvist
OK, I have done all this now, but still no difference...
I just realised that the dvd's don't play well in mplayer. In fact, they 
jump chapter to chapter after just a few seconds. Might this also have 
something to do with this?
Also, I get OSError: [Errno 13] Permission denied: 
'/var/cache/freevo/mediainfo' when running freevo cache. But maybe 
you're supposed to run it as root?

/Johan
john molohan wrote:
IIRC the problem was not having libdvdread-devel installed. Install
this, then reinstall lsdvd, mmpython and freevo.
On Sat, 2004-08-21 at 21:22 +0200, Johan Lindqvist wrote:
 

Ok. I've installed the source. But it still won't work...
Very odd...
/Johan
john molohan wrote:
   

Try installing from source. There seems to be some issues with the rpm
on some systems.
http://sourceforge.net/project/showfiles.php?group_id=63864package_id=61147
On Sat, 2004-08-21 at 18:17 +0200, Johan Lindqvist wrote:
 

Freevo from source and ls-dvd from rpm. Couldn't find a source to lsdvd, 
just a rpm that didn't seem to install at first. If I could get the 
source from somewhere i could try that the official site is down..
/Johan

john molohan wrote:
  

   

How did you install freevo? RPM or source. How did you install lsdvd?
On Sat, 2004-08-21 at 16:59 +0200, Johan Lindqvist wrote:


 

OK, here it is:
ellen:~ # mminfo /dev/dvd
mmpython media info
filename : /dev/dvd
 type: CD
 subtype: data
 id: 2002010515423900CONAN_THE_BARBARIAN
 label: CONAN_THE_BARBARIAN
Track list:
john molohan wrote:
 

  

   

Please post the output of mminfo /dev/dvd
On Sat, 2004-08-21 at 13:28 +0200, Johan Lindqvist wrote:
   



 

I have some more info about this problem. This is the line in fstab:
/dev/dvd /media/dvd   subfs  
fs=cdfss,ro,users,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
this is the line in the freevo config:
ROM_DRIVES = [ ('/media/cdrecorder', '/dev/cdrecorder', 'CD Burner'),
('/media/dvd', '/dev/dvd', 'DVD') ]
I can play dvd's in mediaplayer with
$ mplayer dvd://

Is there anything else I can do to troubleshoot this problem?
Johan Lindqvist wrote:

 

  

   

I'm having problems accessing DVD's from freevo. Both my cd and my dvd 
drive is visible when they are empty, or when they have music discs in 
them. Both can access music disks. But when I insert a DVD it won't 
show up. The dvd is properly mounted and accessible from otherwise. I 
can browse through it with, for example, midnight commander.
So what is wrong here? The dvd is quite old. It cannot boot cd's for 
example. Can this be the problem?

/Johan

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users
  

   



 

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]

 

  

   

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

   



 

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
 

  

   

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists

[Freevo-users] Troubles playing DVD's

2004-08-20 Thread Johan Lindqvist
I'm having problems accessing DVD's from freevo. Both my cd and my dvd 
drive is visibl ewhen they are empty, or when they have music discs in 
them. Both can access music disks. But when I insert a DVD it won't show 
up. The dvd is properly mounted and accessible from otherwise. I can 
browse through it with, for example, midnight commander.
So what is wrong here? The dvd is quite old. It cannot boot cd's for 
example. Can this be the problem?

/Johan

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] problems changing radio list

2004-08-16 Thread Johan Lindqvist
Well, freevo cache rebuild gives me this:
   bad path: /home/hes/fxd/webradio.fxddone
However, this path is entirely correct...
   [EMAIL PROTECTED]:~/fxd pwd
   /home/hes/fxd
   [EMAIL PROTECTED]:~/fxd ls -l
   totalt 16
   -rw-r--r--  1 hadoque users 12327 2004-08-14 15:38 webradio.fxd
Bastian Farkas wrote:
perhaps you need to rebuild your cache.
try running freevo cache rebuild and see if it works afterwards
At 12:45 15/08/2004, you wrote:
 

Hi.
I'v ejust installed freevo, current version, and I'm having problems editing the radio 
list. Everything works fine, and the radio list is there and is working.
This is the entry in the config file.
AUDIO_ITEMS = [ '/home/ftp/music', ('radio', 'fxd/webradio.fxd'), ('Emlan', 
'/home/emlan/music') ]
But when I change things in radio.fxd, nothing happens. The same old list is still 
there unchanged (after restarting freevo). I've tried making a copy of the fxd file 
and adding that to the path instead. But then there is no list at all.
What should I do? Is this a bug?
/Johan

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users
   


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users
 



---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] problems chaning radio list

2004-08-15 Thread Johan Lindqvist
Hi.
I'v ejust installed freevo, current version, and I'm having problems 
editing the radio list. Everything works fine, and the radio list is 
there and is working.
This is the entry in the config file.
AUDIO_ITEMS = [ '/home/ftp/music', ('radio', 'fxd/webradio.fxd'), 
('Emlan', '/home/emlan/music') ]
But when I change things in radio.fxd, nothing happens. The same old 
list is still there unchanged (after restarting freevo). I've tried 
making a copy of the fxd file and adding that to the path instead. But 
then there is no list at all.
What should I do? Is this a bug?

/Johan

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users