I’ve got my library just as I want it, and have made a couple of changes to the <sorttitle> in my movies’ .nfo files.

This is fine for a day or so, and then Jellyfin decides to overwrite my .nfo files.

I have them set to “lock” via tinyMediaManager but it doesn’t seem to make any difference. Every day it’ll reorder some movies in my library.

Pretty sure I’ve also disabled the image plug-ins in the library so it shouldn’t be pulling any metadata from anywhere.

Not a huge deal but incredibly frustrating — I want my library showing movies in a certain order and it’s driving me nuts when they’re rearranged 🤣

Any ideas?

TIA.

  • entropicdrift@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    5
    ·
    11 months ago

    You can lock the metadata for a given piece of media from the Jellyfin webapp in the same place you’d edit the metadata, it’s down at the bottom of the page.

    • schmurnan@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      Yeah but how? I could make the volume read only via Docker but then how will new library entries get metadata?

      • i_understand@mastodon.social
        link
        fedilink
        arrow-up
        3
        ·
        11 months ago

        @schmurnan

        The other thing you can do is mount a “new media” folder writeable, and add new media there.

        When you have everything the way you want it, then move the files to the folder that’s mounted read only.

  • Leafimo@feddit.de
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    you could mount your media as read only :ro assuming you use a container

    • schmurnan@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      11 months ago

      How will that work when new media is added to my library, though? Will it add it without any metadata?

      • fnv@lemmy.ml
        link
        fedilink
        English
        arrow-up
        3
        ·
        11 months ago

        I use tiny media manager for nfo files. Jelyfin just read, no write.

          • fnv@lemmy.ml
            link
            fedilink
            English
            arrow-up
            1
            ·
            11 months ago

            Jelyfin is awesome but in my case plugins for metadata scraping are behaving somehow weird and slow. And I don’t trust Jelyfin regarding write operations so access is just read-only.

            I use tmm v3 for metadata scraping and renaming, which work great in my case.

              • fnv@lemmy.ml
                link
                fedilink
                English
                arrow-up
                1
                ·
                11 months ago

                Last time when I checked, I have to pay for needed plugins on v4. V3 is a bit limited but “free” and fine for me. I plan to write my own cli tool just for scraping metadata, subtitles, nfo generation, renaming,… maybe some day…

        • schmurnan@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          11 months ago

          Thanks, I use tinyMediaManager too. I’ve just tried locking the metadata on a few movies, will see if it works.