Update README and gitignore

This commit is contained in:
will 2023-08-02 23:33:13 -06:00
parent 3146a3aec2
commit 5aedf945ab
2 changed files with 7 additions and 1 deletions

1
.gitignore vendored
View file

@ -174,3 +174,4 @@ cython_debug/
# Built Visual Studio Code Extensions
*.vsix
testoutput/

View file

@ -1,3 +1,8 @@
# music-library-converter
Convert a music library from one format to another
A basic Python script that recursively searches a directory and replicates it with all the audio files (read: anything ffmpeg can open) converted to the target format, and optionally with other files also copied over.
## Dependencies:
- ffmpeg
- pydub