Skip to content

ChefBoyRJeff/MediaFileManager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MediaFileManager PowerShell Module

📝 Description

This module is used to contain the different scripts and functions that are used in managing my Media library.

⚠️ Caution

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/'

💿 Installation

The MediaFileManager Module is published to the PowerShell Gallery. You can install it to your profile by running the following command.

Install-Module -Name MediaFileManager

💽 Developer Instructions

If 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.ps1

This 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!

About

Tools around formating tv show files, sorting / moving files, and other media related scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PowerShell 100.0%