mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
Music Library Scan Issue #37
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @igbjnI05bF on GitHub (Dec 12, 2018).
On a fresh Debian9 VM, after having installed Jellyfin from the repo, I am unable to get the Music library to scan correctly. Here is a tail -n 50 of server.txt: https://paste.pound-python.org/show/GzsZomKLjz8W2bWvmrJv/ (that repeats over and over during scan)
Songs show up but nothing in Artists at all.
@BnMcG commented on GitHub (Dec 12, 2018):
Errors in the log excerpt provided come from this method:
21a8d27378/Emby.Server.Implementations/Updates/InstallationManager.cs (L214)Looks like it's failing to phone home (as expected, as the hostname has been replaced with a dummy value). Can you paste the whole log? I don't think this should stop library scanning working.
@igbjnI05bF commented on GitHub (Dec 12, 2018):
Here is a "head -n 100000" of server.txt on a fresh install, adding only my music folder. Anything more than this is too large to upload
server1.txt
@BnMcG commented on GitHub (Dec 12, 2018):
OK, this looks like it could be the problem (or at least, partially):
FFMpeg and FFProbe aren't found on your system, I'm not sure where Jellyfin looks for these, though.
@BnMcG commented on GitHub (Dec 12, 2018):
Following up from Riot chat, it seems like ffmpeg may not have been installed.
@igbjnI05bF commented on GitHub (Dec 12, 2018):
Installing ffmpeg does appear to have resolved the issue. Everything is still scanning but Artists are now popping up. Thanks for your assistance, BnMcG. Perhaps include ffmpeg as a dependency for jellyfin in debian? I'll mark this as closed.
@JustAMan commented on GitHub (Dec 13, 2018):
Should be fixed by #71