Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ffmpeg extractor on navidrome #405

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

paris-ci
Copy link
Contributor

@paris-ci paris-ci commented Jul 5, 2022

Description

The default extractor, taglib, doesn't seem to work with the default setup and report errors when trying to read metadata, causing all artists and albums to be classified as [Various Artists].

Using ffmpeg works just fine.

How Has This Been Tested?

  • You can reproduce the bug by running with the taglib extractor, and read the logs with docker logs navidrome. If you see time="2022-07-05T18:15:37Z" level=warning msg="Error reading metadata from file. Skipping" error="cannot process /music/XXX/XXX/XXX.flac" filePath="/music/XXX/XXX/XXX.flac" or an equivalent, you've reproduced the bug.
  • Once reproduced, change the default extractor, rerun the tag to recreate the container, you'll see that it scans just fine (you may need to run a full scan using the activity tab in the webui at the top left)

The default extractor, taglib, doesn't seem to work with the default setup and report errors when trying to read metadata, causing all artists and albums to be classified as [Various Artists].

Using ffmpeg works just fine.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant