Update README and gitignore
This commit is contained in:
parent
3146a3aec2
commit
5aedf945ab
2 changed files with 7 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -174,3 +174,4 @@ cython_debug/
|
|||
# Built Visual Studio Code Extensions
|
||||
*.vsix
|
||||
|
||||
testoutput/
|
|
@ -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
|
Loading…
Reference in a new issue