Created a plugin for file management - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Development (https://forum.jellyfin.org/f-development) +--- Forum: Plugin Development (https://forum.jellyfin.org/f-plugin-development) +--- Thread: Created a plugin for file management (/t-created-a-plugin-for-file-management) |
Created a plugin for file management - nap2s - 2024-12-02 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 RE: Created a plugin for file management - Sativex - 2024-12-02 Nice, I just let {Tools we don't talk about - TDP} name all my files and have never had issues, but will keep this in mind if I ever do. |