Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user