Jellyfin Forum
How to make Jellyfin and tinyMediaManager work together? - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: How to make Jellyfin and tinyMediaManager work together? (/t-how-to-make-jellyfin-and-tinymediamanager-work-together)



How to make Jellyfin and tinyMediaManager work together? - thestorebrandslimshady - 2025-06-29

  • Jellyfin version: 1.2.5
  • Jellyfin app version: 10.10.7
  • tinyMediaManager version: 1.2.4
  • tinyMediaManager app version: 5.1.7
Jellyfin has been giving me some trouble with TV show metadata: I identify an individual episode using its IMDB ID, but it doesn't update the episode's description, thumbnail, etc.  To fix this, I've tried setting up a tinyMediaManager image and allowing it access to the Jellyfin library.  My goal is to manually edit metadata in TMM and have those changes reflected in Jellyfin, but it doesn't work.

From what I can tell, it's because TMM generates nfo files with the naming scheme movie.nfo, while Jellyfin uses its own naming scheme based on the media file's name .  Changing the nfo settings from Kodi to Jellyfin in TMM's settings didn't do anything, so (assuming this is the best way to do what I want) I want to make Jellyfin use the movie.nfo files.

I'm also having trouble figuring out exactly how to manually edit nfo files from TMM, but that's a separate issue.


RE: How to make Jellyfin and tinyMediaManager work together? - theguymadmax - 2025-06-30

Jellyfin supports both movie.nfo and filename.nfo as naming conventions for movie NFO files. After editing an NFO file, you must refresh the metadata using the "Replace all metadata" option for Jellyfin to detect the changes. This behavior is set to change in the upcoming 10.11.0 release.


RE: How to make Jellyfin and tinyMediaManager work together? - thestorebrandslimshady - 2025-07-06

(2025-06-30, 12:24 AM)theguymadmax Wrote: Jellyfin supports both movie.nfo and filename.nfo as naming conventions for movie NFO files. After editing an NFO file, you must refresh the metadata using the "Replace all metadata" option for Jellyfin to detect the changes. This behavior is set to change in the upcoming 10.11.0 release.


I must be doing something wrong, then.

I made the library and enabled metadata downloaders from Jellyfin, then changed the metadata in tinyMediaManager, but TMM created a tvshow.nfo from which Jellyfin didn't pull the description I added.

I tried deleting the library and all the NFOs in the directory, then remaking it and turning off all the downloaders and fetchers, and turning off the NFO metadata saver.  The change I made from before was still present in TMM, even after updating sources, but the description I added still isn't in Jellyfin, and there are still no NFOs in the directory.


RE: How to make Jellyfin and tinyMediaManager work together? - thestorebrandslimshady - 2025-07-09

Quote:I must be doing something wrong, then.

I figured out what I needed to do!  Posting it here in case someone else finds it, even though it's probably in the documentation somewhere.

  1. Create the Jellyfin library.  Select whatever metadata options you want but ***don't*** check Metadata savers > NFO.
  2. Identify the problematic show in tinyMediaManager by doing Search & scrap selected TV show(s) on its folder.
  3. Plug in the show's TMDB number, found in the URL.  For Azumanga Daioh, it's (currently) 12143, so plug in TMDB:12143.
  4. There should still be no NFO files in your media folder.  You can check with find "/path/to/folder" -type f -iname "*.nfo".
  5. Write the information you had tinyMediaManager to NFO files with (right click) Enhanced editing > Rewrite NFO for selected TV shows(s).
  6. Rescan the library in Jellyfin, which I did just using Scan All Libraries.