Author Topic: having a space between role and person for the Involved People tag  (Read 659 times)

hiccup

  • Hero Member
  • *****
  • Posts: 9124
When displaying the Involved People List tag, for mp3 files (TIPL) the role is immediately followed by the name of the person.
( role:Person )

When using an involvedpeople tag for flac and other formats it is properly separated by a space.
( role: Person )

mp3:


flac:


Trying to solve this by using a script to force adding a space doesn't work since MusicBee seems to remove leading spaces altogether here.
Last Edit: June 10, 2024, 08:34:48 PM by hiccup

Steven

  • Administrator
  • Hero Member
  • *****
  • Posts: 34976

Steven

  • Administrator
  • Hero Member
  • *****
  • Posts: 34976
this should fix the .mp3 files after a rescan
https://getmusicbee.com/patches/MusicBee36_Patched.zip

you should check it doesnt negatively impact other files though

hiccup

  • Hero Member
  • *****
  • Posts: 9124
you should check it doesnt negatively impact other files though
I tested it on several songs and file formats, and things seem to be fine now, thnx.