So if you have like for instance two folders:
1. Music
2. Clips
You can define that you want to search for ex. 'Beyonce' only in the Clips folder.
Maybe even more definitions like:
- Size
- Date
- Extension
- Folder
- Rating
- etc..

Moderator: moderators
hakko wrote:Having an 'advanced search' feature has been requested tons of times. Since people create new threads instead of searching the forum, I feel forced to copy and paste the same reply in a handful of threads to reach people subscribing to the topic.
I've just added an 'advanced search' interface to my Subsonic mod, see viewtopic.php?f=4&t=9777&p=50566#p50566.
It allows for combining some twenty different criteria when searching for tracks, browsing all results, and adding all of them for playback. The mod is documented at http://dilerium.se/musiccabinet/.
hakko wrote:This is basically the code I wrote for this function:
https://github.com/hakko/musiccabinet/c ... 400abd0a30
https://github.com/hakko/subsonic/commi ... 7effa4a72b
Feel free to re-write and add it to standard Subsonic (and make your new code public too, to conform with the GPL license).
It's not as straight-forward as one could hope, though. Sindre has made some design choices in Subsonic (to keep the install simple) that makes this harder to achieve in version 4.6 / 4.7. It's part of the reason why I prefer to use PostgreSQL for storing metadata. It adds an extra step to the installation, but it offers much greater power once it's up and running.
Users browsing this forum: No registered users and 0 guests