Is it possible to specify a JSON file or other file which contains tags for a specific media file?
More specifically, I want to be able to override some tags, including <pubDate> and <author>. Would it be possible that if a .json file with the same filename exists, it could be checked for valid tags, and if they are present then use those instead?
Is it possible to specify a JSON file or other file which contains tags for a specific media file?
More specifically, I want to be able to override some tags, including
<pubDate>and<author>. Would it be possible that if a.jsonfile with the same filename exists, it could be checked for valid tags, and if they are present then use those instead?