Hi Guys
Just joined and are very new to this scripting thing.
All my tracks have the fields %album%, %year%, %release date%.
%year% is the year when an artist released a certain album for the very first time
%release date% is the year when a particular release of that album was released (and may differ from %year% or not.
Actually all %album% fileds are tagged like this:
year - album_name [releasedate] (label, code, country)
example:
1970 - Deep Purple In Rock [2009] (Audio Fidelity, AFZ 051, US)
I want to change album fileds in the following way:
album_name [year - releasedate] (label, code, country)
example:
Deep Purple In Rock [1970 - 2009] (Audio Fidelity, AFZ 051, US)
If possible best would be comparing year to release date and insert just one date when they are equal:
example:
2013 - Now What [2013] (VIZP-116, SHM-CD, Japan)
should become
Now What [2013] (VIZP-116, SHM-CD, Japan)
Thank you in advance to anyone who will try to help !