diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..a42cb1f --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# FIIO Snowsky Echo FLAC Media Tool +This is a small script to help owners who already maintain a FLAC library make their music show up nicer on the Snowsky Echo/Echo Mini + +The script does the following: +- Recursively searches through the provided directory +- Rename FLAC file to `TRACK_NAME.flac` +- Resize album art to 500x500px +- Download LRC file + +```bash +uv sync +uv run main.py <base_dir> [--nolrc] +``` |
