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

No scrobble #1903

Closed
wants to merge 2 commits into from
Closed

No scrobble #1903

wants to merge 2 commits into from

Conversation

khers
Copy link
Contributor

@khers khers commented Jan 22, 2025

Two unrelated commits here:

  1. Remove scrobbling from the music provider so that we don't step on the toes of folks who want to use the scrobbling plugins instead.
  2. Emit a warning when a user tries to play an MPEG-4 file as these can fail with out streaming method if the moov atom is at the back of the file.

khers added 2 commits January 22, 2025 13:18
This has only ever caused bugs and now that we have folks writing
scrobbling plugins that is the place it should happen.

Signed-off-by: Eric B Munson <[email protected]>
Because these files can store some of their metadata at the end of the
file and we can't just hand a URL to ffmpeg to pull from (due to
subsonic API) we will fail to play M4A files with the moov atom at the
back.

Add a warning in the logs when this is attempted.

Signed-off-by: Eric B Munson <[email protected]>
@khers
Copy link
Contributor Author

khers commented Jan 22, 2025

Gah, the scrobbling commit is not correct and mypy is mad about jellyfin when I try and commit so I will recreate when I can fix it.

@khers khers closed this Jan 22, 2025
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