Add support for smart playlist manipulation by date added to database. Updated mt-daapd.playlist to match

This commit is contained in:
Ron Pedde
2004-09-12 23:20:29 +00:00
parent 5463b63436
commit e43caee157
10 changed files with 215 additions and 18 deletions

View File

@@ -584,6 +584,7 @@ int main(int argc, char *argv[]) {
case 'p':
parseonly=1;
foreground=1;
break;
case 'r':
@@ -607,7 +608,7 @@ int main(int argc, char *argv[]) {
exit(EXIT_FAILURE);
}
if(config.logfile) {
if((config.logfile) && (!parseonly)) {
log_setdest(config.logfile,LOGDEST_LOGFILE);
} else {
if(!foreground) {