https://github.com/mriceman11/powerrename
the enchanting PowerShell repository that magically tidies up your files, renaming movie folders, eliminating clutter, and banishing unwanted JPGs and folders like 'Sample' and 'Proof'.
https://github.com/mriceman11/powerrename
powershell powershell-script rename-script
Last synced: 5 months ago
JSON representation
the enchanting PowerShell repository that magically tidies up your files, renaming movie folders, eliminating clutter, and banishing unwanted JPGs and folders like 'Sample' and 'Proof'.
- Host: GitHub
- URL: https://github.com/mriceman11/powerrename
- Owner: MrIceman11
- License: gpl-3.0
- Created: 2023-08-02T07:57:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T10:30:52.000Z (over 2 years ago)
- Last Synced: 2025-05-19T05:37:14.209Z (9 months ago)
- Topics: powershell, powershell-script, rename-script
- Language: PowerShell
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PowerRename
This Scripts is used to rename and delete files and folders. In the Simple Folder you find the scripts for the simple version of the PowerRename. In the Advanced Folder you find the scripts for the advanced version of the PowerRename with is still in development.
## Simple Version
Here is what you can do with the simple version of the PowerRename:
The Scirpt rename your Folder from 'family.guy.2022.720p.blueray' to family Guy (2022). But becarfull, the script only works if the folder name is in the right format. Movie name, year and usw. works fine.
Also the script can delete files and folders. In my case it is used to delete the sample files from the movies and the all .jpg files from the folder.
The main-Simple.ps1 is the main script. In there are all features of the scirpt. The other scripts are only funktions from the main script.
## Advanced Version
The edvanced version is still in development.