Skip to content

Zippy-Tags is a simple browser-based application for managing ID3 tags in MP3 files. It allows you to view and edit tags such as title, artist, album, and genre, as well as add new tags or remove existing ones.

Notifications You must be signed in to change notification settings

misterrager8/zippy-tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zippy-tags


Zippy-Tags is a simple browser-based application for managing ID3 tags in MP3 files. It allows you to view and edit tags such as title, artist, album, lyrics, and artwork, as well as add new tags or remove existing ones.

Installation / Usage

# Clone this repo
git clone https://github.com/misterrager8/zippy-tags.git

# Install all dependencies in the package.json file
npm install .

# Setup configuration
vi api/.env

# Set up these environment variables. All are required
home_dir=[]
GENIUS_ACCESS_TOKEN=[]
client_id=[]
user_agent=[]
client_secret=[]

# Launch the app in browser
npm run dev

Tools Used

  • eyeD3 - Python tool for working with audio files, specifically MP3 files containing ID3 metadata
  • lyricsgenius - simple interface to the song, artist, and lyrics data stored on Genius.com

Contributing

Any suggestions, tips, or advice? Just PM me or fork the repository and submit a pull request. I welcome all suggestions, bug reports, feature requests, and code contributions.

Author

C.N. Joseph (misterrager8)

License

Zippy-Tags is licensed under the MIT License. See the LICENSE file for more information.

Acknowledgements

Much appreciation towards the authors of all the dependencies and tools mentioned above.

About

Zippy-Tags is a simple browser-based application for managing ID3 tags in MP3 files. It allows you to view and edit tags such as title, artist, album, and genre, as well as add new tags or remove existing ones.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published