Header - Main configuration. More...
Go to the source code of this file.
Defines | |
#define | CONFIG_MUSIC_PATH "MUSIC" |
the music directory path on device - linux format - ascii | |
#define | CONFIG_LOG_LEVEL 7 |
the maximum logged level | |
#define | CONFIG_LOG_FILENAME "db5fuse.log" |
the log filename - utf8 | |
#define | CONFIG_DEFAULT_ARTIST "Unknow artist" |
default arstist - ascii | |
#define | CONFIG_DEFAULT_ALBUM "Unknow album" |
default album - ascii | |
#define | CONFIG_DEFAULT_GENRE "Unknow" |
default genre - ascii | |
#define | CONFIG_DEFAULT_TITLE "Unknow title" |
default title - ascii | |
#define | CONFIG_ASF_EXT "wma" |
asf file extension - ascii | |
#define | CONFIG_MPEG_EXT "mp3" |
mp3 file extension - ascii | |
#define | CONFIG_MAX_DB5_ENTRY 4294967293U |
maximum of db5 database entries | |
#define | CONFIG_DB5_DATA_DIR "System/DATA" |
relative path do database files - utf8 | |
#define | CONFIG_DB5_DAT_FILE "DB5000.DAT" |
database data filename - utf8 | |
#define | CONFIG_DB5_HDR_FILE "DB5000.HDR" |
database meta-data filename - utf8 | |
#define | CONFIG_DB5_IDX_FILE "DB5000_%c%c%c%c.IDX" |
database indexes filename format - utf8 | |
#define | CONFIG_NAMES_FILE "Names.txt" |
database names filename - utf8 |
Header - Main configuration.
Definition in file config.h.