Bpm in kolom

Features wanted...
Post Reply
Beuntje
Posts: 1
Joined: 09 Dec 2018 10:12

Bpm in kolom

Post by Beuntje »

Is it possible to make a kolom with the bpm from the Tag ID?

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Bpm in kolom

Post 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
One of my scripts helped you out? Please donate via Paypal

Post Reply