From 746610bd0ad40ed2a97fa68ef162d80f719367ef Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 24 Apr 2026 22:41:02 -0700 Subject: first commit --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 [--nolrc] +``` -- cgit v1.2.3