Added margins bottom margins on EpisodesView and ShowWidget. Added some comment's to the code. Silenced needless_pass_by_value clippy warning. Updated TODO.md.
37 lines
940 B
Markdown
37 lines
940 B
Markdown
# TODOs
|
|
|
|
## Planned Features
|
|
|
|
## Priorities
|
|
|
|
- [ ] Unplayed Only and Downloaded only view.
|
|
- [ ] OPML import/export // Probably need to create a crate.
|
|
|
|
## Second
|
|
|
|
- [ ] Make use of file metadas, [This](https://github.com/GuillaumeGomez/audio-video-metadata) might be helpfull.
|
|
- [ ] Notifications
|
|
- [ ] Episode queue
|
|
- [ ] Embedded player
|
|
- [ ] MPRIS integration
|
|
- [ ] Search Implementation
|
|
|
|
## Third
|
|
|
|
- [ ] Download Queue
|
|
- [ ] Ability to Stream content on demand
|
|
- [ ] soundcloud and itunes feeds // [This](http://getrssfeed.com) seems intresting.
|
|
- [ ] Integrate with Itunes API for various crap
|
|
- [ ] YoutubeFeeds
|
|
|
|
## Rest Tasks
|
|
|
|
**Would be nice:**
|
|
|
|
- [ ] Make Podcast cover fetchng and loading not block the execution of the program at startup.
|
|
- [ ] Lazy evaluate episode loading based on the show_widget's scrolling.
|
|
|
|
**FIXME:**
|
|
|
|
- [ ] Fix Etag/Last-modified implementation. [#2](https://gitlab.gnome.org/alatiera/Hammond/issues/2)
|