2024-01-26, 04:40 AM
Hello,
After a few days of struggle, I come for your help. I have a simple job to do: I'd like to be able to add tags to my medias in Jellyfin based on their filename. The idea would be to be able to filter by HDR/Dolby Vision/Dolby Atmos in the library.
I have setup radarr to rename the file as I want, it gives something like:
Parsing this filename, I would like to add the DV, HDR10 and Atmos tag in Jellyfin.
I tried to create a script in Python, then bash but I'm not a developer at all and this task that looks easy drives me crazy. I can't find my way around the API.
Do you have an example of a script that could do what I want?
Best,
After a few days of struggle, I come for your help. I have a simple job to do: I'd like to be able to add tags to my medias in Jellyfin based on their filename. The idea would be to be able to filter by HDR/Dolby Vision/Dolby Atmos in the library.
I have setup radarr to rename the file as I want, it gives something like:
Code:
Avengers Endgame (2019) [imdbid-tt4154796] - Imax [WEBDL-2160p][DV HDR10][TrueHD Atmos 7.1][HEVC]-SiC
Parsing this filename, I would like to add the DV, HDR10 and Atmos tag in Jellyfin.
I tried to create a script in Python, then bash but I'm not a developer at all and this task that looks easy drives me crazy. I can't find my way around the API.
Do you have an example of a script that could do what I want?
Best,