INTERACT FORUM
More => Old Versions => JRiver Media Center 31 for Windows => Topic started by: JIMV on December 09, 2023, 02:01:54 pm
-
When I import to my music library I keep getting something that reads like 'file not imported as file name too large'.
Is it possible to change the default size to allow longer file names?
-
There's an option you can toggle for long filenames.
-
where?
-
Options > General > Advanced > Support extra long filenames
There's a search.
-
Sadly that did not help. It was already checked...
-
Please paste an example of a rejected filename including the full path.
-
Don't long names also need to be enabled in windows?
In group policies there is an option: Administrative Templates/System/System/FileSystem/Enable Win32 long paths
Not sure what the corresponding regedit key is for this
-
Not sure what the corresponding regedit key is for this
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
There you find LongPathsEnabled and set it from 0 to 1 and that should do it. You can also open a command prompt or terminal as administrator and copy/paste the following to enable it...
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /d 1 /t REG_DWORD /f
And to disable it and reset back to the default...
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /d 0 /t REG_DWORD /f
-
Thank you all for your help. Alas, I do not understand half of what is posted. I can live with what I have.
Again, thank you.