After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 621784 - Automatic playlist creation GUI limits user options by using all ANDs or all ORs for its logical comparison
Automatic playlist creation GUI limits user options by using all ANDs or all ...
Status: RESOLVED DUPLICATE of bug 352637
Product: rhythmbox
Classification: Other
Component: User Interface
0.12.x
Other Linux
: Normal minor
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-16 13:53 UTC by Blaine Whited
Modified: 2010-06-16 16:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Blaine Whited 2010-06-16 13:53:38 UTC
First of, let me say this is a request for feature enhancements and as such, it has proven difficult to answer the required fields adequately.

Overview: User is unable to fully exercise standard logic statements when creating an automatic playlist

Steps to Reproduce: 
1. Have at least 4 songs in your playlist with the following info: 
NOTE:Song# and Genre# are used as variables in this example.
  <Title/Genre/Rating>
   Song1/Genre1/****
   Song2/Genre2/*****
   Song3/Genre1/*
   Song4/Genre3/*****

2. Create an automatic playlist using "Genre equals Genre1/Genre equals Genre2/Rating at least ****" 

(Do one of the following)
3a. Check the box "Add if any criteria are matched"

3b. Leave the box "Add if any criteria are matched" unchecked.

Actual Results: If 3a was preformed, user gets a playlist with all songs. (e.g. <genre> == Genre1 || <genre> == Genre2 || <rating> >= 4) If 3b was preformed, user gets an empty playlist. (e.g. <genre> == Genre1 && <genre> == Genre2 && <rating> >= 4)

Expected Results: A playlist with Song1 and Song2 but not Song3 or Song4 [e.g. ( <genre> == Genre1 || <genre> == Genre2 ) && <rating> >= 4 ]

Build Date & Platform: Binary package within Ubuntu 9.10 repository, version 0.15.5.0ubuntu5.2

Additional Builds and Platforms: Unknown but likely.

Additional Information: Bug was reported to https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/594135, this initial report also has screen-shots posted as part of the bug.
Comment 1 Jonathan Matthew 2010-06-16 16:22:35 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 352637 ***