FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › Creating Smart Playlists
- This topic has 7 replies, 2 voices, and was last updated 19 years, 3 months ago by rpedde.
-
AuthorPosts
-
22/08/2005 at 3:18 AM #86txrangerGuest
I wanna create a smart playlist using other smart playlists is this possible.
Also is there a way to party shuffle a daapd playlist
Also is there a way using daapd to track the number of times the track has been played and the last played? This is not show in itunes for the daapd server.
When i imported my smart playlists it made them all static
22/08/2005 at 6:53 AM #3547rpeddeParticipantI wanna create a smart playlist using other smart playlists is this possible.
Not right now, but it’s a good idea.
Also is there a way to party shuffle a daapd playlist
Nope, but that’s an iTunes misfeature. Can’t be fixed on the server side.
Also is there a way using daapd to track the number of times the track has been played and the last
played? This is not show in itunes for the daapd server.Latest CVS does show this info, but only when parsed from the iTunes xml file. So if you are serving from a “live” iTunes file source, it will
When i imported my smart playlists it made them all static
I’m not sure what you mean by that. Also, what version are you using? Nightlies, or 0.2.1.1?
22/08/2005 at 11:26 AM #3548saintdevGuestWhile we’re talking about smart playlists, do you plan to include a random feature in the smart playlists?
22/08/2005 at 11:47 AM #3549rpeddeParticipantI like the idea generally, but my problem with it is that I don’t have a way to do that in sqlite. MySQL can do something like “select * from songs order by random limit 50” to select 50 random songs.
Sqlite doesn’t have a native function like that, and I can’t think of a sql-y way to do that.
Any ideas?
22/08/2005 at 11:50 AM #3550rpeddeParticipantWait… I had an attack of brain damage. it does support that.
I guess that’s a yes, then. 🙂
22/08/2005 at 10:15 PM #3551txrangerGuestOk for clarification. I copied my Itune Library.xml over to my mp3_dir. When I started mt-daapd it imported all my Smart Playlists as Static Playlists. I am using the 8-15 nightly.
23/08/2005 at 8:28 AM #3552saintdevGuestrpedde wrote:
I like the idea generally, but my problem with it is that I don’t have a way to do that in sqlite. MySQL can do something like “select * from songs order by random limit 50” to select 50 random songs.
Sqlite doesn’t have a native function like that, and I can’t think of a sql-y way to do that.
Any ideas?
I didn’t even know that you could do that with sql (MySQL or otherwise), that’s why i was asking…well that’s nice to know 😀
Ok, I’ve finished hyjacking your post now txranger.
23/08/2005 at 12:05 PM #3553rpeddeParticipantAh yeah. That’s correct. The iTunes xml file has two pieces of information for smart playlists.. One is the actual smart playlist criteria, and the other are the files that it has determined are in the smart playlist.
The problem is that the playlist criteria are in a binary format — so I can’t convert it to a format the mt-daapd understands, so instead, I just read the files that iTunes has decided is on the playlist, and make a static out of that.
If the xml file were to change, the static playlist would change. You could semi-automate that by setting up a batch file to copy your itunes xml into the mp3_dir somewhere whenever you log into the machine (startup item, or as a scheduled task inside windows)
— Ron
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.