-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Analyze shouldn't show tracks that are already analyzed #6521
Comments
Commented by: daschuer Additional thoughts:
|
Commented by: esbrandt Just as the tooltip states the "New" radio button lists tracks added to the library within the last 7 day. The usefulness of the button is questionable. Listing only tracks that have not already been analyzed sound reasonable as well as having an easy way to re-analyze tracks. The Analyze view is the natural place for that. We have already a "Clear BPM and beatgrid" option in the tracks mouse menu but users would currently have to sort the library for tracks with 0 BPM to have a clue which tracks need to be (re)analyzed eventually.. |
Commented by: kain88-de How about we change the two radio buttons in two checkboxes , 're-analyze' and 'not analyzed'. Would it be useful to offer a re-analyze option for tracks that have already been analyzed by the current mixxx-version? |
Commented by: rryan One issue we will have to tackle with this bug is that we don't currently On Mon, Jun 11, 2012 at 6:56 AM, Max Linke wrote:
|
Commented by: kain88-de Instead of storing a boolean to know if a track is analyzed we could save a 32bit flag to also store which analyzer version was used. In case the analyse options are changed this flag in the library could be set to 0. This way we would keep track of all tracks that currently need to be analyzed |
Commented by: rryan The main problem with this is that you don't know if the analyzer has been On Tue, Jul 3, 2012 at 9:44 AM, Max Linke wrote:
|
Commented by: daschuer I have thought about something similar, but use the flags for single information like that: #define REPLAY_GAIN_ANALYSIS_V1 0x00000001 |
Commented by: daschuer Addition to post #7 (Have not read RJs post until now) If a new Mixxx version comes with a new or optimized analyzer task, It should use a new flag from the bit field. If the user changes the preferences in for example beat detection, the BEATGRID_ANALYSIS_V2 bit is reset in all tracks after a warning. I am not sure if this covers all corner cases, but for me it is better than the current solution. |
Reported by: kain88-de
Date: 2012-06-10T20:57:47Z
Status: Confirmed
Importance: Wishlist
Launchpad Issue: lp1011312
Analyze now shows also tracks that are already analyzed we should filter it to only show songs that are not analyzed
The text was updated successfully, but these errors were encountered: