Looking to clean up metadata on music files. Plan to load data for albums into spreadsheet, edit manually then update back to music files. Found scripts using getdetailsof() but haven't found a corresponding setdetailsof (). Does this exist somewhere?
Second thought was get/set itemproperty. I haven't been able to get any metadata using English property names like "Genre" or "Artist" so I haven't been able to try to set the itemproperty. Is it possible to modify id3 tags this way?
Third thought is taglib.dll or taglib-sharp.dll which I see lots of references to. Not a Microsoft-owned thing? Could you give any help on where to find it. I have found copies but don't know what is safe.
Other possibilities? Doesn't have to be powershell.
Thanks