Skip to content

This is a collection of scripts and Python classes that I use to manage my music files (mp3s, etc.).

Notifications You must be signed in to change notification settings

ultima51x/mp3stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mp3stuff

A lot of random scripts involving MP3s, FLAC, ALAC. It's a mismash of stuff.

Setup

It's best to make a virtual environment. This used Python 3.7.

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

within the directory

Development

It's best to use a virtual environment.

source env/bin/activate

To get out of the virtual environemnt

deactivate

Adding a requirement

pip freeze > requirements.txt
git add requirements.txt
git commit

Usage

Try adding an alias to scripts that are in ./env/bin.

Example: ./env/bin/id3validate

Installing it for my Use

pip install -e .

does an install

NOTE: make sure the *.egg-info stuff is not present in the folder.

One would have to re-install it I assume to update it.

About

This is a collection of scripts and Python classes that I use to manage my music files (mp3s, etc.).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages