 |
Forums |
Admin Start New Thread
By: Nobody
RE: perfeed character prob when rsync with vf [ reply ] 2007-06-13 17:04
|
Hi,
I had the same problem with a colon in the name of the feed. I inserted a small fix into the code:
Before (occurs only once in the code):
newdir = dir+content.feed_title
After:
newdir = dir+content.feed_title.tr(':','.')
Of course, more characters should be filtered, but this one - replace colon with a dot) was sufficient for me.
Regards,
VGER
|
By: Doga Armangil
RE: perfeed character prob when rsync with vf [ reply ] 2007-06-02 14:59
|
I have given this issue high priority, as it probably concerns many users of this program (basically anyone who downloads content on a Windows system and/or listens to podcasts on an MP3 player device).
I will try to resolve this issue in the next release or the one after that.
|
By: Nobody
perfeed character prob when rsync with vfat [ reply ] 2007-05-26 22:13
|
The perfeed option sometimes creates directories with strange characters (by strange, I mean not allowed by vfat) because of the podcast title. This causes problems when using rsync to copy podcasts onto an audio device.
I would like the perfeed option to filter out from the title anything except alphanumeric when creating the directory.
|
|
 |