FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › location of smart playlists post 0.2.4
- This topic has 8 replies, 2 voices, and was last updated 17 years, 7 months ago by spoo333.
-
AuthorPosts
-
03/05/2007 at 5:36 PM #1360spoo333Participant
Hi,
My apologies for this basic question, but where are smart playlists stored in builds post 0.2.4? I’ve just upgraded to mt-daapd 0.3.0_pre1376 on Gentoo and noticed that none of the old smart playlists “survived”. This I imagine is to do with the new sql base for versions post 0.2.4. The new smart playlists are easy to create, but I can’t seem to figure out where they are stored.
Thanks for your help,
David03/05/2007 at 6:48 PM #10529rpeddeParticipant@spoo333 wrote:
Hi,
My apologies for this basic question, but where are smart playlists stored in builds post 0.2.4? I’ve just upgraded to mt-daapd 0.3.0_pre1376 on Gentoo and noticed that none of the old smart playlists “survived”. This I imagine is to do with the new sql base for versions post 0.2.4. The new smart playlists are easy to create, but I can’t seem to figure out where they are stored.
Thanks for your help,
DavidThey actually live in the database. You can look at them using a sqlite browser, and can back them up using the sqlite command to dump the “playlists” table.
I think they are going to end up moving back out of the db, though.
— Ron
03/05/2007 at 6:52 PM #10530spoo333ParticipantThanks for your reply, Ron. When they move out of the database again, will this happen automatically? BTW, thanks for all your hard work – when upgrading from 0.2.4 I was really impressed by the new control interface. Great stuff!
04/05/2007 at 2:16 AM #10531rpeddeParticipant@spoo333 wrote:
Thanks for your reply, Ron. When they move out of the database again, will this happen automatically? BTW, thanks for all your hard work – when upgrading from 0.2.4 I was really impressed by the new control interface. Great stuff!
Yes, I hope to migrate stuff right out. Probably won’t use the same 0.2.4 style, as the parser is completely different, but I anticipated pulling the data out of the db and populating the playlist the first time.
— Ron
04/05/2007 at 9:57 AM #10532spoo333ParticipantCool. Any plans yet as to when this will happen?
04/05/2007 at 5:22 PM #10533rpeddeParticipant@spoo333 wrote:
Cool. Any plans yet as to when this will happen?
I think the roku 1.1 is about done, then that’s the next thing I’m going to do. Concurrently with working on UPnP.
— Ron
05/05/2007 at 2:25 PM #10534spoo333ParticipantThanks, Ron. Two more questions regarding the new smart playlists.
Are the e.g. genre descriptions case sensitive? ie: does it make a difference whether it is “tribal techno” or “Tribal Techno”?
How do I define what used to be “Date after 3 weeks ago”, ie the tracks that were added over the last 3 weeks?
Cheers,
David06/05/2007 at 5:30 AM #10535rpeddeParticipant@spoo333 wrote:
Thanks, Ron. Two more questions regarding the new smart playlists.
Are the e.g. genre descriptions case sensitive? ie: does it make a difference whether it is “tribal techno” or “Tribal Techno”?
How do I define what used to be “Date after 3 weeks ago”, ie the tracks that were added over the last 3 weeks?
Cheers,
DavidThey are case sensitive, but if you do an “include”, then it isn’t.
So:
genre includes “Tribal Techno” gets both “tribal techno” and “Tribal Techno”.
as far as the date one, something like:
time_added after 3 weeks before today
or
time_added > 3 weeks before today
Eventually, I’ll make “ago” a synonym for “before today”, but once you know how they go, it’s okay.
More details here, btw: http://wiki.fireflymediaserver.org/Smart_playlists
— Ron
06/05/2007 at 4:09 PM #10536spoo333Participantmany thanks!!!
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.