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: 0000000000000000DVDVOLUME
> >>>>>>      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 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://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://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://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to