Crash-m / thelastripper

Automatically exported from code.google.com/p/thelastripper
0 stars 0 forks source link

Artist with : and [ ] cant be recorded into a folder #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description of the issue:

What steps will reproduce the problem?
1. Record an Artist (like :wumpscut:)
2. Look into your folder and ther is nothing.
3.

What is the expected output?
:, [] and so on cant be used in folder names

could be solved with just open a new folder with unknown 1 and record it in
there.

GENERAL INFORMATION ABOUT YOUR SYSTEM:

TheLastRipper version? 1.1.1
Mono/.Net runtime version?
Operating system and version? XP s-pack 3, up to date

Original issue reported on code.google.com by i...@mailde.de on 29 Sep 2007 at 3:16

GoogleCodeExporter commented 9 years ago
Others have reported problem with weird characters too... issue 75.

There's a list of illegal directory characters in .Net framework, we're 
currently
using it to remove those characters... But it seams Microsoft isn't keeping 
this list
up to date... so we'll probably have to work around it, in future releases, 
thanks
for the notification...

Original comment by jopsen@gmail.com on 29 Sep 2007 at 3:22

GoogleCodeExporter commented 9 years ago
i have encountered this
on debian i am on ext3 filesystem and everything rips fine but i then copy 
stuff to a
fat32 file partition and it has major problems with these characters

Original comment by timmydob...@gmail.com on 3 Oct 2007 at 5:14

GoogleCodeExporter commented 9 years ago
#2 sounds pretty much like a filesystem conversation flaw...
But there's certainly a lot of chars that shouldn't be used in filename and
directories... I guess using the list of illegal chars from .Net framework 
isn't good
enough...

Original comment by jopsen@gmail.com on 3 Oct 2007 at 8:30

GoogleCodeExporter commented 9 years ago
This defect is fixed in version 1.3 (just tried ":wumpscut:" and it will be 
saved in
folder "_wumpscut_"). If any other character fails (in actual version) please 
inform
us. For compatibility issues the character ":" will also be filtered on 
linux/ext3 etc!

Original comment by andreas....@gmail.com on 14 Jan 2008 at 12:41