OxygenCobalt / Auxio

A simple, rational music player for android
GNU General Public License v3.0
2.06k stars 134 forks source link

Add WAV ID3v2 support #551

Open ryenyuku opened 1 year ago

ryenyuku commented 1 year ago

Describe the Bug/Crash

  1. Find a wav audio
  2. Tag it with MusicBrainz Picard and rsgain both with ID3v2.4
  3. Auxio won't read the embedded tag, including ReplayGain

Describe the intended behavior

Should've read it just fine, like in Musicolet.

What android version do you use?

Android 13

What device model do you use?

Infinix Note 8 (LineageOS 20)

Bug report

-

Duplicates

OxygenCobalt commented 1 year ago

Huh. I was under the impression that ExoPlayer was capable of extracting ID3v2 from WAV files, but I guess not. Auxio then falls back to the system media extractor that doesn't support ID3v2.4. I'll have to patch in support for this in all likelihood.

I would recommend using FLAC or WAV w/ID3v2.3 as an interim measure right now.