Add iTunes playlist support

This commit is contained in:
Ron Pedde
2005-05-21 05:53:11 +00:00
parent 8b30cbce9a
commit 9ae132a127
10 changed files with 328 additions and 58 deletions

View File

@@ -421,6 +421,8 @@ int main(int argc, char *argv[]) {
exit(EXIT_FAILURE);
}
DPRINTF(E_LOG,"Starting with debuglevel %d\n",err_debuglevel);
if(!foreground) {
if(config.logfile) {
err_setdest(config.logfile,LOGDEST_LOGFILE);