Reply To: Smart playlists based on directory?

#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