Jump to content

LuK1337

Approved Members
  • Posts

    4
  • Joined

  • Last visited

 Content Type 

Profiles

Forums

Blogs

Gallery

Downloads

Poweramp Knowledge Base

База знаний Poweramp

Poweramp知识库

Poweramp Equalizer Knowledge Base

База знаний Poweramp Equalizer

Store

Events

Ideas

Everything posted by LuK1337

  1. According to ffprobe the tags are just...in different order, and I have no idea how other players deal with that. EDIT 1: ...Oh, they are also lowercase, maybe that's why. EDIT 2: Yeah, when I opened libpowerampcore.so in IDA, I noticed that it does `av_dict_get(a1, "R128_TRACK_GAIN", NULL, AV_DICT_MATCH_CASE | AV_DICT_IGNORE_SUFFIX);`, so I assume that if `AV_DICT_MATCH_CASE` was dropped it'd work properly. EDIT 3: I patched libpowerampcore.so to pass just `AV_DICT_IGNORE_SUFFIX` and that solves the issue ^.^
  2. After editing tags with ExFalso, Poweramp fails to parse RG tags. I attached both files along with screenshots showing the issue. good.opus bad.opus
×
×
  • Create New...