smart playlists of the form ( A OR B OR C ) AND X

Bug #372012 reported by Alex
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Exaile
Confirmed
Low
Unassigned

Bug Description

Amarok 1.4 allowed you to set "Match Any of the following conditions" as well as "Match All of the following conditions" for smart playlists. This allowed you to create playlists with conditions like "( Artist == A OR Artist == B) AND ( Rating >=4 AND Genre == 'Rock' )".

This would be a great feature to bring to Exaile's smart playlists, which seem to only allow you to set a list of conditions joined by AND or OR.

Revision history for this message
Johannes Sasongko (sjohannes) wrote : [Bug 372012] Re: smart playlists of the form ( A OR B OR C ) AND X

Could you give a screenshot of this?

Revision history for this message
Alex (alex-public-account+launchpad) wrote :

Certainly.

The following screen shot shows a playlist which selects songs by Mozart, Beethoven, or Mossorgsky which have a rating of greater than 3.5 (so 4 stars and up).

Changed in exaile:
status: New → Confirmed
importance: Undecided → Low
Changed in exaile:
milestone: none → 0.3.1
Revision history for this message
reacocard (reacocard) wrote :

probably the easiest way to do this in 0.3.x is to just allow users to enter custom search queries in the smart playlist editor. then you could do something like this directly:

(artist=="A" | artist=="B") rating>=4 genre=="rock"

reacocard (reacocard)
Changed in exaile:
milestone: 0.3.1 → 0.3.2
reacocard (reacocard)
Changed in exaile:
milestone: 0.3.2 → 0.3.x
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.