Jellyfin Library Renamer - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Off Topic (https://forum.jellyfin.org/f-off-topic) +--- Forum: General Discussion (https://forum.jellyfin.org/f-general-discussion) +--- Thread: Jellyfin Library Renamer (/t-jellyfin-library-renamer) |
Jellyfin Library Renamer - webs397 - 2024-01-29 Hi Guys, I got sick of renaming my episode lists, so Jellyfin knew how to gather the metadata on my file information, so I wrote a Go script that works quite well for my use-case. I am not sure if there is a better way, that I was missing (for example when season 2 of a series starts with episode 25 instead of episode 1), but this script solves this issue for me. I thought I would share so this can help anyone else facing the same problem. And if anyone is more experienced with Go than I am (not hard) I would gladly accept any improvements or suggestions! Link to the GitHub repo: https://github.com/webs397/JellyRenamer Hope this is useful! RE: Jellyfin Library Renamer - Yock - 2024-02-14 You can also use Sonarr for that, plus it can [we don't talk about this here - TheDreadPirate]. |