This module is used to contain the different scripts and functions that are used in managing my Media library.
I cannot recommend enough working off a copy your source files before running something against them that will result in any changes having to be manually undone. Use the Copy-FolderStructure function to create a copy source files and test against that to make sure you are happy with the desired outcome before running against your original1 files.
Copy-FolderStructure './stargate sg1/'The MediaFileManager Module is published to the PowerShell Gallery. You can install it to your profile by running the following command.
Install-Module -Name MediaFileManagerIf you want to run this module from source it can found at GitHub. The can be built with the ModuleBuilder module by running the following ps1 file.
Start-ModuleBuild.ps1This will package all code into files located in .\Output\MediaFileManager. That folder is now ready to be installed, copy to any path listed in you PSModulePath environment variable and you are good to go!