INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: How does one stop the program from rejecting files with a large name?  (Read 432 times)

JIMV

  • World Citizen
  • ***
  • Posts: 146

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?
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 42002
  • Shoes gone again!
Re: How does one stop the program from rejecting files with a large name?
« Reply #1 on: December 09, 2023, 03:17:16 pm »

There's an option you can toggle for long filenames.
Logged
Matt Ashland, JRiver Media Center

JIMV

  • World Citizen
  • ***
  • Posts: 146
Re: How does one stop the program from rejecting files with a large name?
« Reply #2 on: December 09, 2023, 05:34:18 pm »

where?
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 42002
  • Shoes gone again!
Re: How does one stop the program from rejecting files with a large name?
« Reply #3 on: December 09, 2023, 05:43:33 pm »

Options > General > Advanced > Support extra long filenames

There's a search.
Logged
Matt Ashland, JRiver Media Center

JIMV

  • World Citizen
  • ***
  • Posts: 146
Re: How does one stop the program from rejecting files with a large name?
« Reply #4 on: December 10, 2023, 04:31:51 pm »

Sadly that did not help. It was already checked...
Logged

zybex

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2422
Re: How does one stop the program from rejecting files with a large name?
« Reply #5 on: December 10, 2023, 04:35:19 pm »

Please paste an example of a rejected filename including the full path.
Logged

whoareyou

  • Galactic Citizen
  • ****
  • Posts: 386
Re: How does one stop the program from rejecting files with a large name?
« Reply #6 on: December 10, 2023, 05:00:24 pm »

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


Logged
Windows 11 Pro
Intel i7-12700K / 32MBRam /
ASUS Dual GeForce RTX 4070
4K Sony x900h

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7423
  • The color of Spring...
Re: How does one stop the program from rejecting files with a large name?
« Reply #7 on: December 10, 2023, 05:14:34 pm »

Not sure what the corresponding regedit key is for this

Code: [Select]
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...

Code: [Select]
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...

Code: [Select]
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /d 0 /t REG_DWORD /f
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2024 Update (24H2) 64-bit + Ubuntu 24.04 LTS Noble Numbat 64-bit | Windows 11 2024 Update (24H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/256GB NVMe SSD)
JRiver Media Center 32 (Windows + Linux) | iFi ZEN DAC 3 | JBL 306P MkII Studio Monitors | Audio-Technica ATH-M50x Headphones

JIMV

  • World Citizen
  • ***
  • Posts: 146
Re: How does one stop the program from rejecting files with a large name?
« Reply #8 on: December 12, 2023, 06:03:02 pm »

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.
Logged
Pages: [1]   Go Up