-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtodo.txt
43 lines (29 loc) · 1.15 KB
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
TODO:
Save previous search url and add a "Resume Last Search" button on main list.
Done
Delay search url save until we know the search does NOT come up empty.
Done
Search by station name.
Done
Add main menu options to fetch the lists of tags, states, countries...
Done
Handle non-mp3 formats. Either make note of it on gui or add alt players.
Done
Maybe multiselect stations instead of single select.
Not Likely. Won't work well with with the play option.
Stay on station select screen if you hit play.
Done
Let play be the default instead of save?
Done
Come up with a scheme to stop playing? Send a bogus filename to player?
Done
Add a help dialog option on main menu. See flash script for example.
Not likely. Document cmd line args in Readme.
Maybe abbreviate codec to single letter like M,A,O for narrow screen.
Not needed
Add bitrate column if the screen is wide enough.
Done
Try mplayer for play. See if I need any code changes for that.
Done. Added example scripts for VLC and GMU as well.
Add "now playing N" backtitles to the screens with play buttons.
Done