diff options
author | neodarz <neodarz@neodarz.net> | 2020-04-11 17:47:44 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2020-04-11 17:47:44 +0200 |
commit | 9af2a99f44e1c9d97a2bdb2b167b3d6a2e267179 (patch) | |
tree | 7756a4a6958aa64b3ea9ff5978c94c5576b8b590 | |
parent | 3a6ba32f1eef5d0f2a740cc573fa0a82f14e86e5 (diff) | |
download | pyfunkwhale-9af2a99f44e1c9d97a2bdb2b167b3d6a2e267179.tar.xz pyfunkwhale-9af2a99f44e1c9d97a2bdb2b167b3d6a2e267179.zip |
Add some features
-rw-r--r-- | README.md | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -67,9 +67,21 @@ print(artists) List of features implemented or planned: -- [x] +- [x] Login - [x] Login with OAuth2 Authorization Code flow - [/] Artists - [x] List artists - [ ] Retrieve a single artist - [ ] List available user libraries containing work from this artist +- [ ] Albums + - [ ] List albums + - [ ] Retrieve a single album + - [ ] List available user libraries containing work from this album +- [ ] Tracks + - [ ] List tracks + - [ ] Retrieve a single tracks + - [ ] List available user libraries containing work from this track +- [ ] Download the audio file matching the given track uuid +- [ ] License + - [ ] List licences + - [ ] Retrieve a single license |