UPDATE: After some great suggestions here, I got everything working. Was a Linux permissions issue mostly, but also some files were not named properly. Everything is working as I’d expect, all be it, a bit slower than PLEX used to, but I’m fine with that.

I have a Library called Star Trek Movies, in this library is my collection of 1080P 10-bit MKV files of said collection, correctly named, and did work perfectly fine in PLEX. However, only one file will be pulled into the library and it won’t ID that file properly. Does anyone have any suggestions of what could be the issue? I’m having the same issue with other folders of movies as well. Haven’t tried to add any TV Shows as of yet though.

Edit: I do get this error a lot in the log, but I can’t seam to figure out what it means.

“External request received, however, only an internal interface bind found.”

  • jmchrist@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    9 months ago

    Are you organizing the movies by libraries on your drive, or just through Jellyfin? The way I organize things is to have them stored alphabetically on my drive, then move them into collections through the Jellyfin interface. Since Jellyfin is a fork of Emby, (I just use Emby’s folder structure and naming conventions)[https://emby.media/support/articles/Movie-Naming.html] and it works great.

    Unfortunately, I’ve found Jellyfin collections to be really finicky and they only work sometimes. There may be a plugin that helps, but I’ve sort of conceded to just not using collections often.

    Edit: Jellyfin should also create and populate the collections automatically, and when it works it’s really nice. Looking at my collections they’re mostly all correct, except I’m missing one Rambo movie in my Rambo collection and my Deadpool collection is totally empty, even though I have bother movies. I’ll fiddle around and see if I can fix it if you end up running into the same issue.

    • Vaggumon@lemm.eeOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      9 months ago

      I’ll have to look into Emby’s folder structure and see if it is different then how I’ve got things setup. But my collection is organized by Folder, so for example.

      E:\Star Trek Movies\Star Trek II - The Wrath of Kahn (1982).mkv

      Then TV series are the same, but with folders for each season on a main Show folder.

      • jmchrist@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        9 months ago

        Ah gotcha, that could be the issue. I feel like Jellyfin should be able to handle that, but the way I have it setup is just placing all my movies in a single movie folder, then Jellyfin takes care of the rest. I then take it a step further and put movies into subfolders alphabetically, so mine would look like

        …/jellyfin/movies/S/Star Trek II - The Wratch of Kahn (1982).mkv

        This allegedly makes searching faster, but I think you’d need like a couple thousand movies for it to make any difference.

        There are times where I don’t really like this, for example Rambo 1 is called First Blood so it’s in the F directory and the rest of the Rambo movies are in the R directory, but Jellyfin will organize it all on the interface so it’s not a huge deal. Edit: you can also make a “Sort Title” so it will live next to the other Rambo’s instead of off by itself with the other F movies.

        Also, I think some of my issues are coming from using the TMDB Box Set plugin which automates my collections. I think if you create the collections manually things might go a bit smoother.

    • Vaggumon@lemm.eeOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      9 months ago

      In case you were wondering, I got everything working. Was a permission issue it appears. Thought I did have some wonky names in some of the files that I fixed too. Thanks for the suggestion.