-
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.
- Loading branch information
Kutu
committed
Jun 1, 2024
1 parent
23cfb0c
commit 80c5367
Showing
1 changed file
with
5 additions
and
51 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,53 +1,7 @@ | ||
# TODO | ||
|
||
Except `__init__` methods. | ||
Change `stream()` to `stream_song()` and `stream_video()`. | ||
Add `justfile`. | ||
Add default username to the authenticated user in the user management methods. | ||
Document in contributing why attributes are double typed. | ||
|
||
- [x] `_api.py` | ||
- [x] `_bookmarks.py` | ||
- [x] `_browsing.py` | ||
- [x] `_chat.py` | ||
- [x] `_internet_radio.py` | ||
- [x] `_jukebox.py` | ||
- [x] `_lists.py` | ||
- [x] `_media_annotation.py` | ||
- [x] `_media_library_scanning.py` | ||
- [x] `_media_retrieval.py` | ||
- [x] `_playlists.py` | ||
- [x] `_podcast.py` | ||
- [x] `_searching.py` | ||
- [x] `_sharing.py` | ||
- [x] `_subsonic.py` | ||
- [x] `_system.py` | ||
- [x] `_user_management.py` | ||
- [x] `exceptions.py` | ||
- [x] `_album.py` | ||
- [x] `_artist.py` | ||
- [x] `_bookmark.py` | ||
- [x] `_chat_message.py` | ||
- [x] `_contributor.py` | ||
- [x] `_cover_art.py` | ||
- [x] `_genre.py` | ||
- [x] `_index.py` | ||
- [x] `_internet_radio_station.py` | ||
- [x] `_jukebox.py` | ||
- [x] `_lyrics.py` | ||
- [x] `_model.py` | ||
- [x] `_music_directory.py` | ||
- [x] `_music_folder.py` | ||
- [x] `_now_playing_entry.py` | ||
- [x] `_play_queue.py` | ||
- [x] `_playlist.py` | ||
- [x] `_podcast.py` | ||
- [x] `_replay_gain.py` | ||
- [x] `_scan_status.py` | ||
- [x] `_search_result.py` | ||
- [x] `_share.py` | ||
- [x] `_song.py` | ||
- [x] `_starred_content.py` | ||
- [x] `_system.py` | ||
- [x] `_user.py` | ||
- [x] `_video.py` | ||
- [ ] Add `justfile`. | ||
- [ ] Remove `pre-commit`. | ||
- [ ] Custom git-hooks? | ||
- [ ] Document in contributing why attributes are double typed. | ||
- [ ] Add general documentation and tutorials. |