FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Nightlies Feedback › Help needed with smart playlists
- This topic has 13 replies, 3 voices, and was last updated 18 years, 4 months ago by fizze.
-
AuthorPosts
-
11/05/2006 at 7:51 PM #262schiersParticipant
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
11/05/2006 at 9:25 PM #4365fizzeParticipantthe smart playlists are DAAP (iTunes) specific, for the moment.
I found mine also not working when I switched to RSP.
plus, you might want the playlist file WRITEABLE by the user mt-daapd runs under. 😉
12/05/2006 at 12:52 AM #4366schiersParticipantThanks for te hints, fizze.
I will try our to make it writeable. But I think it’s not the thing you noticed, as there will be no entry in the database at all. The playlist file seems not to be processed at all…
Grüße in die Berge
von der Waterkant,
Carsten.12/05/2006 at 2:47 AM #4367fizzeParticipantyes, the writeable thing is merely so you can edit them through the web interface.
12/05/2006 at 3:19 AM #4368schiersParticipantFizze,
so it is. No change. My playlist file is not processed. Maybe somebody else with a good idea?
Thanks,
Carsten.12/05/2006 at 6:31 AM #4369rpeddeParticipantNope, the playlist file is cheerfully ignored in nightlies. it’s stored in the database instead. That’s the “smart” tab on the web interface.
— Ron
12/05/2006 at 11:58 AM #4370schiersParticipantOpps, didn’t see that (fr whatever reason).
Thanks Ron,
Carsten.16/05/2006 at 3:37 PM #4371fizzeParticipantI tried to set up some clever (and smart of course) playlists with the web interface and found the field “file” and “date”, amongst others, missing.
Is it just not in the wizard ? or is the functionality different ?
17/05/2006 at 4:16 AM #4372rpeddeParticipant@fizze wrote:
I tried to set up some clever (and smart of course) playlists with the web interface and found the field “file” and “date”, amongst others, missing.
Is it just not in the wizard ? or is the functionality different ?
Just not in the wizard. You can dump it right in the text box, though.
— Ron
17/05/2006 at 6:56 AM #4373fizzeParticipantI tried that. it gives an error ans sais something like “field expected”.
I tried “date” and or the above example. -
AuthorPosts
- The forum ‘Nightlies Feedback’ is closed to new topics and replies.