2024-01-29, 07:27 PM
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!
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!