Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

[Enhancement] Show best resolution album image #283

Closed
mefsaal opened this issue Oct 24, 2021 · 1 comment
Closed

[Enhancement] Show best resolution album image #283

mefsaal opened this issue Oct 24, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@mefsaal
Copy link

mefsaal commented Oct 24, 2021

Is your feature request related to a problem? Please describe.
I'm always frustrated when apple-music-electron show a low resolution album image.

Screenshot_20211024_1623272

Describe the solution you'd like
if you change the mpris.js line
79: 'mpris:artUrl': (attributes.artwork.url.replace('/{w}x{h}bb', '/35x35bb')).replace('/2000x2000bb', '/35x35bb'),
to
79: 'mpris:artUrl': (attributes.artwork.url.replace('/{w}x{h}bb', '/512x512bb')).replace('/2000x2000bb', '/35x35bb'),

fixes

Screenshot_20211024_1624422

only small visual fix on kde and gnome visualizer.

@mefsaal mefsaal added the enhancement New feature or request label Oct 24, 2021
@Jeve-Stobs
Copy link
Contributor

I've added this enhancement in my PR (#284).

This issue will auto-close after it is merged to master.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants