store fetched artist's info in ~/.ncmpcpp/artists instead of ~/.lyrics

This commit is contained in:
unK
2008-09-28 23:58:27 +02:00
parent 3291d2fe36
commit dbe0480db5
7 changed files with 37 additions and 14 deletions

View File

@@ -46,6 +46,7 @@ void UpdateSongList(Menu<Song> *);
bool Keypressed(int, const int *);
void WindowTitle(const string &);
void EscapeUnallowedChars(string &);
string FindSharedDir(const string &, const string &);
string TotalPlaylistLength();