Originally Posted By: Roger
Originally Posted By: frog51
Just had the error 'There isn't a file with FID 2 on this device' come up


Top of my head, I think ID 2 is config.ini.


Nope:

Code:
/* Predefined fids */
#define FID_VERSION		0
#define FID_ID			1
#define FID_TAGINDEX		2
#define FID_STATICDATABASE     	3
#define FID_DYNAMICDATABASE	4
#define FID_PLAYLISTDATABASE	5
#define FID_CONFIGFILE		6
#define FID_PLAYERTYPE		7
#define FID_VISUALLIST		8
#define FID_EXTRADB		9
_________________________
-- roger