geosone / seriesrenamer

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

Series names with ":" in the series name don't properly rename #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Series with the name, for example, "Law and Order: Special Victims Unit"
2. Get Titles
3. Rename
!. Fails "ERROR: Couldn't move \\mypath\Law and Order: Special Vic"...

What is the expected output? What do you see instead?
Should rename the files properly.

Original issue reported on code.google.com by jb@tech-tiles.com on 13 Oct 2012 at 1:27

GoogleCodeExporter commented 8 years ago
Updated the code to replace the invalid path chars with an empty char.  Quick 
fix, something should be added to the InfoEntry dialog which will prompt the 
user that the name has invalid chars and changes will be made. 

Original comment by jb@tech-tiles.com on 13 Oct 2012 at 2:34

GoogleCodeExporter commented 8 years ago
Stubbing out a UI change in the options dialog that will allow the user to 
specify what they would like to replace the special characters with.  Not sure 
how/if I should split up directory & file paths, make them one or what.

Original comment by jb@tech-tiles.com on 13 Oct 2012 at 3:25