Page 1 of 1

Bpm in kolom

Posted: 09 Dec 2018 10:22
by Beuntje
Is it possible to make a kolom with the bpm from the Tag ID?

Re: Bpm in kolom

Posted: 09 Dec 2018 11:17
by highend
Only possible via a custom column (at least here, the property "System.Music.BeatsPerMinute" doesn't deliver anything...):

01. You need the CLI version of MediaInfo!
E.g.: https://mediaarea.net/download/binary/m ... s_i386.zip

02. Extract the .zip

03. Setup a custom column by typing:

Code: Select all

snippet;
in the address bar and execute it with {ENTER}
Paste the code below into that edit window and
adapt the path to MediaInfo!

Code: Select all

Snip: CustomColumn 1
  XYplorer 19.40.0106, 09.12.2018 11:15:49
Action
  ConfigureColumn
Caption
  BPM
Type
  3
Definition
  $mediaInfo = "D:\Tools\@Command Line Tools\MediaInfo\MediaInfo.exe";
      return replace(runret("""$mediaInfo"" ""--Inform=General;%BPM%"" ""<cc_item>"""), <crlf>);
Format
  1
Trigger
  1
Item Type
  0
Item Filter
  mp3