This repository has been archived on 2022-09-20. You can view files and clone it, but cannot push or open issues or pull requests.
go-musicbot/TODO.md

7 lines
423 B
Markdown
Raw Normal View History

2021-07-28 17:30:01 +02:00
# TODO
- [ ] Improve code documentation.
2021-07-28 17:37:21 +02:00
- [ ] Reduce the amount of long, thin, cylindrical Italian pasta contained within the code.
2021-07-28 17:30:01 +02:00
- [x] Implement the queue system.
- [ ] Fix seek for larger durations; inform the user if the desired position hasn't been loaded yet.
- [x] Add playlist support.
2021-07-28 17:37:21 +02:00
- [ ] Receive playlist items gradually, making it so you don't have to wait until youtube-dl has retrieved the entire playlist.