-
Notifications
You must be signed in to change notification settings - Fork 14
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
Support searching non-album tracks #39
Comments
mgoltzsche
added a commit
to mgoltzsche/mopidy-beets
that referenced
this issue
Dec 6, 2023
This fixes a bug that prevented singleton (none-album) search results from showing up within mopidy. Fixes mopidy#39
mgoltzsche
added a commit
to mgoltzsche/mopidy-beets
that referenced
this issue
Dec 6, 2023
This fixes a bug that prevented singleton (none-album) search results from showing up within mopidy. Fixes mopidy#39
mgoltzsche
added a commit
to mgoltzsche/mopidy-beets
that referenced
this issue
Dec 6, 2023
This fixes a bug that prevented singleton (none-album) search results from showing up within mopidy. Fixes mopidy#39
mgoltzsche
added a commit
to mgoltzsche/mopidy-beets
that referenced
this issue
Dec 6, 2023
This fixes a bug that prevented singleton (none-album) search results from showing up within mopidy. Fixes mopidy#39
mgoltzsche
added a commit
to mgoltzsche/mopidy-beets
that referenced
this issue
Dec 12, 2023
This fixes a bug that prevented singleton (none-album) search results from showing up within mopidy. Fixes mopidy#39 Co-authored-by: Nick Steel <nick@nsteel.co.uk>
sumpfralle
pushed a commit
that referenced
this issue
Dec 12, 2023
This fixes a bug that prevented singleton (none-album) search results from showing up within mopidy. Fixes #39 Co-authored-by: Nick Steel <nick@nsteel.co.uk>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, when I search for a singleton track (not part of an album) within my beets library via mopidy-beets, I don't get any result.
Problem
When I enter "Bertrand" into the mopidy search (knowing that I have a matching singleton track within the library), mopidy-beets logs:
Correspondingly, beets logs:
Looking into the beets query result JSON shows that the
album_id
isnull
, indeed:Apparently, mopidy-beets submits the search query to beets correctly, reads the result containing the matching track but then tries to query the containing album although the track is not associated with an album.
Proposed solution
Let mopidy-beets also add singleton tracks (that are not associated with an album) to the search result, not trying to resolve None albums.
Environment
I am using
The text was updated successfully, but these errors were encountered: