2024-12-02, 05:28 PM
Hello,
First of all, thanks to devs working on Jellyfin as I've been enjoying the app for the past few months, it's great.
After some time, I got pretty annoyed by having to manually move and rename files either via cli or via file managers.
So, I've build a small plugin that allows the user some basic file manipulation. Basically, the user configures input and output dirs, if paths are valid, user can list available sub-dirs and files from the input directory, select files that he/she wants to rename, set a new name for selected files and move them to output directory (+optinally delete now empty dirs).
There is a short video demo in readme.
I'm aware of some drawbacks as it stands but would be happy to hear some constructive criticism and maybe why such functionallity is not implemented into Jellyfin?
Thanks for taking the time, the plugin repository is at:
https://github.com/leon-h-a/jellyfork
First of all, thanks to devs working on Jellyfin as I've been enjoying the app for the past few months, it's great.
After some time, I got pretty annoyed by having to manually move and rename files either via cli or via file managers.
So, I've build a small plugin that allows the user some basic file manipulation. Basically, the user configures input and output dirs, if paths are valid, user can list available sub-dirs and files from the input directory, select files that he/she wants to rename, set a new name for selected files and move them to output directory (+optinally delete now empty dirs).
There is a short video demo in readme.
I'm aware of some drawbacks as it stands but would be happy to hear some constructive criticism and maybe why such functionallity is not implemented into Jellyfin?
Thanks for taking the time, the plugin repository is at:
https://github.com/leon-h-a/jellyfork