Topic: Custom tags not being written to file
Hi
I am having problems getting some additional custom tags written to a WMA file, specifically I want to add WM/TotalTracks & WM/TotalDiscs as these are not written by default.
I have addded a script as follows:
$set(WM/TotalDiscs,%totaldiscs%)
$set(WM/TotalTracks,%totaltracks%)
and this correctly creates two new tag lines in the bottom pane with the correct WM/... name and the correct values populated in the 'New value' column. When I click 'save' the values are copied over to the 'Original value' column but the tags are not written to the files (have checked with a metadata listing tool) and if the file is reloaded in to Picard the values are missing from the 'Original value' column again!
I've also tried with a very simple entry in the the script to add a test tag and this also fails to write anything out to the file.
$set(test,%title%)
Is it not possible for Picard to write custom tags? Or am I missing something obvious?
Any help appreciated.