INTERACT FORUM
More => Old Versions => Media Center 17 => Topic started by: Christian_Rork on September 12, 2012, 09:34:33 am
-
Build: 17.0.182
I just recently had to re-import some parts of my library & before the auto-import function imported all files with no problems......now it skips some indicating file names too long. Is there a workaround for this other than having to re-edit those file names?
-
You shouldn't use filenames longer than 260 characters, or you're going to have troubles. Even Windows Explorer itself will start to have problems with the files if you break this rule.
So I'd recommend shortening the path or name.
-
If you have somthing like
C:\My very long user name\ my data \my music\
you might try moving all the audio to e.g. C:\sound
-
I've also had trouble with some audio filenames being too long for Windows 7 to copy. Classical tags via auto naming rules are usually the culprit, and it's about 100 files out of 25k total in these.
Linux handles them no problem, so the length might right between the limits for the OS's.
I'd like to root these out of my collection, can I build a Smartlist that finds all filenames based on character length above a certain point?
Thanks!
-
Add an expression column like
Length([Filename (path)])
and sort
I wonder if this is a length issue. IMHO both have 256 as the upper limit.
Some "strange" characters in the file name?
-
Thank you, Vincent. I'll try the expression column.
It might be strange characters, I'll check that.
I've grown to like using Linux for backup, however. I run Ubuntu off a usb stick, and I've never had a random hang or missing file. I've had hangs and missing files using Windows Copy functions when copying 25k files at a time, and I'm not sure it's worth the time to trouble shoot. Could be hardware, could be software, etc.