• 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 videos not showing up in jellyfin

     
    • 0 Vote(s) - 0 Average

    videos not showing up in jellyfin

    Taotaka
    Offline

    Junior Member

    Posts: 6
    Threads: 2
    Joined: 2024 Aug
    Reputation: 0
    #1
    2024-09-07, 07:15 PM (This post was last modified: 2024-09-07, 07:56 PM by Taotaka. Edited 1 time in total.)
    So I have jellyfin installed on omv6 nas. The omv6 compose corrupted and I had to reinstall it. 
    Once reinstalled and getting jellyfin up again. None of my videos, shows, movies, etc show up.
    I think I set everything up the same way it was before and it worked fine.

                       
    https://pastebin.com/KpR2DbAM
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-09-07, 08:51 PM
    You forgot to put a colon in between the host and container paths.
    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]
    Taotaka
    Offline

    Junior Member

    Posts: 6
    Threads: 2
    Joined: 2024 Aug
    Reputation: 0
    #3
    2024-09-08, 11:46 AM
    added the colon and now it's telling me mount path must be absolute
    https://pastebin.com/43zszJ18
    current file
    https://pastebin.com/mveVZum4


    Attached Files Thumbnail(s)
               
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-09-08, 03:55 PM
    You missed the leading slash after the colon on this line.

    Code:
    - /srv/dev-disk-by-uuid-ee27ddf2-f81d-4cf9-8c4a-3eaf09e212ae/Video/data/movies:data/movies

    Should be

    Code:
    - /srv/dev-disk-by-uuid-ee27ddf2-f81d-4cf9-8c4a-3eaf09e212ae/Video/data/movies:/data/movies
    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]
    Taotaka
    Offline

    Junior Member

    Posts: 6
    Threads: 2
    Joined: 2024 Aug
    Reputation: 0
    #5
    2024-09-08, 07:43 PM
    Okay fixed that and now get this error in logs and jellyfin wont launch at all

    https://pastebin.com/N6paUqSj

    jellyfin | [19:37:56] [ERR] [1] Microsoft.EntityFrameworkCore.Database.Command: Failed executing DbCommand (6ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
    jellyfin | SELECT COUNT(*) FROM "sqlite_master" WHERE "name" = '__EFMigrationsHistory' AND "type" = 'table';
    jellyfin | [19:37:56] [FTL] [1] Main: Error while starting server
    jellyfin | Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-09-08, 08:24 PM
    Does your user have R/W access to /srv/dev-disk-by-uuid-ee27ddf2-f81d-4cf9-8c4a-3eaf09e212ae/Video/config and all the folders underneath?

    Are you re-using any data from a prior install?
    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]
    Taotaka
    Offline

    Junior Member

    Posts: 6
    Threads: 2
    Joined: 2024 Aug
    Reputation: 0
    #7
    2024-09-09, 01:35 PM (This post was last modified: 2024-09-09, 01:56 PM by Taotaka. Edited 1 time in total.)
    The user should have access to everything under /srv/dev-disk-by-uuid-ee27ddf2-f81d-4cf9-8c4a-3eaf09e212ae/Video
       

    I could be using prior data since I didn't re format /srv/dev-disk-by-uuid-ee27ddf2-f81d-4cf9-8c4a-3eaf09e212ae/Video  before re installing jellyfin
    you think just deleting everything from there and re installing it would help?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-09-09, 04:39 PM
    Backup whatever is in /srv/dev-disk-by-uuid-ee27ddf2-f81d-4cf9-8c4a-3eaf09e212ae/Video/config, clear it out, and try again.
    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]
    Taotaka
    Offline

    Junior Member

    Posts: 6
    Threads: 2
    Joined: 2024 Aug
    Reputation: 0
    #9
    2024-09-21, 01:15 PM
    So I ended up nuking my whole omv6 install.
    Making fresh jellyfin install and now everything works fine.
    Could be because the install on a sata ssd from 2016, which started to turn random directories read only.
    Took it out and installed everything on a new nvme ssd.
    « 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