namidaco / namida

A Beautiful and Feature-rich Music & Video Player with Youtube Support, Built in Flutter
Other
1.51k stars 108 forks source link

[BUG] Track cover image appears blur in the track list tab #170

Closed srshah27 closed 2 months ago

srshah27 commented 2 months ago

Expected Behavior

The cover image should look normal. When playing the track, the cover image in the now playing tab looks fine. So I don't think the embedded image is wrong.

Steps to Reproduce

  1. Add tracks to library
  2. Go to track list

Screenshots

https://github.com/namidaco/namida/assets/83776946/bfdd6832-2895-4d59-bf80-fcba23f8ae10

Logs

logs_2.0.6_240409151.txt

{
  "android": {
    "product": "OnePlus7_EEA",
    "supportedAbis": [
      "arm64-v8a",
      "armeabi-v7a",
      "armeabi"
    ],
    "serialNumber": "unknown",
    "displayMetrics": {
      "xDpi": 403.4110107421875,
      "widthPx": 1080.0,
      "heightPx": 2340.0,
      "yDpi": 409.90301513671875
    },
    "display": "GM1901_11_H.36",
    "type": "user",
    "isPhysicalDevice": true,
    "version": {
      "baseOS": "OnePlus/OnePlus7_EEA/OnePlus7:12/SKQ1.211113.001/P.202212132005:user/release-keys",
      "securityPatch": "2022-12-05",
      "sdkInt": 31,
      "release": "12",
      "codename": "REL",
      "previewSdkInt": 0,
      "incremental": "P.202301251815"
    },
    "manufacturer": "OnePlus",
    "tags": "release-keys",
    "bootloader": "unknown",
    "fingerprint": "OnePlus/OnePlus7_EEA/OnePlus7:12/SKQ1.211113.001/P.202301251815:user/release-keys",
    "host": "dg02-pool03-kvm222",
    "model": "GM1901",
    "id": "SKQ1.211113.001",
    "brand": "OnePlus",
    "device": "OnePlus7",
    "board": "msmnile",
    "hardware": "qcom"
  },
  "package": {
    "appName": "Namida",
    "buildNumber": "240409151",
    "packageName": "com.msob7y.namida",
    "version": "2.0.6",
    "buildSignature": "1B5B89C720BF776B82CB332B1E7DC3AB15EAC8BF",
    "installerStore": "com.google.android.packageinstaller"
  }
}
===============================
MSOB7YY commented 2 months ago

not a bug but how performance mode affects image quality. only way to edit artwork quality in lists is by tweaking performance mode in advanced settings.

  1. enable "good looking" from advanced settings
  2. optional: disable blur, glow & parallax from customization settings
srshah27 commented 2 months ago

Yes setting the Performance Mode to "Good Looking" worked like a charm. Thank You.