diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-04-24 22:41:02 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-04-24 22:43:00 -0700 |
| commit | 746610bd0ad40ed2a97fa68ef162d80f719367ef (patch) | |
| tree | 0be1d961b38ef2a8f6410e06a9bd7a6e4f3f9641 /README.md | |
first commit
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] +``` |
