How to delete Track Volume and Album Volume

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: How to delete Track Volume and Album Volume

Re: How to delete Track Volume and Album Volume

by Peke » Sat Jul 11, 2020 3:15 pm

FYI MM5 Also support all extended tags if they comply with Tag format rules.

Image

Re: How to delete Track Volume and Album Volume

by dypsis » Fri Jul 10, 2020 1:34 am

Download mp3tag and browse to a file.
Browse to a folder that has some of your audio tracks, right click and select "Extended Tags".
You should see the Replay Gain tags in there.
You can delete them from there, if that is the question you are asking.

The advantage of Mp3tag over some other taggers is that it can display all tags, standard and non-standard instead of defined program tags.

Re: How to delete Track Volume and Album Volume

by Erwin Hanzl » Fri Jul 10, 2020 1:27 am

Hello Husker,
glad to have done some work for you.
The advantage of this addon is that it is an official addon from MediaMonkey.

So that "SDB.AllVisibleSongList" does not trigger a catastrophe, I have changed the script for myself. This could happen if no music files are selected. Then ALL visible files would be changed. Always look closely at the number of marked files in the confirmation window !!

Code: Select all

Sub ClearField
  'get selected tracks
  Dim list : Set list = SDB.SelectedSongList 
  If list.count = 0 Then 
    'Set list = SDB.AllVisibleSongList  'deactivate by Erwin Hanzl 09.07.2020
  'End If 				'deactivate by Erwin Hanzl 09.07.2020
  'If list.count = 0 Then		'deactivate by Erwin Hanzl 09.07.2020
    Call SDB.MessageBox("ClearField: There are no selected tracks.",mtError,Array(mbOk))
    Exit Sub
  End If  
How do I do that?
Close MM
Open Windows Explorer - Enter in address bar: % appdata%
Open folder: "MediaMonkey" - Open folder: "Scripts"
There is a file called "ClearField.vbs"
Open with Windows editor - make change
Save, exit editor
Start MM and test with ONE marked file.

Re: How to delete Track Volume and Album Volume

by husker » Thu Jul 09, 2020 9:25 pm

Thank you Erwin! It worked perfectly.

Re: How to delete Track Volume and Album Volume

by Erwin Hanzl » Thu Jul 09, 2020 5:28 pm

Hello Husker,

it is possible with the Addon Clear Field 1.3.
https://www.mediamonkey.com/addons/brow ... ear-field/

Field: Leveling
Field: LevelingAlbum

Re: How to delete Track Volume and Album Volume

by husker » Thu Jul 09, 2020 3:31 pm

But how can one remove the Album volume property?

Re: How to delete Track Volume and Album Volume

by Lowlander » Thu Jul 09, 2020 3:18 pm

Re: How to delete Track Volume and Album Volume

by husker » Thu Jul 09, 2020 2:45 pm

I also need to delete the Album Volume fields. RegExp doesn't seem to do this, only track volumes. Any ideas? (Can't seem to do this in MP3Tag either). Where does MM pull this info from?

Re: How to delete Track Volume and Album Volume

by Lowlander » Sat Sep 22, 2018 12:00 pm

Note that disabling Play > Level Playback Volume stops using these values on playback.

You can manually delete Track Volume (or modify it) inline in the File Listing, but not Album Volume. RegExp also seems to be able to remove the value: https://www.mediamonkey.com/forum/viewt ... =2&t=28510

How to delete Track Volume and Album Volume

by skibbbi » Sat Sep 22, 2018 7:21 am

I can't find how to clear this fields in Gold MM. Any suggestion?

Top