From 634ebd62c4aa5e297a38e5bfca8ce04bf885fb24 Mon Sep 17 00:00:00 2001 From: Relationship <139162359+Relationship-OctoWoW@users.noreply.github.com> Date: Sun, 5 Jul 2026 08:39:45 +0100 Subject: [PATCH] Update README.md --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ab58f85..4a29794 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,8 @@ The addon scans a local `Media` folder, builds a playlist automatically, and let - **Right-click:** Toggle Full GUI - Automatically imports tracks from `AutoPlaylist.lua` - Stores track names and durations for smoother autoplay and shuffle playback -- Attempts to improve **WoW 1.12 MP3 compatibility** by sanitizing problematic MP3 files during playlist generation -- Works even without metadata by falling back to estimated durations - +- Attempts to improve MP3, WAV, and OGG compatibility by sanitizing problematic files during playlist generation +- Works without metadata by falling back to estimated durations ## Installation @@ -72,8 +71,8 @@ AutoPlaylist.lua - creates or updates `AutoPlaylist.lua` - captures track names - tries to determine durations -- checks MP3 files for WoW 1.12 compatibility issues -- optionally uses `ffmpeg` / `ffprobe` for better metadata and MP3 sanitization +- checks MP3, WAV, and OGG files for WoW 1.12 compatibility issues +- optionally uses `ffmpeg` / `ffprobe` for better metadata and MP3, WAV, and OGG sanitization After generating the playlist, use `/reload` so the addon can import the updated track list. @@ -174,9 +173,9 @@ Important: if the audio file still exists in the `Media` folder and is still inc - Make sure `AutoPlaylist.lua` was created - Use `/reload` -### Some MP3s do not play +### Some MP3, WAV, and OGG files do not play -WoW 1.12 can be picky about MP3 encoding. Re-run the generator and let it sanitize files if `ffmpeg` is available. +WoW 1.12 can be picky about MP3, WAV, and OGG encoding. Re-run the generator and let it sanitize files if `ffmpeg` is available. ### Durations seem wrong