Skip to content

FrostTusk/ID3-Automator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ID3-Automator

Program that automatically adds meta data to mp3 files in the current directory given a wikipedia album link.

Example:

1. Initial
directory = [ID3-Automator, test.txt, Nas - N.Y. State of Mind.mp3, Nas - Ether.mp3, Ed Sheeran - Perfect.mp3]
With no metadata on any of the files.

2. After executing ID3-Automator with https://en.wikipedia.org/wiki/Illmatic as argument
directory = [ID3-Automator, test.txt, Nas - N.Y. State of Mind.mp3, Nas - Ether.mp3, Ed Sheeran - Perfect.mp3]
With all metadata added for Nas - N.Y. State of Mind.mp3, but no metadata on any of the other files.

Usage

Program that automatically adds meta data to mp3 files in the current directory given a wikipedia album link.

             ID3-Automator [album wikipedia link] [NULL | general tag override file name]

[album wikipedia link] = wikipedia link af the album of which metadata should be added
[general tag override file name] = link to override file. Useful if you wish to override inferred album general tags such as genre, song tags cannot be overridden. The syntax of the override file should be as followed:

album artist name
album name
album genre
album label
album release year
debug (True or False) = Shows output confirmation.

Getting Started

Prerequisites

Installing

  • Python Install: Only install the .py file.
1. Right click ID3-Automator.py
2. Click save link as...
3. Save as .py in your preferred destination

Running

1. Navigate to the directory where you saved ID3Automator
2. Open the terminal
3. If running .py: type python ID3-Automator.py with command line arguments as specified in Usage

Contributing

Everyone can contribute.

Authors

  • Mathijs Hubrechtsen - Majority Contributor

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • eyeD3: Tool that powers this program.

About

Program that automatically adds meta data to mp3 files in the current directory given a wikipedia album link.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages