todo: audio file to songs

This commit is contained in:
Chris Cochrun 2022-09-21 06:24:52 -05:00
parent 616e791f74
commit 8fc6d987a1

View file

@ -3,8 +3,12 @@
:CATEGORY: dev :CATEGORY: dev
:END: :END:
* Tasks [53%] [15/28] * Tasks [50%] [15/30]
** TODO Add an audio file to the song so that it will play when the song is presented :feature:song:
- [ ] Add audio file to model
- [ ] add ui for adding audio file
- [ ] add extra mpv piece to slide to play audio file
** TODO add a dropping area in the library :feature:ui: ** TODO add a dropping area in the library :feature:ui:
- [X] Basic droparea - [X] Basic droparea
- [X] Determine which library to add to based on extension. - [X] Determine which library to add to based on extension.