Faust#2997

Results 9 comments of Faust#2997

> That will make it look messy, doesn't it? The theme of this app is minimalist and i think its just perfect this way. > ... So, there is a...

I thought pause » swipe to remove/stop the player is a feature, turns out to be a bug? I don't mind opening the app after it got paused & gone...

Cope with More Highlight plugin

@Gottarocket check [Aurora's gitlab activity](https://gitlab.com/groups/AuroraOSS/-/activity) Aurora's Nightly builds probably automated everyday regardless of updates in their repos, just stick with stable builds in fdroid/gitlab releases

Potrait mode work fine though Landscape mode caused the problem on my side Video resolution is 720p, while my phone still using 720p display too Tried: Blank mpv.conf - same...

![cmd_LecpCAlsm9](https://github.com/mpv-android/mpv-android/assets/45221211/f9c3378c-7563-4faf-a771-bb231aad074a) Tried to grab the logcat (my device didnt hv root) Enable USB debugging & connect to laptop Then I used `adb logcat -s 'mpv:*' '*:F'` and it doesnt output...

Tried with this [app](https://github.com/tananaev/rootless-logcat), but still doesnt output any log for mpv until I enabled some random debugging settings inside dev options (that idk what it'll change) Also tried with...

> For some reason, using any video aspect in the settings and even using the property `video-aspect-override` to an aspect ratio different from the video's original fixed this for me....

Here's better solution to the problem without sacrificing aspect ratio that much, thanks for the idea ```py # change height to your native device [av1 fix rotate] profile-cond=get("video-dec-params/codec")==av1 and get("height")==720...