20 lines
851 B
Plaintext
20 lines
851 B
Plaintext
|
A replacement for podbeuter.
|
||
|
Write in ncurses with rust.
|
||
|
Have a hotkey to flag for delete. Also have undelete key
|
||
|
Have a hotkey that will open up the URLS file in an editor set in the config file
|
||
|
have a help of course
|
||
|
|
||
|
config file
|
||
|
Can set editor
|
||
|
Can set default video/audio player
|
||
|
-- Have a hot key that allows to use a non-default player
|
||
|
Have list of hot key setable here (let's keep it easy, at least at first, it'll just be the actual variables to be loaded in)
|
||
|
|
||
|
Allow to choose which episode to start from
|
||
|
Remember where we left off in the episode list (how do they do that?)
|
||
|
If possible, add some sort of resume feature.
|
||
|
Add YTPDL support.
|
||
|
Bassically it'll work the same way, but it will only create the update file, not run it.
|
||
|
Can we queue videos somehow? Just pull playlist information and make it look like the rest of the program?
|
||
|
|