Ottodix / Eole-foobar-theme

Eole blows gently into your ear his nicest melodies.
1.29k stars 85 forks source link

Swap the artist and album title #283

Closed kcoure closed 4 months ago

kcoure commented 5 months ago

image

Is it possible to swap the artist and album title so that it changes places in item 1 on the screenshot, but stays as it is in item 2? I used to solve this problem by changing the grouping method by swapping the variables there (screenshot 2), but these fields change in all places at once. So they make item 1 look good, but spoil item 2. Can anyone help me, please?

image

JadeTank commented 4 months ago

Like with your previous issue, there is no way to do this built in to the skin but you can alter this yourself by editing the code.

In the file WSHgraphicbrowser_trackinfos.js edit lines 2421 and 2422 and swap the this.firstRow and this.secondRow in them.

image image

kcoure commented 4 months ago

Thank you! Confirming that it works.