FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Feature Requests › Smart playlists based on directory? › Reply To: Smart playlists based on directory?
07/03/2006 at 7:18 AM
#4069
rpedde
Participant
Playlist like that might be:
path includes "/incoming"
There is also a “startswith” that is actually better for this, as it can use the index, so:
path startswith "/my/mp3/root/incoming"
would be a better playlist.
— Ron