AIMP Forum

AIMP for PC => Вопросы / Questions => Topic started by: ultraboom on August 26, 2026, 10:16:50

Title: Playback filter addon ?
Post by: ultraboom on August 26, 2026, 10:16:50
Hello,

I have  rips of CDs (flac, cue) with track names containing some keywords.
While playing, I would like to skip the tracks containing a keyword.

Use case: skip all recitativo of an opera recording

I would like to avoid any playlist preprocessing, and rather filter on the fly.

Is there an addon that allows to do that ?
Or else, can the SDK support that ? (enable/disable a track, callback before playing a track...)

Thanks
Title: Re: Playback filter addon ?
Post by: Artem on August 26, 2026, 10:34:09
You can use smart-playlist that will filter the tracks that contains a specified keyword. So, your playing playlist will not contains the tracks that you don't to listen
Title: Re: Playback filter addon ?
Post by: ultraboom on August 26, 2026, 12:31:46
Excellent