I had a similar question last year as well. I wasn't aware of "Property System View v1.18 by NirSofer" until you mentioned it. Therefore, thank you. Nevertheless, by modifying a VBS Script .MTE template, written for me in January 2022, by @Ryerman, I managed to fulfill your request, as well as mine. To be quite honest, @ryerman should receive all the praises and thanks because that single .MTE (aka an mp3tag EXPORT file) from him, gave me the opportunity to employ multiple programs with Mp3Tag. I attached a zip file that contains the original script by ryerman for mkvpropedit.exe, my MODIFIED version of his original script for "Property System View v1.18 by NirSofer", and both architectures (32 & 64-bit) of Property System View v1.18 by NirSofer.
βββββββββββββββββββββββββββ
INSTRUCTIONS and Key lines:
βββββββββββββββββββββββββββ
From my modified version of his Original script (.MTE), Change Line 10 (aka providing the application path for "Property System View v1.18 by NirSofer"). Line 28 includes ALL the fields (in command line fashion), listed below, that Mp3Tag is UNABLE to fulfill via GUI, but thankfully, the program provides other methods to accomplish the task at hand, which is where NirSofer fulfills that void. Keep in mind that the .MTE file must be placed inside this folder "%AppData%\Mp3tag\export". If you wish to change the fields to your own liking, for example, from %director% to %nirsofer_director%, it will work as well. Feel free to browse the Mp3Tag's mapping guide Mp3Tag's mapping guide. Moreover, I had to customize a field for "β©β©18βͺβͺ" because it wasn't available in the mapping guide, and for some reason, "Copyright" field won't work on NirSofer.
βββββββββββββββββββββββββββ
ALL 18 Fields (Commandline, found in Line 28):
βββββββββββββββββββββββββββ
/SetProperty "%_path%" "System.Media.SubTitle" "%subtitle%" /SetProperty "%_path%" "System.Rating" "%rating wmp%" /SetProperty "%_path%" "System.Keywords" "%podcastcategory%" /SetProperty "%_path%" "System.Video.Director" "%director%" /SetProperty "%_path%" "System.Media.Producer" "%producer%" /SetProperty "%_path%" "System.Media.Writer" "%written_by%" /SetProperty "%_path%" "System.Media.Publisher" "%publisher%" /SetProperty "%_path%" "System.Media.ContentDistributor" "%contentgroup%" /SetProperty "%_path%" "System.Media.DateEncoded" "%creation_time%" /SetProperty "%_path%" "System.Media.EncodedBy" "%encodedby%" /SetProperty "%_path%" "System.Media.AuthorUrl" "%wwwartist%" /SetProperty "%_path%" "System.Media.PromotionUrl" "%wwwcommercialinfo%" /SetProperty "%_path%" "System.ParentalRating" "%itunextc%" /SetProperty "%_path%" "System.Music.Conductor" "%conductor%" /SetProperty "%_path%" "System.Music.Period" "%period%" /SetProperty "%_path%" "System.Music.Mood" "%mood%" /SetProperty "%_path%" "System.Music.InitialKey" "%initialKey%" /SetProperty "%_path%" "System.Music.ContentGroupDescription" "%m4a.ContentGroup%"
βββββββββββββββββββββββββββ
ALL 18 Fields EXPLAINED:
βββββββββββββββββββββββββββ
β©β©1βͺβͺ β /SetProperty "%_path%" "System.Media.SubTitle" "%subtitle%" β€β€β€ "SUBTITLE" field in Windows File Explorer Properties
β©β©2βͺβͺ β /SetProperty "%_path%" "System.Rating" "%rating wmp%" β€β€β€ "RATING" field in "". 1 = 1 Star β 25 = 2 Stars β 50 = 3 Stars β 75 = 4 Stars β 99 = 5 Stars
β©β©3βͺβͺ β /SetProperty "%_path%" "System.Keywords" "%podcastcategory%" β€β€β€ "TAGS" field in ""
β©β©4βͺβͺ β /SetProperty "%_path%" "System.Video.Director" "%director%" β€β€β€ "DIRECTORS" field in ""
β©β©5βͺβͺ β /SetProperty "%_path%" "System.Media.Producer" "%producer%" β€β€β€ "PRODUCERS" field in ""
β©β©6βͺβͺ β /SetProperty "%_path%" "System.Media.Writer" "%written_by%" β€β€β€ "WRITERS" field in ""
β©β©7βͺβͺ β /SetProperty "%_path%" "System.Media.Publisher" "%publisher%" β€β€β€ "PUBLISHER" field in ""
β©β©8βͺβͺ β /SetProperty "%_path%" "System.Media.ContentDistributor" "%contentgroup%" β€β€β€ "CONTENT PROVIDER" field in ""
β©β©9βͺβͺ β /SetProperty "%_path%" "System.Media.DateEncoded" "%creation_time%" β€β€β€ "MEDIA CREATED" field in "". Format for entry is YYYY-MM-DD hh:mm:ss, YYYY-MM-DDThh:mm:ssZ, or YYYY-MM-DD hh:mm:ss+/-00:00
β©β©10βͺβͺ β /SetProperty "%_path%" "System.Media.EncodedBy" "%encodedby%" β€β€β€ "ENCODED BY" field in ""
β©β©11βͺβͺ β /SetProperty "%_path%" "System.Media.AuthorUrl" "%wwwartist%" β€β€β€ "AUTHOR URL" field in ""
β©β©12βͺβͺ β /SetProperty "%_path%" "System.Media.PromotionUrl" "%wwwcommercialinfo%" β€β€β€ "PROMOTION URL" field in ""
β©β©13βͺβͺ β /SetProperty "%_path%" "System.ParentalRating" "%itunextc%" β€β€β€ "PARENTAL RATING" field in ""
β©β©14βͺβͺ β /SetProperty "%_path%" "System.Music.Conductor" "%conductor%" β€β€β€ "CONDUCTORS" field in ""
β©β©15βͺβͺ β /SetProperty "%_path%" "System.Music.Period" "%period%" β€β€β€ "PERIOD" field in ""
β©β©16βͺβͺ β /SetProperty "%_path%" "System.Music.Mood" "%mood%" β€β€β€ "MOOD" field in ""
β©β©17βͺβͺ β /SetProperty "%_path%" "System.Music.InitialKey" "%initialKey%" β€β€β€ "INITIAL KEY" field in ""
β©β©18βͺβͺ β /SetProperty "%_path%" "System.Music.ContentGroupDescription" "%m4a.ContentGroup%" β€β€β€ "GROUP DESCRIPTION" field in "". ONLY for .M4A
MODIFIED template VBS Script_ NirSofer's Property System View (MP4 οΌ M4A), ADD 18 Tags into Windows File Explorer Properties (06-25-2022).zip (168.1 KB)