From ba75e6038f3f9af54bdeaf9feb1f4bd90c042f19 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 29 Jan 2008 06:57:54 +0000 Subject: Move the playlist catalog config into the standard config files. 1 less disk spinup when the playlist cataloge is used the first time. The manual doesnt currently mention this setting (or ever did). use "playlist catalog directory:/path/to/Playlists" in the .cfg git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16181 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/settings.h') diff --git a/apps/settings.h b/apps/settings.h index 179a3390d7..bdbe8d922e 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -74,6 +74,7 @@ struct opt_items { #define CODECS_DIR ROCKBOX_DIR "/codecs" #define RECPRESETS_DIR ROCKBOX_DIR "/recpresets" #define FMPRESET_PATH ROCKBOX_DIR "/fmpresets" +#define PLAYLIST_CATALOG_DEFAULT_DIR "/Playlists" #define VIEWERS_CONFIG ROCKBOX_DIR "/viewers.config" #define CONFIGFILE ROCKBOX_DIR "/config.cfg" @@ -723,6 +724,7 @@ struct user_settings int keyclick; /* keyclick volume */ int keyclick_repeats; /* keyclick on repeats */ #endif + unsigned char playlist_catalog_dir[MAX_FILENAME+1]; }; /** global variables **/ -- cgit v1.2.3