Hi,
I think I need some help with smart playlists. I use 1018. I have already tested that if I enter a line in the database, it will appear in the web interface. So I am pretty sure that currently the playlist file seems not to be processed.
It is as follows:
# ls -l mt-daapd.playlist
-rw-r--r-- 1 root staff 3772 2006-05-11 13:50 /usr/local/etc/mt-daapd.playlist
# cat /usr/local/etc/mt-daapd.playlist
"60's Music" {
Year >= 1960 && Year < 1970
}
"Recently Added" {
Date after 2 weeks ago
}
"Rock" {
genre includes "Rock"
}
"Recently Added MP3s" {
date after last month AND file includes ".mp3"
}
I have debuged and read in the code. But no clue. Anybody else?
Best Regards,
Carsten.
Post edited by: schiers, at: 2006/05/11 12:55
Post edited by: schiers, at: 2006/05/11 12:56