Closed GoogleCodeExporter closed 8 years ago
Thanks for the detailed bugreport. I've fixed it with commit
http://code.google.com/p/rubyripper/source/detail?r=d81c1fa6d32bbac5ad069a24b0a9
2c08c2801229
Original comment by boukewou...@gmail.com
on 24 Sep 2011 at 9:10
If I may : looking at your commit, you plan of preventing at all the user to
create a file with a '$' in the filename.
It seems to me that it's a pretty harsh limitation since many songs (mostly
hiphop :)) use this char. Moreover, '$' in filename is a perfectly allowed
character for NTFS and EXT filesystems.
Wouldn't it be better to just escape it for the DF call, and that's it ?
Thanks for your support and your patience !
Original comment by wizzim@gmail.com
on 24 Sep 2011 at 9:37
Well, there are two reasons for my choice:
1) The $ character isn't that common for filenames (I've never seen one before)
2) The $ character is still preserved in the tags
For most usage the tags should be enough since it's used in most audio players.
And I guess you can still recognize the songname :)
Original comment by boukewou...@gmail.com
on 24 Sep 2011 at 10:05
Oh, if the tag is untouched then it's ok.
Thanks again
Original comment by wizzim@gmail.com
on 24 Sep 2011 at 10:07
Original issue reported on code.google.com by
wizzim@gmail.com
on 25 Aug 2011 at 6:52