I'm writing a plug-in that works with foobar's database, which means I need to know if the database is enabled or not, I looked at the albumlist component and it just has a warning & sends the user to the db's config page. This is not a possibility for me, because my plug-in doesnt enumerate the items in the db, so i can't really just back down when enum_items or some other call returns 0.


hopefully I didnt confuse anyone and there is a way to do this...