Jellyfin Forum
videos not showing up in jellyfin - 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: videos not showing up in jellyfin (/t-videos-not-showing-up-in-jellyfin)



videos not showing up in jellyfin - Taotaka - 2024-09-07

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


RE: videos not showing up in jellyfin - TheDreadPirate - 2024-09-07

You forgot to put a colon in between the host and container paths.


RE: videos not showing up in jellyfin - Taotaka - 2024-09-08

added the colon and now it's telling me mount path must be absolute
https://pastebin.com/43zszJ18
current file
https://pastebin.com/mveVZum4


RE: videos not showing up in jellyfin - TheDreadPirate - 2024-09-08

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



RE: videos not showing up in jellyfin - Taotaka - 2024-09-08

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'


RE: videos not showing up in jellyfin - TheDreadPirate - 2024-09-08

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?


RE: videos not showing up in jellyfin - Taotaka - 2024-09-09

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?


RE: videos not showing up in jellyfin - TheDreadPirate - 2024-09-09

Backup whatever is in /srv/dev-disk-by-uuid-ee27ddf2-f81d-4cf9-8c4a-3eaf09e212ae/Video/config, clear it out, and try again.


RE: videos not showing up in jellyfin - Taotaka - 2024-09-21

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.