xiaowine / Lyric-Getter

Lyric Getter | 酒域-歌词获取
Apache License 2.0
501 stars 33 forks source link

Is android 13 supported? #62

Closed Loukious closed 12 months ago

Loukious commented 1 year ago

Describe the bug Everything is enabled correctly on lsposed but the module can't seem to work at all. I'm testing it using a supported version of APlayer

Smartphone (please complete the following information):

Additional context The module is not picking up anything whatsoever which makes me think it's not correctly listening to the media events (maybe because of my android version?).

xiaowine commented 1 year ago

Android 13 is supported, and my device is.

Loukious commented 1 year ago

Android 13 is supported, and my device is.

Any clue how can I get some logs or try to debug this?

Loukious commented 1 year ago

Android 13 is supported, and my device is.

Screenshot_20231021-030657_Logcat Extreme Maybe these logs will help identify the issue?

YouCanAi commented 1 year ago

The log you gave shows that statusbar.finder is working properly and pushing the lyrics to Lyrics Getter, but the problem is that it is not displaying the lyrics in the statusbar.

My suggestion for this issue is to check if StatusBarLyrics is installed on your device and configured correctly.

Note that Lyrics Getter is just a lyrics extractor and does not include the status bar lyrics feature. The lyrics displayed by StatusBarLyrics need to be provided by Lyrics Getter, and the two complement each other.