Update README and add default music dir

This commit is contained in:
2022-07-08 13:20:44 +02:00
parent e47c604339
commit 0221958684
3 changed files with 23 additions and 0 deletions

2
.gitignore vendored
View File

@@ -1,4 +1,6 @@
test/*
music/*
!music/.gitkeep
venv/*
*.mp3
*.flac

View File

@@ -1 +1,22 @@
# CTTF
Recursively looks for flac files within the current working directory
Extracts and saves cover.jpg
Transcodes to mp3 320kbps
Saves files according to the specified format string
Keeps original files in "processed"
## Usage
Create new venv and install dependencies
```
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
```
Place music in `./music` or run the script within a directory that already holds music
run cttf.py
```
$ ./cttf.py
```

0
music/.gitkeep Normal file
View File