Commit Graph

72 Commits (main)

Author SHA1 Message Date
Georg Krause 5f19d7451e Merge branch 'renovate/python-3.x' into 'main'
chore(deps): update python docker tag to v3.12

See merge request funkwhale/mopidy!18
2023-12-04 14:20:01 +00:00
Georg Krause 621f68e102 tests: Adjust assertion to work with python 3.12 2023-12-04 15:18:06 +01:00
Renovate Bot cadc2a7ca3 chore(deps): update python docker tag to v3.12 2023-12-04 11:33:10 +00:00
Georg Krause d00b1b21de Merge branch 'renovate/configure' into 'main'
Configure Renovate

See merge request funkwhale/mopidy!17
2023-12-04 11:30:19 +00:00
Renovate Bot 6a343ae88b Add renovate.json 2023-06-28 08:58:38 +00:00
Georg Krause 3a89cff4b5
Bump version number 1.1.0 2022-06-12 17:47:02 +02:00
Georg Krause b018bb1e5b Merge branch 'cleanup-fix-jwt-token' into 'main'
fix: APIClient jwt_token error on anonymous connection

See merge request funkwhale/mopidy!16
2022-05-17 12:36:40 +00: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 0c6eac69d3
Add missing changelog snippets 2022-02-14 14:32:07 +01:00
Georg Krause 5a8f5c4b20
Configure right directory for changelog snippets 2022-02-14 14:26:01 +01:00
Georg Krause 1801b6b573
Fix towncrier configuration 2022-02-14 14:25:20 +01:00
Georg Krause 0ae2cfc735
Add changelog management with towncrier 2022-02-14 14:23:00 +01:00
Georg Krause 0b9c6a9149
Install job dependencies 2022-02-06 12:05:53 +01:00
Georg Krause 5a4631fa22
Lint codebase and add CI job 2022-02-06 11:59:20 +01:00
Georg Krause 9c9d3927bb
Update contact information 2022-02-06 11:52:25 +01:00
Georg Krause 84df05fc7c
Fix config tests 2022-02-06 11:51:26 +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
Georg Krause 596d47b3d3
No master, no slaves 2022-02-04 17:40:54 +01:00
Georg Krause db6e0c61c7 Merge branch 'feature/filter_search_results_by_query_type' into 'master'
Add basic filtering on search results

See merge request funkwhale/mopidy!15
2022-02-04 16:39:37 +00: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
Georg Krause 5392f5b705 Merge branch 'issue-17-invalid-lookup-uris' into 'master'
Add a nicer log entry when an invalid lookup URI is requested (#17)

Closes #17

See merge request funkwhale/mopidy!13
2021-08-23 18:55:19 +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
Erin fefcdf3134 Fix typo in library.to_ref test name 2021-08-12 01:00:24 -07:00
Georg Krause c1461b2e27
Document installation of python3-dev in README 2021-03-16 10:35:35 +01:00
Georg Krause a3184770e9
Allow to run with mopidy 3.1 2021-02-04 09:52:45 +01:00
Georg Krause 994b8aee22 Merge branch 'update_readme' into 'master'
Update Readme to prepare v1.0 release

See merge request funkwhale/mopidy!12
2020-11-27 09:37:06 +01:00
Georg Krause 1059c7fefc
Update Readme to prepare v1.0 release 2020-11-26 14:55:29 +01: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
Agate 21bdb99dd5 Merge branch 'library-cover-images' into 'master'
Add `library.get_images()` support for cover art

See merge request funkwhale/mopidy!11
2020-09-25 09:10:30 +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
Agate 7437b17636 Merge branch 'patch-1' into 'master'
In order to install plugin for Mopidy, i had to install git and run this command:

See merge request funkwhale/mopidy!9
2020-09-09 07:34:42 +02:00
Antipiot 5869ad38ac Update README.rst 2020-09-08 21:34:27 +02:00
Antipiot b66795dcca Update README.rst 2020-09-08 19:04:36 +02:00
Antipiot d74cd6d52f In order to install plugin for Mopidy, i had to install git and run this command:
As all the documentation on Mopidy page is using sudo and python3 -m pip, i guess this may help.
2020-09-07 22:14:21 +02:00
Agate e172699515 Merge branch 'issue-12' into 'master'
Create Pipeline for packaging

See merge request funkwhale/mopidy!8
2020-08-20 11:27:13 +02:00
Georg Krause e329030ff1 Run build job only for master and tags
Now that the setup script handles the correct version number we can use
a single build job for stable and dev builds
2020-08-20 11:27:13 +02:00
Agate 294903245d Merge branch 'browse_libs' into 'master'
Support library browsing

See merge request funkwhale/mopidy!7
2020-07-01 20:55:30 +02:00
Georg Krause e4227b4313 Support library browsing 2020-07-01 20:55:30 +02:00
Agate 3b26b1df5f Merge branch 'own_artists' into 'master'
Add option to show only artists from own libraries

Closes #10

See merge request funkwhale/mopidy!6
2020-06-19 13:27:41 +02:00