From 9af2a99f44e1c9d97a2bdb2b167b3d6a2e267179 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Apr 2020 17:47:44 +0200 Subject: Add some features --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c14f5f3..f022bda 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.1