This shows you the differences between two versions of the page.
plans [2009/10/03 00:52] squentin |
plans [2013/04/03 06:29] (current) |
||
---|---|---|---|
Line 9: | Line 9: | ||
* artist/album pictures | * artist/album pictures | ||
* more cover/artist picture options : to set default load/save folder/filename | * more cover/artist picture options : to set default load/save folder/filename | ||
- | * more than one pictures | + | * more than one picture |
* cover manager | * cover manager | ||
* lyrics | * lyrics | ||
Line 23: | Line 23: | ||
* add a way to define actions to execute based on where the SongTree is clicked on | * add a way to define actions to execute based on where the SongTree is clicked on | ||
* some optimizations | * some optimizations | ||
- | * custom filename pattern in autofill mass tagging | + | * custom filename pattern in autofill mass tagging (//done in git//) |
- | * better genre edit widget in masstagging (that allow removing a genre from all songs without touching the other genres) (//done in v1.1.x, though not very pretty currently//) | + | * better genre edit widget in masstagging (that allow removing a genre from all songs without touching the other genres) (//done in v1.1.x//) |
* options to save lastplayed, playcount, rating, labels, lastskipped and skipcount in tags | * options to save lastplayed, playcount, rating, labels, lastskipped and skipcount in tags | ||
* FPane tree like for example genre -> artist -> album (-> songs)? (//done in v1.1.x with some minor bugs, no ->songs for now//) | * FPane tree like for example genre -> artist -> album (-> songs)? (//done in v1.1.x with some minor bugs, no ->songs for now//) | ||
Line 33: | Line 33: | ||
* support for cuesheets | * support for cuesheets | ||
* fix expandbox inside a paned | * fix expandbox inside a paned | ||
- | * asynchronous DNS request in simple_http.pm (requires a fork, not very nice :( ) (//will probably use wget instead : replace simple_http.pm by simple_http_wget.pm (from v1.1.x) to test it//) | + | * asynchronous DNS request in simple_http.pm (//done in git, use either wget or AnyEvent::HTTP//) |
* more widgets | * more widgets | ||
* next song (//possible v1.1.2+, by using the group option : Title(group=Next) (see [[http://gmusicbrowser.git.sourceforge.net/git/gitweb.cgi?p=gmusicbrowser/gmusicbrowser;a=commit;h=43416e458712d1104ffc7b3149499172468f42c9|this commit]])//) | * next song (//possible v1.1.2+, by using the group option : Title(group=Next) (see [[http://gmusicbrowser.git.sourceforge.net/git/gitweb.cgi?p=gmusicbrowser/gmusicbrowser;a=commit;h=43416e458712d1104ffc7b3149499172468f42c9|this commit]])//) | ||
Line 47: | Line 47: | ||
* playlist history (to correct mistakes,...) | * playlist history (to correct mistakes,...) | ||
* use SongTree drawing code ("graphical elements") in Mosaic mode, in a layout widget ? | * use SongTree drawing code ("graphical elements") in Mosaic mode, in a layout widget ? | ||
- | * replace all the %letter syntax by the much more powerful, not finished, new syntax (//in progress, can already use $field in git//) | + | * replace all the %letter syntax by the much more powerful, not finished, new syntax (//in progress, can already use $field in v1.1.x//) |
* add replay-gain song properties (//done in v1.1.2+//) | * add replay-gain song properties (//done in v1.1.2+//) | ||
* equalizer : | * equalizer : | ||
* support the equalizer option in mplayer (although it can't be change during the song) | * support the equalizer option in mplayer (although it can't be change during the song) | ||
* allow loading/saving preset (the band frequencies in the gstreamer plugin and the mplayer option are different -> I'm not sure what I should do) | * allow loading/saving preset (the band frequencies in the gstreamer plugin and the mplayer option are different -> I'm not sure what I should do) | ||
+ | * <ochosi>: mplayer and gstreamer use two different models (preferred and calculated center), the difference between the two could be considered as redundant. ([[http://www.zytrax.com/tech/audio/equalization.html|source]]) | ||
* better "album menu" to select songs from album with album picture | * better "album menu" to select songs from album with album picture | ||
* way to select songs of a SongList/SongTree based on a filter | * way to select songs of a SongList/SongTree based on a filter |