Commit Graph

32 Commits (main)

Author SHA1 Message Date
Georg Krause 3a89cff4b5
Bump version number 1.1.0 2022-06-12 17:47:02 +02:00
Alexander Dunkel 93aa88b5a8
fix: APIClient jwt_token error on anonymous connection
See #21#note_31358
regression bug introduced in 228535e042
2022-04-16 09:44:33 +02:00
Georg Krause 5a4631fa22
Lint codebase and add CI job 2022-02-06 11:59:20 +01:00
Georg Krause d398c18349
Fix tests 2022-02-06 11:50:37 +01:00
Georg Krause 495c874fc2
Bump version Number 2022-02-06 11:35:51 +01:00
Georg Krause 0c4908e9b6
Update oauth access token expiration time 2022-02-06 11:24:57 +01:00
Georg Krause 228535e042
Remove legacy login 2022-02-05 11:12:29 +01:00
Georg Krause 45e4f94741
Update author and contact information 2022-02-04 17:51:08 +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 9b00b87d11 Rename exclude_compilation_artists setting to match the same option in funkwhale 2021-08-16 19:58:21 -07:00
Erin 0cb540ef6c Fix album track ordering in lookup results 2021-08-16 19:25:49 -07:00
Erin bef84395ed Add option to show or hide track artists when browsing artists 2021-08-16 19:19:45 -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 28c2b561e5
Fixed token refresh issues 2019-05-07 14:02:30 +02:00
Eliot Berriot 4a461de6bc
Basic oauth support 2019-05-03 12:22: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 22c62fe47d
Better documentation 2018-10-03 22:42:42 +02:00
Eliot Berriot 0d93ebea73
Added authentication token in playback url 2018-10-03 22:09:02 +02:00
Eliot Berriot 3f0ad7742f
Working PoC with basic search and playback 2018-10-03 21:51:48 +02:00
Eliot Berriot 977647684b
Basic test and extension setup 2018-10-03 18:58:50 +02:00
Eliot Berriot a21c8f255b
IInitial commit 2018-10-03 18:34:45 +02:00