filename parser for tag editor, renaming files support, minor fixes

This commit is contained in:
unK
2008-09-12 22:06:48 +02:00
parent 8fb83ac476
commit 2605b29dd9
14 changed files with 529 additions and 120 deletions

View File

@@ -49,13 +49,14 @@ enum NcmpcppScreen
csHelp,
csPlaylist,
csBrowser,
csTagEditor,
csTinyTagEditor,
csInfo,
csSearcher,
csLibrary,
csLyrics,
csPlaylistEditor,
csAlbumEditor
csTagEditor,
csOther
};
const int ncmpcpp_window_timeout = 500;