https://github.com/marinko-peso/mp3-tags-name-sync
:musical_score: :violin: Sync tag info of mp3 song with its filename. Can process individual or entire folder.
https://github.com/marinko-peso/mp3-tags-name-sync
mp3 python tags
Last synced: about 1 month ago
JSON representation
:musical_score: :violin: Sync tag info of mp3 song with its filename. Can process individual or entire folder.
- Host: GitHub
- URL: https://github.com/marinko-peso/mp3-tags-name-sync
- Owner: marinko-peso
- License: mit
- Created: 2017-07-24T10:14:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T15:53:03.000Z (almost 8 years ago)
- Last Synced: 2025-02-07T17:37:04.384Z (3 months ago)
- Topics: mp3, python, tags
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mp3-tags-name-sync
Sync tag info of mp3 song with its filename (artist + title). It will clear album data.For mp3 tags manipulation eyed3 library is used. http://eyed3.nicfit.net/
You can get it by running pip install -r requirements.txt.
Creating python virtualenv for this project is recommended.Example usage:
python mp3_process.py name_of_file_or_directoryScript will automatically detect folder if provided and scan it for mp3 files. All not supported files will be ignored.