8 thoughts on “PowerShell : Get MP3/MP4 File’s MetaData and How to use it to make your Life easy

  1. Very nice! I’ve written similar scripts in the past for exif data in .jpg files. I would be very grateful if you could abstract SETTING metadata for .mp3 into a function. that’s something I haven’t figured out how to do without using external tools.

    Like

  2. Ever considered using taglib-sharp.dll for these tasks?
    I’m not really into .COM objects, it’s still a bit too complicated for me, but once I have turned lazy Sunday into PS Sunday with fixing some common errors in my mp3/flac library.

    Like

  3. VMware Certified Advanced Professional 6 (Desktop and Mobility Deployment) – The industry-recognized VCAP6-DTM Deploy certification validates that you know how to deploy and optimize VMware Horizon 6 (with View) environments. It demonstrates that you have the understanding and skills vital to leverage best practices to provide a scalable and dependable Business Mobility platform for your organization. Some of the subject areas involve: Configuring and managing Horizon View components, configuring cloud pod archituecture, configuring Group Policy settings related to Horizon View, Configuring and optimizing desktop images for Horizon View & Mirage, Configuring and managing App Volumes AppStacks, Configuring desktop pools, Configuring and deploying ThinApp packaged applications, Configuring VMWare Identity Manager, etc.Szumigalski.com was created by Sebastian to propagate his passion for PowerShell & VMWare. Sebastian is an IT skilled professional employed in Singapore for more than 15 years who’s often searching for innovative technology to sharpen his technical abilities & understanding. Ever since, Sebastian has joined PowerShell User Group & VMWare VMug group, and has also been taking part in all the meetings held in Singapore. This weblog will show you how Sebastian manage to automate his every day undertakings with the help of PowerShell. You can find study courses meant for the VCAP6-DTM exam, which are personally created by Sebastian. Sebastian is licensed with VCAP6-DTM, and is skilled with virtualization & server maintenance from four years experience of automation. The need for VMWare prepared admins and engineers are ever-increasing in today’s tech marketplace. Learn about more about PowerShell & VMWare at Szumigalski.com!

    Like

  4. @MaciekzKlanu
    taglib-sharp.dll/ Set-Id3Tag does not write the the correct values for Genre (ID3V2.TCON) . There may be others.
    The write routines in the File object do not have this bug.

    Like

Leave a comment