Update of /cvsroot/freevo/freevo/src/audio/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv18591/src/audio/plugins

Modified Files:
        cdbackup.py 
Log Message:
Destination dir is now configurable via AUDIO_BACKUP_DIR
We have to add this option and others that came with this plugin to 
FREEVO_CONF_CHANGES and LOCAL_CONF_CHANGES.
Also, this variables should be checked... they're missing some information, like 
MOVIE_DATA_DIR


Index: cdbackup.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/cdbackup.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** cdbackup.py 1 Jul 2003 04:34:48 -0000       1.3
--- cdbackup.py 1 Jul 2003 06:10:52 -0000       1.4
***************
*** 28,31 ****
--- 28,37 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.4  2003/07/01 06:10:52  gsbarbieri
+ # Destination dir is now configurable via AUDIO_BACKUP_DIR
+ # We have to add this option and others that came with this plugin to
+ # FREEVO_CONF_CHANGES and LOCAL_CONF_CHANGES.
+ # Also, this variables should be checked... they're missing some information, like 
MOVIE_DATA_DIR
+ #
  # Revision 1.3  2003/07/01 04:34:48  outlyer
  # Fixed header
***************
*** 160,171 ****
          if DEBUG: print 'genre = %s' %genre
          
!         # Figuring out this little rascal took me  a while, 
!         # the pleasures of learning a new language.
!         # Anyhow, Python is a really kick butt language as I'm quickly finding out.
!         dir_audio = config.DIR_AUDIO[0][1]
          
          user_rip_path_prefs = {  'artist': artist,
!                                             'album': album,
!                                             'genre': genre }
          
          path_list = re.split("\\/", config.CD_RIP_PN_PREF)
--- 166,174 ----
          if DEBUG: print 'genre = %s' %genre
          
!         dir_audio = config.AUDIO_BACKUP_DIR
          
          user_rip_path_prefs = {  'artist': artist,
!                                        'album': album,
!                                  'genre': genre }
          
          path_list = re.split("\\/", config.CD_RIP_PN_PREF)




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to