From ef732219d7f51403e9a29b2a7e20ec52e1a4c773 Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Thu, 6 Feb 2025 11:41:09 -0700 Subject: [PATCH] info: clarify taglib in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 341450a47..52a1f7ad5 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,8 @@ You can support Auxio's development through [my Github Sponsors page](https://gi ## Building -Auxio relies on a custom version of Media3 that enables some extra features. This adds some caveats to the build process: +Auxio relies on a patched version of Media3 that enables some extra playback features, alongside taglib for metadata +parsing. This adds some caveats to the build process: 1. `cmake` and `ninja-build` must be installed before building the project. 2. The project uses submodules, so when cloning initially, use `git clone --recurse-submodules` to properly download the external code.