Help: Kubuntu 26.04 Filebot has permissions issues only recently
Posted: 15 Jul 2026, 00:52
I have Filebot installed on Kubuntu 26.04. I was using it to rename/relocate TV shows and movies for Jellyfin. The logfile shows successful renaming of TV shows and Movies since May 25th including creating folders. Suddenly it stopped working after June 16th. I've tried numerous times to rename files but I keep getting this error. I've checked file and folder permissions. It's as if Ubuntu changed the permissions for Filebot.
The media files are currently stored in the Unfiled Videos folder as a catchup prior to being organized. This folder is located on a different HDD than the OS if that makes any difference.
If I try to navigate to that path, the "media" folder does not exist for the user:
Even removing the "sticky bit" for the Unfiled Videos folder did not make a difference. I get the same error.
I'm somewhat of a newb with linux. I've used Ubuntu off and on for years but I typically find instructions and guidance online. Please make suggestions as if I were 5.
The media files are currently stored in the Unfiled Videos folder as a catchup prior to being organized. This folder is located on a different HDD than the OS if that makes any difference.
Code: Select all
drwxrwxrwt 11 user user 4096 Jun 17 21:26 'Unfiled Videos'Code: Select all
MOVE: Cannot create parent folder: /run/media/user/media/Media Center/Movies/Name: Access Denied: /run/media/user/media (rwxr-x--- 0:0 user)Console Output: Select all
$ ls -l
drwxrwxrwx 6 user user 4096 Jun 16 21:57 'Media Center'Code: Select all
drwxrwxrwx 10 user user 4096 Jun 19 11:37 MoviesConsole Output: Select all
user@user-xps:/run/media/ross$ ls -l
total 0I'm somewhat of a newb with linux. I've used Ubuntu off and on for years but I typically find instructions and guidance online. Please make suggestions as if I were 5.