Skip to content

Commit

Permalink
Update TODO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kutu committed Jun 1, 2024
1 parent 23cfb0c commit 80c5367
Showing 1 changed file with 5 additions and 51 deletions.
56 changes: 5 additions & 51 deletions TODO.md
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.

0 comments on commit 80c5367

Please sign in to comment.