Author Topic: Additional Tagging & Reporting Tools  (Read 938072 times)

redwing

  • Guest
I think this needs to be added to the command dialog, otherwise users will never know.

you can double-click on any cell to view full tag value

boroda

  • Sr. Member
  • ****
  • Posts: 4659
i just cant place check box with label on command window fancily, so look at check box without label. there is a tooltip instead of label.


redwing

  • Guest


redwing

  • Guest
Getting this error and it doesn't write values as shown in preview.

10.0.16299.0 - 3.2.6595.18565 - System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at MusicBeePlugin.ReencodeTagsPlugin.applyChanges()
   at MusicBeePlugin.PluginWindowTemplate.serializedOperation()
   at #=zlzGadM3B9bXeaXFUig==.#=z5TDdNmu87foz(Object #=z7JHDu6k=)

Is this due to adding the sort tag option?

phred

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 9369
persistent windows are restored:
Thanks for the notification
Download the latest MusicBee v3.5 or 3.6 patch from here.
Unzip into your MusicBee directory and overwrite existing files.

----------
The FAQ
The Wiki
Posting screenshots is here
Searching the forum with Google is  here

boroda

  • Sr. Member
  • ****
  • Posts: 4659
Getting this error and it doesn't write values as shown in preview.

10.0.16299.0 - 3.2.6595.18565 - System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at MusicBeePlugin.ReencodeTagsPlugin.applyChanges()
   at MusicBeePlugin.PluginWindowTemplate.serializedOperation()
   at #=zlzGadM3B9bXeaXFUig==.#=z5TDdNmu87foz(Object #=z7JHDu6k=)

Is this due to adding the sort tag option?

redwing, i cant reproduce this error, but i've found some bug (again with artwork) and have fixed it. try this version:

http://www.mediafire.com/file/afnk9ern1ydyp3a/mb_TagTools_2018-01-22-8.zip

if new version doen't fix your error then pm the problem track.



Smudger

  • Jr. Member
  • **
  • Posts: 91
Hiya

New to MB, but a small issue has arisen how can I export a selection of tracks instead of my whole database please


Regards

Steve


redwing

  • Guest
Can you show me an example of how to use the new virtual functions with ASR presets?
Say you want to have a virtual tag that shows the sum of play count and skip count. How do you go about it?

boroda

  • Sr. Member
  • ****
  • Posts: 4659
no, its not asr. plugin just adds several new functions independently of other commands (alr and asr functions is different thing). use these functions just like native functions without any setup:

$Add(<Play count>,<Skip count>)

p.s. for me it would be more meaningful $Sub(<Play count>,<Skip count>) :)
Last Edit: February 01, 2018, 02:07:41 PM by boroda74

redwing

  • Guest
Thanks for the instructions!
So it really works like native functions. The only difference I noticed is it requires this plugin enabled, otherwise it shows null for those tags.

Can you support logarithm function?
It's for calculating clipping dB with ReplayGain tag values.
Something like "$Log(number1,number2)" where number2 "base" is optional defaulting to 10.