https://github.com/moishinetzer/rename-music
This project renames inconvenient song name titles
https://github.com/moishinetzer/rename-music
Last synced: 10 months ago
JSON representation
This project renames inconvenient song name titles
- Host: GitHub
- URL: https://github.com/moishinetzer/rename-music
- Owner: moishinetzer
- Created: 2021-03-05T12:48:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T12:53:07.000Z (over 5 years ago)
- Last Synced: 2025-09-01T10:28:09.321Z (10 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## RenameMusic
A program used to rename music files.
This is made purely as a convenience when trying to find songs by alphabetical order on mp3 or phone...
Specifically renames file with name of numbers followed by one of - . or )
From:
```
01 - Believer.mp3
22. Sorry.mp3
13) baby.mp3
```
To:
```
Believer.mp3
Sorry.mp3
baby.mp3
```
### Usage
Place RenameMusic.py in the folder with your music then run the file.