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

2004-08-22 Thread john molohan
On Sun, 2004-08-22 at 20:00 +0200, Johan Lindqvist wrote:
> Ok, that worked for some reason. /proc/sys/dev/cdrom/check_media is now 
> set to 1. However, it still won't change anything. Will I need to 
> restart the system and stuff like that between tries?
> I'm starting to think there is no solution to this problem...

You shouldn't need to restart. You will need to delete freevos cache
each time though. Remove all files from ~/.freevo/vfs/
and /var/cache/freevo. Are the DVDs playing properly in mplayer or xine?
If they are and freevo still isn't playing them then add this line to
you local_conf.py
debug=2
See if there's something obvious there.

> /Johan
> 
> >On Sun, 2004-08-22 at 18:26 +0200, Johan Lindqvist wrote:
> >  
> >
> >>I can't edit it, even as root. Permission denied. 
> >>
> >>
> >
> >Strange, you should be able to edit it as root. Try echo
> >"1" /proc/sys/dev/cdrom/check_media
> >
> >  
> >
> >>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. 

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

2004-08-22 Thread Johan Lindqvist
Ok, that worked for some reason. /proc/sys/dev/cdrom/check_media is now 
set to 1. However, it still won't change anything. Will I need to 
restart the system and stuff like that between tries?
I'm starting to think there is no solution to this problem...

/Johan
On Sun, 2004-08-22 at 18:26 +0200, Johan Lindqvist wrote:
 

I can't edit it, even as root. Permission denied. 
   

Strange, you should be able to edit it as root. Try echo
"1" /proc/sys/dev/cdrom/check_media
 

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=63864&package_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:

 

  

   



 

O

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

2004-08-22 Thread john molohan
On Sun, 2004-08-22 at 18:26 +0200, Johan Lindqvist wrote:
> I can't edit it, even as root. Permission denied. 

Strange, you should be able to edit it as root. Try echo
"1" /proc/sys/dev/cdrom/check_media

> 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 

[Freevo-users] memory card reader

2004-08-22 Thread skeeterskip
Will Freevo support memory card readers? I'm looking for a way of getting
memory card reader to work in linux and haven't found any applications for
it yet.



---
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] Slackware 10 help?

2004-08-22 Thread Jay Herrick
Fellow Freevo users,
I've seen some mention of successful installs of Freevo 1.5 on Slackware 
10.  Can anyone provide some hints?  I'm running into trouble getting 
numpy installed.  Numby appears to be a dependency and it is dependant 
on the lapack libraries.  Slackware 10 didn't seem too happy when I 
tried to compile lapack,  must have been the FORTRAN.  It was at the 
point that I was trying to install FORTRAN math libraries that I thought 
I'd check and see if someone else was having better luck than I.

And for the record, I'm using an almost clean Slackware 10 full install 
with the kernel upgraded to 2.6.8.1

Thanks for any help,
--
Jay Herrick
-
This email is signed using a certificate from www.cacert.org
If you don't want your email client to complain and you 
would like to verify the contents of this message, please 
download the trusted root certificate.



smime.p7s
Description: S/MIME Cryptographic Signature


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=63864&package_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

Re: [Freevo-users] Cant get G400 to work. Help!

2004-08-22 Thread Rob Shortt
Peace Monk wrote:
 > I do see a initial flicker on the TV set before the image comes on 
the vga monitor.  Also, here are my config file settings
[EMAIL PROTECTED] root]# cat /etc/directfbrc 
matrox-crtc2
matrox-tv-standard=ntsc
Please search the mailing lists, this question has been asked many times 
before.

-Rob
---
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-22 Thread john molohan
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=63864&package_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 y

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=63864&package_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 

Re: [Freevo-users] Playing of DVDs iso images with Xine

2004-08-22 Thread john molohan
On Sun, 2004-08-22 at 12:25 +0200, Gorka Olaizola wrote:
> On Sun, Aug 22, 2004 at 11:42:24AM +0200, Gorka Olaizola wrote:
> > 
> > It is possible to play a dvd .iso image like if it was a DVD?
> > 
> Why the answer is always found some minutes after the message is posted?
> 
> Instead of using an .iso image freevo supports a "mirror" of the dvd files
> made with "vobcopy -m"
> 
> It would be great to support .iso images too. I prefer to only have a file
> than a directory with many files. I suppose that the image could be mounted
> with /dev/loop but It would be great that freevo could manage this
> automatically.

I'm fairly sure the next release will play an .iso as a DVD.


---
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-22 Thread john molohan
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=63864&package_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
> >

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=63864&package_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 th

Re: [Freevo-users] Playing of DVDs iso images with Xine

2004-08-22 Thread Gorka Olaizola
On Sun, Aug 22, 2004 at 11:42:24AM +0200, Gorka Olaizola wrote:
> 
> It is possible to play a dvd .iso image like if it was a DVD?
> 
Why the answer is always found some minutes after the message is posted?

Instead of using an .iso image freevo supports a "mirror" of the dvd files
made with "vobcopy -m"

It would be great to support .iso images too. I prefer to only have a file
than a directory with many files. I suppose that the image could be mounted
with /dev/loop but It would be great that freevo could manage this
automatically.


signature.asc
Description: Digital signature


[Freevo-users] Playing of DVDs iso images with Xine

2004-08-22 Thread Gorka Olaizola
Hello,

It is possible to play a dvd .iso image like if it was a DVD?

Xine can play a dvd iso image with this command:

xine dvd:///dir/to/iso/image.iso/
^ this trailing slash is important

In local.conf i've put the extension .iso in VIDEO_XINE_SUFFIX but it does
not play the DVD. Freevo list the chapters of the DVD and I can watch them
one by one but I want to play it like if it was a DVD disc.

Is there a way to do this with freevo?

Maybe a solution could be using /dev/loop to bind the image to a device, but
I prefer something inside freevo without messing too much with the system.

Thanks

-- 


signature.asc
Description: Digital signature