Bug renaming with folder name containing periods

All your suggestions, requests and ideas for future development
Post Reply
sblack55
Posts: 22
Joined: 23 Sep 2015, 18:43

Bug renaming with folder name containing periods

Post by sblack55 »

When renaming a newly created PVR recording file, the folder name "The Man from U.N.C.L.E" becomes "THE MA~N". (The file name is created correctly.) I have resolved the issue by using the replaceAll function to remove the periods, resulting in "The Man from UNCLE". However, this is still an issue since the folder already exists WITH the periods, as managed by tinyMediaManager.

Any suggestions on how to get the renaming to work without removing the periods? (running on Ubuntu 14.04 with a file on an NFS mount. TVHeadend successfully created the file on that target with the correct name.)
User avatar
rednoah
The Source
Posts: 22974
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Bug renaming with folder name containing periods

Post by rednoah »

I've never seen this, and FileBot certainly doesn't enforce weird 8-char DOS filenames.

The filesystem layer must be implicitly doing something strange when FileBot tries to create that folder. You might be able to tweak the NFS settings to allow unicode/long paths.
:idea: Please read the FAQ and How to Request Help.
Post Reply