Merged
Conversation
* fix: Ensure playlist ID is a string in Soundcloud provider Convert playlist ID to string to prevent an error on startsWith * fix: Improve track retrieval for Soundcloud artists with fallback mechanisms * fix: update soundcloud provider * fix: streamline track retrieval for similar tracks too * feat: enhance SoundCloud stream URL retrieval for better seeking and resume support * Revert "feat: enhance SoundCloud stream URL retrieval for better seeking and resume support" This reverts commit fd266f7.
* Fix malformed NFO files causing entire artists/albums to be skipped during scan Wrap xmltodict.parse() calls for artist.nfo and album.nfo files in try/except blocks. Previously, a malformed NFO file would raise an unhandled XML parsing exception that propagated up through _parse_track to _process_item, causing every track from that artist/album to fail processing. Now malformed NFO files are logged as warnings and scanning continues with tag-based metadata. https://claude.ai/code/session_01BboQe7RZStgSGQ11J5kYhq * Narrow NFO error handling to ExpatError and KeyError Use specific exception types instead of broad Exception catch: - ExpatError for malformed XML in NFO files - KeyError for missing root element (artist/album key) https://claude.ai/code/session_01BboQe7RZStgSGQ11J5kYhq --------- Co-authored-by: Claude <noreply@anthropic.com>
* fix: clear queue transient state on player unregister * Remove redundant comments * fix: cancel queued play_index timer on player removal
Fix MA hanging on announcement failure.
Fix YT Music not being able to resolve stream urls.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated backport PR for stable release 2.7.11 with cherry-picked commits: