Copy and Swap Fields 1.0.1

Get help for different MediaMonkey v5 / v2024 Addons.

Moderators: jiri, drakinite, Addon Administrators

fetzenschaedl
Posts: 8
Joined: Mon Feb 17, 2014 12:06 pm

Re: Copy and Swap Fields 1.0.1

Post by fetzenschaedl »

Hi There
This is a helfpful Addon, but I miss some additional fields to choose and copy.
I use some custom fields and like to copy this infrormation in the Details section of the tag.
In my case, it's the fields "Verlag" and "ISRC Number".
I would be happy if this could be taken into a future update of the addon.
I tried to Insert two links with image examples, but it don't work, even with inserting a space.

Kind regards, Daniel
Hi,

open \AppData\Roaming\MediaMonkey5\Scripts\fieldToField\actions_add.js with an editor and then replace the line (it should be pretty much at the top)

Code: Select all

const supportedFields = ['title', 'album', 'albumArtist', 'artist', 'actors', 'conductor', 'composer', 'director', 'lyricist', 'date', 'origDate', 'genre', 'comment', 'lyrics', ];
with this line

Code: Select all

const supportedFields = ['title', 'album', 'albumArtist', 'artist', 'actors', 'conductor', 'composer', 'publisher', 'involvedPeople', 'isrc', 'director', 'lyricist', 'date', 'origDate', 'genre', 'comment', 'lyrics', ];
then save the file, restart Mediamonkey and the fields Publisher and ISRC should be available.
Grilli303
Posts: 4
Joined: Tue Apr 09, 2024 4:17 am

Re: Copy and Swap Fields 1.0.1

Post by Grilli303 »

Hi,
thank you so much for your answer and your solution.
I tried it and it worked perfect for me, it was exactly what I needed. 👍👍👍
Kind regards, Daniel.
Post Reply