aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
blob: 3a8db603ddeb86b8c63b4a81580a7ea1327cea90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Features:
* remote playlists 
* search screen
* id3 browser

Other:
* Add libgpm support?

Glib
* replace snprintf with g_snprintf or g_strdup_printf 
* replace strcat with g_strlcat or g_strconcat()
* replace strncpy with g_strlcpy 
* replace strstr with g_strrstr 
* ...