Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28232
Modified Files:
config.py
Log Message:
remove non ascii chars from log message
Index: config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/config.py,v
retrieving revision 1.94
retrieving revision 1.95
diff -C2 -d -r1.94 -r1.95
*** config.py 5 Feb 2004 19:26:41 -0000 1.94
--- config.py 7 Feb 2004 17:12:16 -0000 1.95
***************
*** 23,26 ****
--- 23,29 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.95 2004/02/07 17:12:16 dischi
+ # remove non ascii chars from log message
+ #
# Revision 1.94 2004/02/05 19:26:41 dischi
# fix unicode handling
***************
*** 29,37 ****
# Handle filenames internally as unicode objects.
#
! # This does *NOT* affect filenames that have only ASCII chars, since the translation
ASCII -> Unicode is painless. However this *DOES* affect files with accents, like é
(e acute, \xe9) and others.
! #
! # I tested with Video, Images and Music modules, but *NOT* with Games, so if you
have the games modules, give it a try.
#
! # It determines the encoding based on (in order) FREEVO_LOCALE, LANG and LC_ALL,
which may have the form: "LANGUAGE_CODE.ENCODING", like "pt_BR.UTF-8", and others.
#
# Revision 1.92 2004/01/17 20:30:18 dischi
--- 32,42 ----
# Handle filenames internally as unicode objects.
#
! # This does *NOT* affect filenames that have only ASCII chars, since the
! # translation ASCII -> Unicode is painless. However this *DOES* affect files
! # with accents
#
! # It determines the encoding based on (in order) FREEVO_LOCALE, LANG and
! # LC_ALL, which may have the form: "LANGUAGE_CODE.ENCODING",
! # like "pt_BR.UTF-8"
#
# Revision 1.92 2004/01/17 20:30:18 dischi
***************
*** 50,71 ****
# it every time we start an app.
#
- # Also removed some old CVS log messages
- #
- # Revision 1.89 2004/01/09 19:49:30 dischi
- # add name of the app/helper
- #
- # Revision 1.88 2004/01/08 14:18:32 dischi
- # do not fix path for games
- #
- # Revision 1.87 2004/01/05 17:18:52 dischi
- # also create parent dir
- #
- # Revision 1.86 2004/01/03 17:38:17 dischi
- # Freevo now needs the vfs active. OVERLAY_DIR is set to ~/.freevo/vfs as
- # default value.
- #
- # Revision 1.85 2004/01/01 12:27:05 dischi
- # make absolute pathnames
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 55,58 ----
***************
*** 596,601 ****
print
print 'Error: TV_RECORD_DIR not set'
! print 'Please set TV_RECORD_DIR to the directory, where recordings should be
stored or'
! print 'remove the tv plugin. Autoset variable to %s.' % TV_RECORD_DIR
print
--- 583,588 ----
print
print 'Error: TV_RECORD_DIR not set'
! print 'Please set TV_RECORD_DIR to the directory, where recordings should be
stored'
! print 'or remove the tv plugin. Autoset variable to %s.' % TV_RECORD_DIR
print
***************
*** 830,833 ****
--- 817,827 ----
#
+ if not OVERLAY_DIR or OVERLAY_DIR == '/':
+ print
+ print 'ERROR: bad OVERLAY_DIR.'
+ print 'Set OVERLAY_DIR it to a directory on the local filesystem where Freevo'
+ print 'can store the metadata. Make sure this filesystem has about 100 MB free
space'
+ sys.exit(0)
+
if not os.path.isdir(OVERLAY_DIR):
os.makedirs(OVERLAY_DIR)
***************
*** 845,851 ****
os.makedirs(OVERLAY_DIR + '/disc-set')
- if not os.path.isdir(os.path.join(FREEVO_CACHEDIR, 'disc')):
- os.makedirs(os.path.join(FREEVO_CACHEDIR, 'disc'))
-
#
# delete LD_PRELOAD for all helpers, main.py does it after
--- 839,842 ----
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog