-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add docstrings for exception handling * Add docstrings for the bookmarks endpoints * Add docstrings for the browsing endpoints * Add chat, internet radio and jukebox endpoints docstrings * Add lists endpoints docstrings * Add media retrieval endpoints docstrings * Add media annotation endpoints docstrings * Add podcast endpoints docstrings * Add searching and sharing endpoints docstrings * Add system endpoints and Subsonic object docstrings * Add user management endpoints docstrings * Add docstrings for album models * Add docstrings for artist, artist index, bookmark, chat message, contributor, over art and genre models * Add docstrings for internet radio station, jukebox, lyrics, music directory and music folder models and the base model class * Add docstrings for jukebox, now playing entry, play queue, playlist, podcast, replay gain, scan status, search result, share, song and starred contentmodels * Add docstrings for jukebox, now playing entry, play queue, playlist, podcast, replay gain, scan status, search result, share, song and starred contentmodels * Update TODO.md --------- Co-authored-by: Kutu <[email protected]>
- Loading branch information
Showing
57 changed files
with
2,589 additions
and
1,492 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
# Knuckles | ||
> A [OpenSubsonic](https://opensubsonic.netlify.app/) API wrapper for Python. | ||
> A [OpenSubsonic](https://opensubsonic.netlify.app/) API wrapper for Python 3.11.0+. | ||
## Compatiblity | ||
Knuckles **only** works with servers compatible with the REST API version 1.4.0 onwards (Subsonic 4.2+). | ||
It follows strictly the [OpenSubsonic API Spec](https://opensubsonic.netlify.app/docs/opensubsonic-api/), being fully retro-compatible with the original [Subsonic API](https://subsonic.org/pages/api.jsp). | ||
It follows strictly the [OpenSubsonic API Spec](https://opensubsonic.netlify.app/docs/opensubsonic-api/), it being fully retro-compatible with the original [Subsonic API](https://subsonic.org/pages/api.jsp). | ||
|
||
### Quickstart | ||
... | ||
|
||
## Acknowledgements | ||
Created with :heart: by [Jorge "Kutu" Dobón Blanco](https://dobon.dev). | ||
|
||
::: knuckles.models._user |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# TODO | ||
|
||
- [ ] Add `justfile`. | ||
- [ ] Remove `pre-commit`. | ||
- [ ] Custom git-hooks? | ||
- [ ] Document in contributing why attributes are double typed. | ||
- [ ] Add general documentation and tutorials. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.