# ---
# $Log$
+ # Revision 1.40 2004/02/13 18:32:57 dischi
+ # add event to toggle playlist repeat
+ #
# Revision 1.39 2004/02/06 01:10:23 mikeruelle
# it is nice to have zero in tvtime
***
*** 158,161
--- 161,165
PLAYLIST_NEXT
# ---
# $Log$
+ # Revision 1.24 2004/02/13 17:34:18 dischi
+ # small fix
+ #
# Revision 1.23 2004/02/12 12:22:03 dischi
# update cache to new directory metainfo
***
*** 467,481
activate_plugins.append(type)
- delete_old_files_1
# ---
# $Log$
+ # Revision 1.33 2004/02/13 17:36:54 dischi
+ # fixed crash on stop
+ #
# Revision 1.32 2004/02/05 14:23:50 outlyer
# Patch from Viggo Fredriksen
***
*** 190,195
# Start up the TV task
! self.app = MPlayerApp
# ---
# $Log$
+ # Revision 1.8 2004/02/13 17:33:42 dischi
+ # no defaults for addPathDB
+ #
# Revision 1.7 2004/02/08 17:37:15 dischi
# add playlist parser
***
*** 121,126
return SQL
! def addPathDB(path='/media/
# ---
# $Log$
+ # Revision 1.24 2004/02/13 17:26:25 dischi
+ # save coversearch result
+ #
# Revision 1.23 2004/01/31 12:39:47 dischi
# delete unused audio variables
***
*** 77,80
--- 80,84
import os
import re
+ import stat
import
# ---
# $Log$
+ # Revision 1.114 2004/02/13 17:18:38 dischi
+ # do not skip after . for directories
+ #
# Revision 1.113 2004/02/12 12:20:11 dischi
# fix item counter for different display_types
***
*** 193,197
# ---
# $Log$
+ # Revision 1.28 2004/02/13 17:18:39 dischi
+ # do not skip after . for directories
+ #
# Revision 1.27 2004/02/08 06:12:31 outlyer
# Missing the text... it looks like other shows are tomorrow, when they're
***
*** 22
# ---
# $Log$
+ # Revision 1.25 2004/02/12 18:42:44 dischi
+ # Oops
+ #
# Revision 1.24 2004/02/12 15:56:58 dischi
# fix crash
***
*** 387,391
for variable in ('width', 'height', 'length', 'asp
***
*** 10,13
--- 10,16
# ---
# $Log$
+ # Revision 1.32 2004/02/12 17:18:48 dischi
+ # Move watermark information to python ocde to avoid duplicate code here
+ #
# Revision 1.31 2004/02/12 03:32:41 outlyer
# Fixes for
Update of /cvsroot/freevo/freevo/share/skins/main
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17754/share/skins/main
Modified Files:
blurr2.fxd info.fxd
Log Message:
Move watermark information to python ocde to avoid duplicate code here
Index: blurr2.fxd
==
# ---
# $Log$
+ # Revision 1.115 2004/02/12 17:16:35 dischi
+ # again, fix watermark problem
+ #
# Revision 1.114 2004/02/12 16:26:57 dischi
# fix watermark problem once and for all
***
*** 26,50
# save parent after skin change
#
- # Revision 1.109 2004/01
# ---
# $Log$
+ # Revision 1.67 2004/02/12 17:17:08 dischi
+ # get image dir from skin
+ #
# Revision 1.66 2004/02/12 16:26:59 dischi
# fix watermark problem once and for all
***
*** 250,253
--- 253,257
settings = skin.get_singleton().settings
# ---
# $Log$
+ # Revision 1.33 2004/02/12 16:59:12 dischi
+ # keep aspect for scaling
+ #
# Revision 1.32 2004/02/11 14:41:05 dischi
# add all images to the bgimage list
***
*** 700,704
if not cimage:
cimage = osd.loadbitmap
# ---
# $Log$
+ # Revision 1.13 2004/02/12 16:58:49 dischi
+ # smaller logo, keep aspect
+ #
# Revision 1.12 2004/02/12 16:31:32 dischi
# use skin logo as default
***
*** 490,492
else:
image
# ---
# $Log$
+ # Revision 1.12 2004/02/12 16:31:32 dischi
+ # use skin logo as default
+ #
# Revision 1.11 2004/02/08 18:45:23 dischi
# do not use font.font.stringsize, there is no border calculated, use font.stringsize
# ---
# $Log$
+ # Revision 1.114 2004/02/12 16:26:57 dischi
+ # fix watermark problem once and for all
+ #
# Revision 1.113 2004/02/11 11:09:40 dischi
# cachetime checking not working right now
***
*** 179,182
--- 182,188
Update of /cvsroot/freevo/freevo/share/skins/main
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4018
Modified Files:
blurr2.fxd
Log Message:
set logo to gant logo
Index: blurr2.fxd
===
RCS file: /cvsroot/freevo/freev
Update of /cvsroot/freevo/freevo/share/images/gant
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3361
Modified Files:
logo.png
Log Message:
make it a real png :-)
Index: logo.png
===
RCS file: /cvsroot/freevo/freevo/
# ---
# $Log$
+ # Revision 1.24 2004/02/12 15:56:58 dischi
+ # fix crash
+ #
# Revision 1.23 2004/02/12 12:18:41 dischi
# fix bug when freevo crashes for rom drives
***
*** 242,248
for filename in os.listdir(directory):
try
# ---
# $Log$
+ # Revision 1.139 2004/02/12 12:37:14 dischi
+ # fix alternative font loading
+ #
# Revision 1.138 2004/02/12 03:32:41 outlyer
# Fixes for OSD_EXTRA_FONT:
***
*** 333,338
# Ok, see if there is an alternate font to use
! if
# ---
# $Log$
+ # Revision 1.124 2004/02/12 12:28:38 dischi
+ # prevent a crash
+ #
# Revision 1.123 2004/02/06 19:28:51 dischi
# fix/cleanup dvd on hd handling
***
*** 506,510
# If we are a subitem we don't sho
# ---
# $Log$
+ # Revision 1.23 2004/02/12 12:22:03 dischi
+ # update cache to new directory metainfo
+ #
# Revision 1.22 2004/02/09 20:14:40 dischi
# add xmltv
***
*** 96,100
# use this number to keep track of changes in
--- 10,16
# ---
# $Log$
+ # Revision 1.16 2004/02/12 12:21:36 dischi
+ # support "0" as result
+ #
# Revision 1.15 2004/02/05 05:44:26 gsbarbieri
# Fixes some bugs related to handling unicode internally.
***
# ---
# $Log$
+ # Revision 1.56 2004/02/12 12:20:55 dischi
+ # some media info fixes for directory
+ #
# Revision 1.55 2004/02/07 19:03:01 dischi
# handle bad disc like blank once
***
*** 238,241
--- 241,245
# ---
# $Log$
+ # Revision 1.23 2004/02/12 12:18:41 dischi
+ # fix bug when freevo crashes for rom drives
+ #
# Revision 1.22 2004/02/11 20:14:08 dischi
# small fix
***
*** 137,144
return the cache
# ---
# $Log$
+ # Revision 1.113 2004/02/12 12:20:11 dischi
+ # fix item counter for different display_types
+ #
# Revision 1.112 2004/02/08 17:40:09 dischi
# remember number of items, calc when needed
***
*** 169,181
# ---
# $Log$
+ # Revision 1.137 2004/02/11 21:21:56 dischi
+ # deactivate arialbd fix, font is broken
+ #
# Revision 1.136 2004/02/11 14:23:33 dischi
# search system for fonts
***
*** 315,321
if font:
break
# ---
# $Log$
+ # Revision 1.22 2004/02/11 20:14:08 dischi
+ # small fix
+ #
# Revision 1.21 2004/02/08 19:55:52 dischi
# bugfix
***
*** 373,377
for video in info['video']:
for variable in ('
# ---
# $Log$
+ # Revision 1.63 2004/02/11 20:13:46 dischi
+ # do not seek beyond file length
+ #
# Revision 1.62 2004/02/06 19:28:51 dischi
# fix/cleanup dvd on hd handling
***
*** 94,97
--- 97,101
import threading
# ---
# $Log$
+ # Revision 1.10 2004/02/11 20:12:29 dischi
+ # use new mmpython mpeg seek feature
+ #
# Revision 1.9 2004/01/17 20:30:19 dischi
# use new metainfo
***
*** 53,56
--- 56,60
import
# ---
# $Log$
+ # Revision 1.32 2004/02/11 14:41:05 dischi
+ # add all images to the bgimage list
+ #
# Revision 1.31 2004/02/07 11:52:17 dischi
# always show submenus "with image"
***
*** 583,588
Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26769
Modified Files:
freevo_config.py
Log Message:
Index: freevo_config.py
===
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retr
# ---
# $Log$
+ # Revision 1.136 2004/02/11 14:23:33 dischi
+ # search system for fonts
+ #
# Revision 1.135 2004/02/07 11:50:57 dischi
# fix geometry calculation for border fonts
***
*** 289,329
return w
def __getfont__(self, filename, ptsize
# ---
# $Log$
+ # Revision 1.113 2004/02/11 11:09:40 dischi
+ # cachetime checking not working right now
+ #
# Revision 1.112 2004/02/05 20:39:11 dischi
# check mmpython cache version
***
*** 337,353
mmpython.disc.discinfo.CREATE_MD5_ID
# ---
# $Log$
+ # Revision 1.43 2004/02/09 20:14:06 dischi
+ # add verbose flag
+ #
# Revision 1.42 2004/02/06 20:54:26 dischi
# fix for undefined timezone
***
*** 169,173
# Tries to return at least the channels from the config file if there
# ---
# $Log$
+ # Revision 1.9 2004/02/09 20:04:33 dischi
+ # better error handling
+ #
# Revision 1.8 2004/02/08 12:16:27 dischi
# chdir to tmp to call mplayer
***
*** 97,101
os.path.abspath(__file__) ] + args
Update of /cvsroot/freevo/freevo/share/skins/main
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22690
Modified Files:
basic.fxd
Log Message:
make logo an extra image tag
Index: basic.fxd
===
RCS file: /cvsroot/freevo
# ---
# $Log$
+ # Revision 1.22 2004/02/09 20:14:40 dischi
+ # add xmltv
+ #
# Revision 1.21 2004/02/08 17:41:55 dischi
# add more caching:
***
*** 368,371
--- 371,384
print 'done'
+
+
+ def create_tv_pickle():
+ print 'caching
# ---
# $Log$
+ # Revision 1.21 2004/02/08 19:55:52 dischi
+ # bugfix
+ #
# Revision 1.20 2004/02/08 17:37:58 dischi
# also check freevo cache version
***
*** 248,252
callback()
except (IOError, OSError
# ---
# $Log$
+ # Revision 1.96 2004/02/08 19:53:14 dischi
+ # create metadata dir
+ #
# Revision 1.95 2004/02/07 17:12:16 dischi
# remove non ascii chars from log message
***
*** 836,839
--- 839,845
os.makedirs(OVERLAY_DIR + '/disc')
# ---
# $Log$
+ # Revision 1.30 2004/02/08 18:45:49 dischi
+ # font shadow fixes
+ #
# Revision 1.29 2004/01/17 12:36:29 dischi
# add shadow support for image listing
***
*** 812,818
if color.has_key(self.shadow.color
--------
# $Log$
+ # Revision 1.11 2004/02/08 18:45:23 dischi
+ # do not use font.font.stringsize, there is no border calculated, use font.stringsize
+ #
# Revision 1.10 2004/01/31 14:41:55 dischi
# make it possible that the detachbar draws i
Update of /cvsroot/freevo/freevo/share/skins/main
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31968/share/skins/main
Modified Files:
blurr2.fxd
Log Message:
Add some info to directory
Index: blurr2.fxd
===
RCS fil
--- 12,21
# ---
# $Log$
+ # Revision 1.21 2004/02/08 17:41:55 dischi
+ # add more caching:
+ # o playlist metainfo
+ # o directory metainfo (e.g. number of items)
+ # cleanup
+ #
# Revision 1.20 2004/02/07 20:46:21
# ---
# $Log$
+ # Revision 1.16 2004/02/08 17:40:53 dischi
+ # only register to skin when we are main
+ #
# Revision 1.15 2003/12/15 03:53:18 outlyer
# Added Viggo Fredriksen's very cool detachbar plugin... it shows a
***
*** 60,64
# ---
# $Log$
+ # Revision 1.112 2004/02/08 17:40:09 dischi
+ # remember number of items, calc when needed
+ #
# Revision 1.111 2004/02/07 13:24:21 dischi
# better directory name building
***
*** 167,170
--- 170,181
# ---
# $Log$
+ # Revision 1.65 2004/02/08 17:39:39 dischi
+ # small cosmetic fixes
+ #
# Revision 1.64 2004/02/05 19:26:41 dischi
# fix unicode handling
***
*** 23,31
# Handle filenames internally as unicode objects.
#
! # This does *NOT* affect filenames that
# ---
# $Log$
+ # Revision 1.63 2004/02/08 17:39:09 dischi
+ # add count to Mimetype
+ #
# Revision 1.62 2004/02/01 17:07:42 dischi
# add dirconfig for mimetype plugins
***
*** 175,179
class DaemonPlugin(Plugin):
"""
! Plugin c
# ---
# $Log$
+ # Revision 1.20 2004/02/08 17:37:58 dischi
+ # also check freevo cache version
+ #
# Revision 1.19 2004/02/07 19:03:01 dischi
# handle bad disc like blank once
***
*** 548,551
--- 551,556
# ---
# $Log$
+ # Revision 1.7 2004/02/08 17:37:15 dischi
+ # add playlist parser
+ #
# Revision 1.6 2004/01/19 17:56:30 outlyer
# Write cover images to the overlay directory, not the current one.
***
*** 85,88
--- 88,92
import
# ---
# $Log$
+ # Revision 1.8 2004/02/08 12:16:27 dischi
+ # chdir to tmp to call mplayer
+ #
# Revision 1.7 2004/02/08 12:09:01 dischi
# o let mplayer keep the aspect of the movie
***
*** 148,151
--- 151,157
1.7
***
*** 14,17
--- 14,21
# ---
# $Log$
+ # Revision 1.7 2004/02/08 12:09:01 dischi
+ # o let mplayer keep the aspect of the movie
+ # o add bars/resize to fit 4:3 so all thumbnails have the same
Update of /cvsroot/freevo/freevo/i18n/fr/LC_MESSAGES
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18172
Modified Files:
freevo.po
Log Message:
update
Index: freevo.po
===
RCS file: /cvsroot/freevo/freevo/i18n/fr/LC_
# ---
# $Log$
+ # Revision 1.55 2004/02/07 19:03:01 dischi
+ # handle bad disc like blank once
+ #
# Revision 1.54 2004/02/05 20:47:33 dischi
# fix audio disc info
***
*** 445,448
--- 448,456
# ---
# $Log$
+ # Revision 1.20 2004/02/07 20:46:21 dischi
+ # more old files to remove
+ #
# Revision 1.19 2004/02/07 13:08:41 dischi
# also remove covers in vfs if directory is gone
***
*** 85,89
del_list = []
! for name in
# ---
# $Log$
+ # Revision 1.19 2004/02/07 19:03:01 dischi
+ # handle bad disc like blank once
+ #
# Revision 1.18 2004/02/05 20:39:12 dischi
# check mmpython cache version
***
*** 560,563
--- 563,570
# ---
# $Log$
+ # Revision 1.9 2004/02/07 19:07:55 dischi
+ # fix Unicode problem
+ #
# Revision 1.8 2004/02/05 19:54:55 dischi
# fix crash
***
*** 130,134
text = sn[1] + "x" + sn[2] + &q
# ---
# $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
# ---
# $Log$
+ # Revision 1.26 2004/02/07 13:24:21 dischi
+ # better directory name building
+ #
# Revision 1.25 2004/02/07 13:07:55 dischi
# fix unicode/encoding problem with sqlite
***
*** 227,231
"""
# basename without
# ---
# $Log$
+ # Revision 1.111 2004/02/07 13:24:21 dischi
+ # better directory name building
+ #
# Revision 1.110 2004/02/05 19:55:24 dischi
# make name a unicode object
***
*** 174,185
self.files.append(directory
# ---
# $Log$
+ # Revision 1.28 2004/02/07 13:24:39 dischi
+ # unicode fix
+ #
# Revision 1.27 2004/01/25 20:16:32 dischi
# typo
***
*** 220,224
artist = self.item.getattr('a
# ---
# $Log$
+ # Revision 1.19 2004/02/07 13:08:41 dischi
+ # also remove covers in vfs if directory is gone
+ #
# Revision 1.18 2004/02/05 20:39:11 dischi
# check mmpython cache version
***
*** 120,127
if not
# ---
# $Log$
+ # Revision 1.5 2004/02/07 13:07:55 dischi
+ # fix unicode/encoding problem with sqlite
+ #
# Revision 1.4 2004/02/01 16:58:34 rshortt
# Catch some exceptions probably having to do with bad data.
***
*** 118,122
# ---
# $Log$
+ # Revision 1.24 2004/02/07 11:54:29 dischi
+ # handle html code as unicode
+ #
# Revision 1.23 2004/02/05 19:26:42 dischi
# fix unicode handling
***
*** 373,376
--- 376,383
def htmlenties2txt(string):
+ """
+ Co
***
--- 11,17
# ---
# $Log$
+ # Revision 1.10 2004/02/07 11:53:33 dischi
+ # use "ignore" to make unicode->string possible
+ #
# Revision 1.9 2004/02/05 19:26:42 dischi
# fix unicode handling
***
*** 65,73
d
--- 28,34
# ---
# $Log$
+ # Revision 1.31 2004/02/07 11:52:17 dischi
+ # always show submenus "with image"
+ #
# Revision 1.30 2004/02/04 19:05:18 dischi
# o revert rectange calculation
***
*** 307,311
Update of /cvsroot/freevo/freevo/share/skins/main
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3435
Modified Files:
blurr2.fxd
Log Message:
add description for default items
Index: blurr2.fxd
===
RCS file: /cvsroot/
# ---
# $Log$
+ # Revision 1.135 2004/02/07 11:50:57 dischi
+ # fix geometry calculation for border fonts
+ #
# Revision 1.134 2004/02/06 18:24:39 dischi
# make to possible to override busy icon with skin
***
*** 904,908
height
# ---
# $Log$
+ # Revision 1.23 2004/02/06 20:55:28 dischi
+ # move debug to 2
+ #
# Revision 1.22 2004/01/09 02:10:00 rshortt
# Patch from Matthieu Weber to revive add/edit favorites support from the
***
*** 100,104
guide = epg_xmltv.get_guide(PopupBox(text
# ---
# $Log$
+ # Revision 1.42 2004/02/06 20:54:26 dischi
+ # fix for undefined timezone
+ #
# Revision 1.41 2004/02/05 19:26:42 dischi
# fix unicode handling
***
*** 383,393
# '2002070210 CDT'
# '2002090800
# ---
# $Log$
+ # Revision 1.84 2004/02/06 20:42:55 dischi
+ # fix LEFT and RIGHT for tv guide
+ #
# Revision 1.83 2004/02/05 19:56:40 dischi
# make it possible to change back to the old navigation style
***
*** 364,378
menu = self.menustack[-1
Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3024
Modified Files:
autogen.sh
Log Message:
add recoding info
Index: autogen.sh
===
RCS file: /cvsroot/freevo/freevo/autogen.sh,v
retrie
Update of /cvsroot/freevo/freevo/src/www/htdocs/styles
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2837/htdocs/styles
Modified Files:
main.css
Log Message:
some layout updates
Index: main.css
===
RCS file: /cvsroot
# ---
# $Log$
+ # Revision 1.3 2004/02/06 20:30:32 dischi
+ # some layout updates
+ #
# Revision 1.2 2003/11/06 19:56:14 mikeruelle
# remove hard links so we can run when proxied
***
*** 87,90
--- 90,94
Update of /cvsroot/freevo/freevo/WIP/Unknown
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26461/Unknown
Removed Files:
xmms.py
Log Message:
it is fxmms now
--- xmms.py DELETED ---
---
The SF.Net email is sponsored by Eclipse
# ---
# $Log$
+ # Revision 1.123 2004/02/06 19:28:51 dischi
+ # fix/cleanup dvd on hd handling
+ #
# Revision 1.122 2004/02/03 20:51:12 dischi
# fix/enhance dvd on disc
***
*** 178,190
self.network_play
# ---
# $Log$
+ # Revision 1.62 2004/02/06 19:28:51 dischi
+ # fix/cleanup dvd on hd handling
+ #
# Revision 1.61 2004/02/03 20:51:12 dischi
# fix/enhance dvd on disc
***
*** 247,251
elif mode ==
Update of /cvsroot/freevo/freevo/share/icons/themes/Noia/mimetypes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9111/mimetypes
Added Files:
detached_player.png
Log Message:
new icons
--- NEW FILE: detached_player.png ---
(This appears to be a binary file; contents omitted.)
-
Update of /cvsroot/freevo/freevo/share/icons/themes/Noia/misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9111/misc
Added Files:
osd_busy.png
Log Message:
new icons
--- NEW FILE: osd_busy.png ---
(This appears to be a binary file; contents omitted.)
-
Update of /cvsroot/freevo/freevo/share/icons/themes/Noia/misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8951/misc
Log Message:
Directory /cvsroot/freevo/freevo/share/icons/themes/Noia/misc added to the repository
---
The SF.Net em
# ---
# $Log$
+ # Revision 1.13 2004/02/06 18:33:06 dischi
+ # fix mimetype handling
+ #
# Revision 1.12 2004/01/25 20:16:04 dischi
# add type back to the plugin item
***
*** 69,73
config.EVENTS['audio']['DI
Update of /cvsroot/freevo/freevo/share/icons/misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7232
Added Files:
osd_busy.png
Log Message:
new busy icon
--- NEW FILE: osd_busy.png ---
(This appears to be a binary file; contents omitted.)
--
# ---
# $Log$
+ # Revision 1.38 2004/02/06 18:24:39 dischi
+ # make to possible to override busy icon with skin
+ #
# Revision 1.37 2004/02/02 23:06:03 outlyer
# This probably isn't neccessary to show every st
# ---
# $Log$
+ # Revision 1.134 2004/02/06 18:24:39 dischi
+ # make to possible to override busy icon with skin
+ #
# Revision 1.133 2004/02/05 19:26:41 dischi
# fix unicode handling
***
*** 17,25
# Handle filenames internally as unicode
Update of /cvsroot/freevo/freevo/share/skins/main
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6935
Modified Files:
blurr2.fxd info.fxd
Log Message:
fix to adjust to latest skin code fix
Index: blurr2.fxd
===
RCS fi
# ---
# $Log$
+ # Revision 1.109 2004/02/06 18:01:21 dischi
+ # fix bug with helper softlinks
+ #
# Revision 1.108 2004/01/26 19:33:17 dischi
# python 2.2 has no True/False
***
*** 252,255
--- 255,260
freevo_script = os.path.abspath(sys.argv[0])
+ if
EMAIL PROTECTED]
*
* $Id: template_addons.css,v 1.1 2004/02/06 13:40:17 dischi Exp $
*
*
***/
/***
*
* This program is free software; you can redi
# ---
# $Log$
+ # Revision 1.8 2004/02/05 19:54:55 dischi
+ # fix crash
+ #
# Revision 1.7 2004/01/19 20:29:11 dischi
# cleanup, reduce cache size
***
*** 126,130
sn = item.show_name
# ---
# $Log$
+ # Revision 1.33 2004/02/05 19:48:49 dischi
+ # handle directory stuff as strings
+ #
# Revision 1.32 2004/01/31 13:15:56 dischi
# do not use eval
***
*** 195,199
if vfs.isdir
# ---
# $Log$
+ # Revision 1.110 2004/02/05 19:55:24 dischi
+ # make name a unicode object
+ #
# Revision 1.109 2004/02/02 19:59:38 dischi
# fixed a crash for tv recorded shows
***
*** 172,178
if name
# ---
# $Log$
+ # Revision 1.54 2004/02/05 20:47:33 dischi
+ # fix audio disc info
+ #
# Revision 1.53 2004/01/31 16:38:23 dischi
# changes because of mediainfo changes
***
*** 461,465
if data['
# ---
# $Log$
+ # Revision 1.18 2004/02/05 20:39:12 dischi
+ # check mmpython cache version
+ #
# Revision 1.17 2004/02/05 19:26:42 dischi
# fix unicode handling
***
*** 621,622
--- 624,651
# ---
# $Log$
+ # Revision 1.18 2004/02/05 20:39:11 dischi
+ # check mmpython cache version
+ #
# Revision 1.17 2004/02/01 17:50:43 dischi
# fix, it deleted all infos on caching :-)
***
*** 79,83
del_list = []
! for name in
# ---
# $Log$
+ # Revision 1.112 2004/02/05 20:39:11 dischi
+ # check mmpython cache version
+ #
# Revision 1.111 2004/02/01 17:11:51 dischi
# make it possible to load cachefiles on startup
***
*** 348,358
f.close()
- # if mmpython.object_cache
Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11938
Modified Files:
freevo_config.py
Log Message:
make it possible to change back to the old navigation style
Index: freevo_config.py
=
# ---
# $Log$
+ # Revision 1.83 2004/02/05 19:56:40 dischi
+ # make it possible to change back to the old navigation style
+ #
# Revision 1.82 2004/02/04 22:32:42 gsbarbieri
# Changed LEFT/RIGHT behaviour.
***
*** 361,364
--- 364,379
# ---
# $Log$
+ # Revision 1.94 2004/02/05 19:26:41 dischi
+ # fix unicode handling
+ #
# Revision 1.93 2004/02/05 02:52:20 gsbarbieri
# Handle filenames internally as unicode objects.
***
*** 862,871
encoding = os.environ[ 'L
# ---
# $Log$
+ # Revision 1.41 2004/02/05 19:26:42 dischi
+ # fix unicode handling
+ #
# Revision 1.40 2003/12/31 16:08:08 rshortt
# Use a fifth field in TV_CHANNELS to specify an optional VideoGroup
***
*** 416,421
# this
# ---
# $Log$
+ # Revision 1.9 2004/02/05 19:26:42 dischi
+ # fix unicode handling
+ #
# Revision 1.8 2004/01/02 11:19:40 dischi
# import popen3
***
*** 20,40
# move xml help stuff to new fxdparser
Update of /cvsroot/freevo/freevo/WIP/Dischi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2495/WIP/Dischi
Modified Files:
pickle_check.py
Log Message:
fix unicode handling
Index: pickle_check.py
===
RCS file
201 - 300 of 2293 matches
Mail list logo