How to Rapidly Name Your Movie and Show Folder/File Names the Jellyfin Way - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Guides, Walkthroughs & Tutorials (https://forum.jellyfin.org/f-guides-walkthroughs-tutorials) +--- Thread: How to Rapidly Name Your Movie and Show Folder/File Names the Jellyfin Way (/t-how-to-rapidly-name-your-movie-and-show-folder-file-names-the-jellyfin-way) |
How to Rapidly Name Your Movie and Show Folder/File Names the Jellyfin Way - Damon Lynch - 2023-11-26 Rationale Sometimes a movie or a TV show’s name clashes with others from the same year. For example, there are two very different 1997 films named The Castle. Jellyfin has a built-in mechanism to accurately identify media, overcoming the problem of ambiguous names. Jellyfin calls this mechanism media provider identifiers. Here I will simply call this naming mechanism the Jellyfin way. The Jellyfin way makes for a better Jellyfin experience. Most obviously, you can be sure your media files are accurately represented in your library. If you happen to have a film like The Castle (1997), or any other film or TV show that can be misrecognized (it happens), when using the Jellyfin way, you know that it will have the correct title, thumbnail, and description. Less obviously, but perhaps just as usefully, if you are organizing a large collection of media files over an extended period of time, naming your folders or files the Jellyfin way allows you to quickly see what you have and have not organized. The Jellyfin way uses IMDb or TMDB, embedding the database’s ID into the file/folder name. For the two 1997 films named The Castle, using IMDb their respective Jellyfin names are:
How to use Modest Movie Metadata I designed the program to be as efficient as possible when working with a large number of media. I wrote it for hands-free use, so you don't even need to be looking at it to use it in your workflow. Here is how to use it best:
Installation To install Modest Movie Metadata on Windows, go to the program's Releases page on GitHub, and download the installer for the latest version. The installer is only for 64-bit Windows 10 and 11. Limitations There are five primary limitations to Modest Movie Metadata:
RE: How to Rapidly Name Your Movie and Show Folder/File Names the Jellyfin Way - rygle - 2023-12-19 Hi, sounds great, but you might want to chat with the authors of MediaElch about joining forces with them. https://github.com/Komet/MediaElch As far as I know, github user bugwelle started it several years ago, and user komet joined in. I have made very minor contributions and they are friendly and open to contributions. It's written with Kodi in mind first, but I find it works well with Jellyfin if I get it to name the artwork how Jellyfin likes it. As Jellyfin can use .nfo files this helps. It gets metadata and artwork from IMDB, TMDB, fanart.tv and some other sources. It does TV, movies and music. RE: How to Rapidly Name Your Movie and Show Folder/File Names the Jellyfin Way - JFDK - 2024-02-18 I just wanted to say thank you very much for sharing this utility. It is exactly what I wanted/needed while I learn how to name things properly for Jellyfin. Great tool! RE: How to Rapidly Name Your Movie and Show Folder/File Names the Jellyfin Way - M.PATATE - 2024-05-23 Thank you Is it possible to have a V2 where we can switch the langage in your app ? I'm french and it will be very usefull for me to copy the title of the movie in french, not the original title. That will be very appreciated because your program is simple and easy to use RE: How to Rapidly Name Your Movie and Show Folder/File Names the Jellyfin Way - Damon Lynch - 2024-05-30 (2024-05-23, 07:34 PM)M.PATATE Wrote: Is it possible to have a V2 where we can switch the langage in your app ? The program's source code is fully open and is licensed using the GPL 3. If anyone wants to implement that new feature I would be happy to incorporate it. Alternatively, if someone wants to sponsor me to implement it using GitHub sponsors, that would be excellent. All of this assumes the API the program uses to access IMDb supports the feature, of course. |