Skip to content
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

replaygain column in library #7796

Closed
mixxxbot opened this issue Aug 22, 2022 · 3 comments
Closed

replaygain column in library #7796

mixxxbot opened this issue Aug 22, 2022 · 3 comments

Comments

@mixxxbot
Copy link
Collaborator

Reported by: rryan
Date: 2015-01-04T23:49:45Z
Status: Fix Released
Importance: Wishlist
Launchpad Issue: lp1407527
Tags: easy, replaygain, weekend


Speaking of predicting replaygain -- it would be nice if we showed the track replaygain adjustment in a hidden-by-default column.

@mixxxbot
Copy link
Collaborator Author

Commented by: uklotzde
Date: 2015-10-30T13:39:46Z


Any progress on this one?

  • The column should be hidden by default -> BrowseTableModel::isColumnHiddenByDefault()
  • The column could be read-only in the first step -> BrowseTableModel::flags()
  • For displaying values like "-5.43 dB" you can use ReplayGain::formatRatio2Gain() that has been added recently. Please note that TIO::getReplayGain() despite its name currently stores the internal ratio value and not the track's dB gain.

Background: I need it together with a new context menu option to reset a track's replay gain for effectively evaluating https://bugs.launchpad.net/mixxx/+bug/1407010

@mixxxbot
Copy link
Collaborator Author

Commented by: uklotzde
Date: 2015-11-04T22:17:53Z


Added column (read-only) for replay gain in table views:
#766

@mixxxbot
Copy link
Collaborator Author

Issue closed with status Fix Released.

@mixxxbot mixxxbot transferred this issue from another repository Aug 24, 2022
@mixxxbot mixxxbot added this to the 2.1.0 milestone Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant