Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow tmdbId variable for renaming files #1542

Closed
Rygle opened this issue Feb 11, 2023 · 3 comments · Fixed by #1543
Closed

Allow tmdbId variable for renaming files #1542

Rygle opened this issue Feb 11, 2023 · 3 comments · Fixed by #1543

Comments

@Rygle
Copy link
Contributor

Rygle commented Feb 11, 2023

Is your feature request related to a problem? Please describe.
Allow us of the tmdbId variable (or whatever version of capitalization you like, as long as it's documented) for renaming files like the imdbId variable currently works. This would seem to be in line with goals to move from proprietary or paywalled data sources.

Describe the solution you'd like
Can currently rename a file using <title> (<year>) imdbId-<imdbId> and it will come out for example, "101 Dalmatians (1996) imdbId-tt0115433"
Would like to have
<title> (<year>) tmdbId-<tmdbId> come out for example, "101 Dalmatians (1996) tmdbId-11674" or similar

Describe alternatives you've considered
nfo files work. Just thought as some people use this functionality already, e.g. https://www.youtube.com/watch?v=4VkY1vTpCJY (14:43), why not expand it slightly? I know that video is jellyfin specific, but JF is following Kodi nfo and file naming specs afaik, and I know JF can use this naming - https://jellyfin.org/docs/general/server/media/movies/

Thanks for considering this!

@bugwelle
Copy link
Collaborator

Thanks for this feature request! I've implemented it in #1543. A new Nightly version should be available in about 30min.

@Rygle
Copy link
Contributor Author

Rygle commented Feb 11, 2023 via email

@bugwelle
Copy link
Collaborator

In this case it was 😄

The "renamer" actually needs some work, because some other replacements aren't that easy. But simple strings are. :)

@bugwelle bugwelle added this to the v2.10.2 milestone Feb 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants