Commit Graph

17 Commits (main)

Author SHA1 Message Date
Georg Krause 5a4631fa22
Lint codebase and add CI job 2022-02-06 11:59:20 +01:00
Lertsenem 72541234c8 Add basic filtering on search results
Any mpd query was treated the same, whether it was an album, artist,
track, etc. query. With this commit, a basic filtering occurs, meaning
that 'album' queries will only return albums, 'track' queries will only
return tracks, 'artist' queries will only return artists, and 'any'
queries will return all of the above.

Limitation: any other query now won't return anything. This seems
logical, since Funkwhale search only distinguishes between artists, albums and
tracks.
2021-12-21 15:39:30 +01:00
Georg Krause 3f4120f29c Merge branch '15-album-artists-and-album-track-ordering' into 'master'
Hide compilation artists and fix album track ordering (#15)

Closes #15

See merge request funkwhale/mopidy!14
2021-09-07 09:43:37 +00:00
Erin 0cb540ef6c Fix album track ordering in lookup results 2021-08-16 19:25:49 -07:00
Erin 63cd47d377 Handle invalid lookup URIs 2021-08-12 01:00:34 -07:00
Agate 8adc50aaef Merge branch 'library-albums' into 'master'
Add support for browsing albums (#7)

See merge request funkwhale/mopidy!10
2020-09-25 09:13:56 +02:00
David Sn c7dfdb58e2
Add support for browsing albums (#7)
Signed-off-by: David Sn <divad.nnamtdeis@gmail.com>
2020-09-25 05:49:16 +02:00
David Sn d9cd25b555
Support caching for cover art images
Signed-off-by: David Sn <divad.nnamtdeis@gmail.com>
2020-09-25 05:48:42 +02:00
David Sn 70c5319acb
Add support for cover art
Signed-off-by: David Sn <divad.nnamtdeis@gmail.com>
2020-09-25 05:48:42 +02:00
David Sn 189bf9a9a8
Fix library not loading due to a bug with covers 2020-09-25 05:48:42 +02:00
Georg Krause e4227b4313 Support library browsing 2020-07-01 20:55:30 +02:00
Georg Krause 7d29c71b11 Add option to show only artists from own libraries 2020-06-19 13:27:40 +02:00
Georg Krause 3a1868f6fb Make Plugin with with mopidy 3 2020-05-11 16:13:45 +02:00
Eliot Berriot 93a521346b
Fixed bitrate / duration error due to API change in Funkwhale 2019-01-27 10:18:54 +01:00
Eliot Berriot 6a3f0949cd
Can now browse favorites and artists 2018-10-05 00:12:07 +02:00
Eliot Berriot 8696450267
Poc of browsing favorites with cache 2018-10-05 00:06:36 +02:00
Eliot Berriot 3f0ad7742f
Working PoC with basic search and playback 2018-10-03 21:51:48 +02:00