1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-16 17:31:03 +00:00
Commit Graph

98 Commits

Author SHA1 Message Date
Iván Ávalos
0f49dfb3ac
Add ListenBrainz documentation and tests 2024-03-18 22:58:03 -06:00
Alban Féron
ba1fbf4b73
Forgot to update badge and docs about Python version 2023-01-08 16:40:51 +01:00
Alban Féron
e52a7043b0
Implement musicFolderId paramenter on various endpoints
Bumped API version to 1.12.0 along the way.
`getArtits` also got it event if it seems it has been added with version 1.14.0,
but I'm a bit concerned as to how clients will behave on authentication if the server
advertise itself as 1.13.0+

Closes #235
Ref #74
2022-09-10 15:50:10 +02:00
Alban Féron
e11e775baf
Pony now has a stable release for Python 3.10 so we're compatible on this version too
Closes #230
2022-01-30 16:37:09 +01:00
Alban Féron
98ff73738d
Drop Python 3.5 2021-11-28 14:50:02 +01:00
Alban Féron
56fe87af97
Supysonic is going to PyPI, update the docs accordingly 2021-11-21 17:51:44 +01:00
Alban Féron
b4e737c243
Use test discovery rather than explicit suites 2021-11-20 21:01:00 +01:00
Alban Féron
a033d45605
Adding doc for the newly added supysonic-server 2021-11-06 17:52:49 +01:00
Alban Féron
a94cc0e069
Usage doc 2021-01-24 17:49:18 +01:00
Alban Féron
26a0b7a712
Simplfy the README 2021-01-23 18:33:25 +01:00
Alban Féron
11887d07d2
README update to match doc paths 2021-01-17 19:33:31 +01:00
Alban Féron
8cef628219
Advertising (and testing) Python 3.9 support 2020-11-25 21:24:59 +01:00
Alban Féron
0103e60e32
Tweaking test workflow 2020-11-22 15:17:05 +01:00
Alban Féron
bca9104147
Trying to replace Travis CI with GitHub Actions 2020-11-21 17:47:14 +01:00
Alban Féron
62ae4a9967
Update README about API version 2020-11-09 15:22:15 +01:00
Alban Féron
0183bcb698
Use mediafile rather than mutagen directly 2020-10-24 17:55:21 +02:00
Alban Féron
593666ae48
Travis s/.org/.com/g 2020-09-06 15:51:29 +02:00
Louis-Philippe Véronneau
85edae53db
fix documentation on how to create new admin user 2020-01-11 22:41:36 -05:00
Alban Féron
37b1602461
Version bump 2019-12-24 17:02:36 +01:00
Alban Féron
078c98a427
Merge branch 'jukebox' 2019-12-24 15:47:19 +01:00
Alban Féron
1d01450f33
Dropping Python 2 support 2019-12-23 16:23:57 +01:00
Alban Féron
d3bce83474
Docs update 2019-11-23 15:08:18 +01:00
Carey Metcalfe
2f9fa0da6f Support setting basic metadata in transcoded media
Other small fixes:
 - Fixed typo in README
 - Fixed `oggenc2` using `-q` instead of `-Q` to mean "quiet"

Fixes #170
2019-11-11 21:34:17 -05:00
Alban Féron
25ca4d0dac
Tell Travis to test against python 3.7 2019-07-06 16:50:15 +02:00
spl0k
373beaa92e Docs update + systemd service file for the daemon 2019-06-10 17:25:05 +02:00
spl0k
a3d3c66c74 watchdog is now required
Even if the watcher is unused, due to imports
2019-04-13 16:27:55 +02:00
spl0k
ac306f2725 Added method to list genres 2018-12-08 17:18:58 +01:00
spl0k
9af8ee22e0 Docs update for recent watcher logging changes 2018-11-11 19:38:13 +01:00
spl0k
370b5bae77 Added note about token based auth 2018-10-28 15:47:52 +01:00
spl0k
b654f969f5 Small README touches 2018-09-15 16:24:52 +02:00
spl0k
5a065c75ae Merge branch 'master' into db-setup 2018-09-15 16:04:43 +02:00
spl0k
6f6521786a Updated README for Apache2 2018-09-08 15:22:28 +02:00
spl0k
2c042533ed Updated README for DB setup/migrations 2018-09-02 18:12:23 +02:00
spl0k
040169020e Updated README
See #109
2018-08-27 11:53:51 +02:00
spl0k
4df8e975ec Added links to some docker images
Closes #106
2018-08-11 15:52:50 +02:00
spl0k
405a26a20a Don't restrict cover art to 'cover.jpg' files
Ref #81
2018-05-21 16:16:06 +02:00
spl0k
af50e8bf91 Rewritten dependencies and don't use pip as a library
Closes #97, #98
2018-04-29 14:51:30 +02:00
spl0k
98a0deb2d0 Doc update
[ci skip]
2018-03-20 18:41:17 +01:00
spl0k
e8d0d4b6b6 Update requirements with proper versions
[ci skip]
2018-03-15 22:45:05 +01:00
spl0k
efbe0d4a4b Ignore case for artists, albums, tracks and folder names, regardless of the DB
Closes #41
2018-03-11 19:33:15 +01:00
spl0k
6160fdc321 Reworked and split documentation 2018-02-14 19:45:39 +01:00
spl0k
8275966db0 Dropped simplejson dependency
Ref #79
2018-01-21 22:02:32 +01:00
spl0k
d570eddc6d Notify Python 3 support
Closes #75
2018-01-18 21:13:19 +01:00
spl0k
bfe6da12d7 Dropped 'future' dependency 2018-01-18 21:10:01 +01:00
spl0k
1605fcd202 Py3: imports, exceptions, dicts
Ref #75
2018-01-06 00:33:45 +01:00
spl0k
4b446f7121 Merge branch 'pony' 2018-01-04 21:36:56 +01:00
spl0k
d807f26ccb Provided migration scripts for existing storm databases 2017-12-30 19:06:43 +01:00
spl0k
8d71f432f0 Python version badge 2017-12-16 14:05:27 +01:00
spl0k
6bd61e0388 Getting out of the storm on a pony 2017-12-16 13:53:43 +01:00
spl0k
acb8d159f7 Updates for Travis and codecov 2017-12-10 22:31:12 +01:00