
How did you install FileBot?
(NOTE: depending on how you install an application, it may or may not running in a sandboxed environment with limited file system access)

How are you running FileBot? Are you running FileBot for a long long time? How did you configure the output folder? It sounds a bit like the underlying file paths have changed while FileBot was running.

Does this file path make sense? It says
/run/media/user but you also write
ls /run/media/ross so there does seem to be confusion about what the correct file paths would be in the first place?
Code: Select all
Cannot create parent folder: /run/media/user/media/Media Center/Movies/Name

What is the input file path of the file at hand? What is the expected output file path for the file at hand?
(NOTE: if you're working with external drives or network shares on Linux, you'll want to be aware of how they're auto-mounted into the file system)

AFAIK, if you attach an external drive or connect a network drive, then that will be auto-mounted somewhere. Where? Does
/run/media/ross being empty mean that your external drive is currently not mounted / not attached?
(NOTE: permission errors often indicate the fundamental impossibility of a requested file system operation, not necessarily something that is fundamentally possible and merely disallowed by permissions)

Note that FileBot only works with file paths and is generally not aware of internal drives / external drives / network drives / etc since the OS file system abstraction layer takes care of making everything look the same standard file system to applications. So the first step is to always check if the file paths you seen in the FileBot error messages
(i.e. file paths that FileBot is working with) make sense in your current environment.