• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting SOLVED: Help with Web UI

     
    • 0 Vote(s) - 0 Average

    SOLVED: Help with Web UI

    The movies don't show correctly even though playback is fine
    Tribhoon
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    #1
    2024-08-10, 02:20 PM
    Hi! I installed Jellyfin again on my machine after I switched from windows to linux a while ago. Server setup and everything else went normal but after the initial setup, after logging into my account, I was only able to see one (John Wick Chapter 1) of the movies of the ones I had in the 'Movies' library (the library folder had a total of 5 movies - John Wick Chapter 1,2,3,4 and one other movie), its poster did not load either.

           

    I ignored it and continued setting up other stuff like hardware acceleration and tested playback on the only movie I was able to choose from in the library, the poster did load after I clicked on the movie, before playback (it was the correct poster too - Jellyfin detected the movie correctly) and the playback went smooth, quick and hardware acceleration seemed to work on my Nvidia GPU.

       

    Though I wasn't able to see other movies.

    After I tried out John Wick 1, the movie moved into the 'continue watching' section and John Wick Chapter 2 appeared in recently added movies on the home page, the 'Movies' library still having the first chapter only, things in it did not change at all. Both of them on the home page still did not have any posters.

       

    If I clicked on John Wick Chapter 2 on the home page I could see Chapter 3 in the 'More Like This' section but also without poster which loads after I click on it.

           

    It did work fine in the windows installation and I can't figure out why it is behaving like that, I have tried multiple reinstallations and the docker image and the same issue occurs. Also, once, it did show all movies in the library but the posters still did not load so I reinstalled again and the same thing happened again.

    Here is how my Movies folder looks which is added to the movies library -

               
    P.S - the poster.jpg files are also added by Jellyfin when I enabled save artwork into folders setting in the library settings, before I reinstalled it multiple times because of this issue. Right now, the library is on the default settings.

    Thanks in advance! I tried my best to explain my problem and I am sorry if I was not able to do it very well Smiling-face

    OS:- Arch Linux + KDE Plama 6
    Installation:- Installed jellyfin using yay -S jellyfin-server, yay -S jellyfin-web (but like I mentioned, I tried the docker image too, same issue occurs)
    Jellyfin Version:- 10.9.9
    I am on a laptop with an intel igpu and an Nvidia dgpu, if that matters
    Go to solution
    Fate
    Offline

    Member

    Posts: 220
    Threads: 3
    Joined: 2023 Jun
    Reputation: 16
    #2
    2024-08-10, 04:09 PM
    Are you sure jellyfin can access these movies?

    Can you post
    ls -lh
    from the movies folder?
    Tribhoon
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    #3
    2024-08-11, 07:03 AM (This post was last modified: 2024-08-11, 07:04 AM by Tribhoon. Edited 1 time in total.)
    (2024-08-10, 04:09 PM)Fate Wrote: Are you sure jellyfin can access these movies?

    Can you post
    ls -lh
    from the movies folder?

    Thank you for the reply! The playback is fine so I think permissions should be set up correctly. But still here is the output of ls -lh from the movies folder:-
    ╭─tribhoon@tribhoon in /home/Media/Movies took 1ms
    ╰─λ ls -lh
    Permissions Size User     Date Modified Name
    drwxr-xr-x     - tribhoon 31 Jul 22:25   'John Wick (2014)'
    drwxr-xr-x     - tribhoon 31 Jul 21:55   'John Wick Chapter 2 (2017)'
    drwxr-xr-x     - tribhoon 31 Jul 21:55   'John Wick Chapter 3 - Parabellum (2019)'
    drwxr-xr-x     - tribhoon 31 Jul 21:55   'John Wick Chapter 4 (2023)'
    drwxr-xr-x     - tribhoon 31 Jul 21:56   'Puss in Boots (2011)'

    Here is the output from the John Wick 2014 folder:-
    ╭─tribhoon@tribhoon in /home/Media/Movies/John Wick (2014) took 3ms
    ╰─λ ls -lh
    Permissions Size User     Date Modified Name
    .rwxr-xr-x   10G tribhoon  9 Jul 13:52   'John Wick (2014).mkv'
    .rwxr-xr-x  101k tribhoon 17 Jul 13:12   poster.jpg

    And from the chapter 2 folder:-
    ╭─tribhoon@tribhoon in /home/Media/Movies/John Wick Chapter 2 (2017)
    ╰─λ ls -lh
    Permissions Size User     Date Modified Name
    .rwxr-xr-x   12G tribhoon  9 Jul 14:26   'John Wick Chapter 2 (2017).mkv'
    .rwxr-xr-x  786k tribhoon 17 Jul 13:12   poster.jpg


    By the way, I restarted my machine and scanned the library again and this is how the home page and movie library page look now:-

           
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-08-11, 07:26 PM
    What are the permissions on /home/Media? Generally we recommend not hosting media in /home. Try moving the movies to /media or creating a root level /movies or something.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Tribhoon
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    #5
    2024-08-16, 01:38 PM
    (2024-08-11, 07:26 PM)TheDreadPirate Wrote: What are the permissions on /home/Media?  Generally we recommend not hosting media in /home.  Try moving the movies to /media or creating a root level /movies or something.

    I am really sorry for this late reply but I mounted my drive on /media and setup the library again and it immediately worked. Thanks a lot!

    Sorry again for the late reply and thank you so much Grinning-face
    Tribhoon
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    #6
    2024-09-12, 10:29 AM
    Sorry to revive this old thread but for me, the problem appeared again after I added some new libraries and for anyone reading this who couldn't fix it by editing the permissions of their media folder or remounting them, I fixed it by removing 'TheMovieDb' from image fetchers and metadata downloaders from the settings of the library.

    Apparently I just had to take a quick glance at the logs which showed the error "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond." when scanning the library and trying to connect to TheMovieDb.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode