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

@@ -25,6 +25,7 @@
#include "ncmpcpp.h"
const string config_dir = home_folder + "/.ncmpcpp/";
const int null_key = 0x0fffffff;
struct ncmpcpp_keys
@@ -146,6 +147,7 @@ struct ncmpcpp_config
int message_delay_time;
};
void CreateConfigDir();
void DefaultKeys(ncmpcpp_keys &);
void DefaultConfiguration(ncmpcpp_config &);
void ReadKeys(ncmpcpp_keys &);