SourceForge.net schrieb: > Bugs item #1622668, was opened at 2006-12-27 01:33 > Message generated for change (Tracker Item Submitted) made by Item Submitter > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1622668&group_id=46652 > > Please note that this message will contain a full copy of the comment thread, > including the initial issue submission, for this request, > not just the latest update. > Category: record server > Group: None > Status: Open > Resolution: None > Priority: 5 > Private: No > Submitted By: ehisey (ehisey) > Assigned to: Nobody/Anonymous (nobody) > Summary: Recordserver using "illegal" characters > > Initial Comment: > Recordserver was leaving ':' in Show names. This is not a problem for linux > but if the file is being shared via Samba then the file name gets mangled. I > believe it still doing this in the 1.6 series but am not sure as I can not > remember which was running when I recorded The Librarian. I would suggest > replacing the ':' with a '-'. > >
This can be changed in local_conf.py: TV_RECORDFILE_MASK = '%%Y%%m%%d %%H%%M %(progname)s - %(title)s' ..., but setting the default value to something without a ":" is imo a good idea. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
