Geavanceerd zoeken
This page explains how to use Advanced Search in Tagger.
Advanced Search is a powerful feature provided by Tagger that allows users to search files' tag contents for certain values, using a powerful tag-based syntax:
!eigenschap1="waarde1";eigenschap2="waarde2"
Where prop1, prop2 are valid tag properties and value1, value2 are the values to search wrapped in quotes. Each property is separated by a semicolon. Notice how the last property does not end with a semicolon.
Geldige eigenschappen
bestandsnaam
titel
artiest
album
jaar
nummer
aantal_nummers
albumartiest
genre
opmerking
beatsperminute (bpm)
componist
omschrijving
schijfnummer
aantal_schijven
uitgever
publicatiedatum
aangepast
Properties are case-insensitive.
Syntax Checking
If the syntax of your string is valid, the textbox will turn green and will filter the listbox with your search. If the syntax of your string is invalid, the textbox will turn red and will not filter the listbox.
Voorbeelden
!artiest=""
This search string will filter the listbox to contain music files whose artist is empty.
!genre="";jaar="2022"
This search string will filter the listbox to contain music files whose genre is empty and whose year is 2022 (Year and Track properties will validate if the value string is a number).
!titel="";artiest="bob"
This search string will filter the listbox to contain music files whose title is empty and whose artist is bob.
!aangepast="mbrd"
This search string will filter the listbox to contain music files that contain a custom property with the name mbrd.