Alban Féron
bba254f339
Import cleanup
2021-01-16 12:27:11 +01:00
vincent
e22620b147
change route call method
2021-01-16 09:44:06 +01:00
vincent
22c3727784
modify route management
2021-01-13 21:10:44 +01:00
Alban Féron
2469698261
Some deployment docs
2021-01-10 18:01:21 +01:00
Alban Féron
33d0739c4e
Moving the configuration doc
2021-01-09 17:10:56 +01:00
Alban Féron
15e5114cd9
Database setup doc
2021-01-09 16:58:00 +01:00
Alban Féron
f92c7110ae
Installation doc
2021-01-09 16:05:49 +01:00
vincent
c52141e5e9
change distinct following #208
2021-01-07 20:20:35 +01:00
Alban Féron
fb41bf2814
Improve manpages
2021-01-03 16:34:29 +01:00
Alban Féron
c8db5b81ab
Simplify API cross references
2021-01-02 17:24:30 +01:00
Alban Féron
1c65fdede6
Docs to reST: api
2020-12-29 18:29:20 +01:00
Alban Féron
2ff1080fd4
Docs as reST: jukebox
2020-12-29 13:03:28 +01:00
Alban Féron
ff75ff1230
Docs as reST: transcoding
2020-12-29 12:54:16 +01:00
Alban Féron
cfc324e346
Rewriting docs as reStructuredText
...
Starting with the configuration page
The goal being to publish it outside of GitHub
2020-12-29 11:40:45 +01:00
Alban Féron
0b67aeb070
Version bump
2020-12-13 17:10:15 +01:00
Alban Féron
95a275837d
Update API doc about scan
2020-12-13 17:08:39 +01:00
Alban Féron
f8018b2751
Some housekeeping
...
Trying to make flake8 happy
2020-11-29 17:24:28 +01:00
Alban Féron
36cea89b26
Improving scan tests
2020-11-28 15:15:24 +01:00
Alban Féron
6bb3cd71cf
chmod -x
2020-11-28 12:25:43 +01:00
vincent
d08db741bc
add test for api scan endpoint
2020-11-28 12:22:48 +01:00
vincent
13b7c4b3de
add version parameter to ApiTestBase class
2020-11-28 12:20:20 +01:00
vincent
479d4ec654
correct exeption and double daeomon use
2020-11-28 12:20:20 +01:00
vincent
7fa30db647
add .vscode to gitignore
2020-11-28 12:13:23 +01:00
vincent
6c89accc86
scan Api implementation
2020-11-28 12:13:23 +01:00
Alban Féron
8cef628219
Advertising (and testing) Python 3.9 support
2020-11-25 21:24:59 +01:00
Alban Féron
2c100a021a
Properly release resources
...
Hunting for the last ResourceWarnings
2020-11-22 18:09:15 +01:00
Alban Féron
9a3bdc30ac
Removing shebang and executable flag from explicit python files
2020-11-22 16:28:26 +01:00
Alban Féron
81d141e540
pyupgrade
2020-11-22 16:12:14 +01:00
Alban Féron
d6f1a11aca
Merge branch 'issue202'
2020-11-22 15:17:47 +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
dc5084ce47
Finish transcoding and cache if close to the end
...
Ref #202
2020-11-15 16:22:24 +01:00
Alban Féron
e29a09e2fa
Test for issue #202
2020-11-15 15:43:55 +01:00
Carey Metcalfe
bc6e768627
Fix exception handling
...
Bare excepts will catch `GeneratorExit` exceptions which are raised
whenever a generator stops. This was causing issues when transcoding and
caching the results.
All instances of bare excepts have been replaced with scoped versions.
2020-11-14 14:29:52 -05:00
Alban Féron
d6c00e0f3d
Version bump
2020-11-11 18:30:50 +01:00
Alban Féron
52fb367c44
Implement updateUser
2020-11-10 16:56:49 +01:00
Alban Féron
debb396b0e
Ability to grant jukebox right when creating an user from the API
2020-11-10 15:38:24 +01:00
Alban Féron
c2f5ec43b9
Album listing filtered by year or genre
...
Closes #47
2020-11-10 14:21:51 +01:00
Alban Féron
883623c558
Potential fix for hypothetical Pony version 0.8
2020-11-10 11:36:44 +01:00
Alban Féron
cec216684d
Add ignored articles support
...
Closes #200
2020-11-09 17:31:04 +01:00
Alban Féron
62ae4a9967
Update README about API version
2020-11-09 15:22:15 +01:00
Alban Féron
1f3d697b9c
Adding new attributes brought by API upgrade
2020-11-09 15:03:13 +01:00
Alban Féron
e0946c0e32
Remove the ability to skip XSD validation in tests
...
We have int folder ids for long now, this isn't needed anymore
2020-11-09 12:03:05 +01:00
Alban Féron
1be526b8d2
Subsonic API 1.10.2
...
Except for changes required to comply to the XSD specification,
this does not include any feature this version brings
Closes #194
2020-11-08 18:00:36 +01:00
Alban Féron
8e3cd5ef4d
Prevent tests from speing some ResourceWarnings
2020-11-08 16:02:35 +01:00
Alban Féron
5c46c96b53
Some fixes for Windows support (especially for tests)
...
The main motive here isn't full Windows support per, but being
able to run tests on Windows, as this is my main platform.
Booting a VM just to run tests is cumbersome.
2020-11-08 15:39:09 +01:00
Alban Féron
7d1825151e
Deduplicate on getAlbumList
...
Fixes #199
2020-11-07 15:44:09 +01:00
Alban Féron
194bf5e277
Add test for M4A embedded art
2020-11-01 15:55:06 +01:00
Alban Féron
0183bcb698
Use mediafile rather than mutagen directly
2020-10-24 17:55:21 +02:00
Alban Féron
b07babb4ff
Version bump
2020-09-27 15:26:42 +02:00