JulienMaille/dribbblish-dynamic-theme

Podcast Genre/Album Info bug

HideOnFluff opened this issue · 4 comments

Describe the bug
After playing any podcast, the genre or album info of any song won't update and will be stuck with the wrong information.

To Reproduce
Steps to reproduce the behavior:

  1. Open Spotify
  2. Play a Podcast episode of your choice
  3. Go to any playlist with songs instead of episodes
  4. Play any song

I also made a video showing the problem

Screenshots

image

Logs

Sorry but I couldn't make this work.

Info for Contributors

Versions
OS: Windows v10.0.22581
Spotify: v1.1.81.604
Spicetify: v2.9.2
Dribbblish: v4.1.3-8c5a45c

Extensions

  • omni.js
  • fullAppDisplay.js
  • dribbblish-dynamic.js
  • turntable.js
  • .js

Settings

{
    "EXPORTED_WITH": "4.1.3",
    "showLoadingScreen": true,
    "openSettingsInfo": true,
    "showSearchBox": true,
    "rightBigCover": true,
    "roundSidebarIcons": true,
    "sidebarHoverAnimation": true,
    "sidebarGapLeft": 5,
    "sidebarGapRight": 32,
    "winTopBar": "transparent",
    "playbarShadow": true,
    "playbarTransition": true,
    "playerControlsStyle": "spotify",
    "showAlbumInfoInPlaybar": true,
    "showGenreInfoInPlaybar": true,
    "hideAdsOrPremium": "none",
    "fadeDuration": 0.5,
    "customCss": "",
    "colorSelectionAlgorithm": "colorthief",
    "colorOverride": "#1ed760",
    "colorSelectionMode": "luminance",
    "lightModeLuminance": 0.6,
    "darkModeLuminance": 0.2,
    "theme": "dark",
    "darkModeOnTime": "20:00",
    "darkModeOffTime": "06:00",
    "bgTheme": "bw"
}

Can you have a look at latest build?

sorry but I'm not quite sure how to do so, I don't see any new releases

ps13g commented

Can you have a look at latest build?

How do we do this since there is no build that was released.

Should be in the latest release now. Also, to download and test dev builds you can go to Actions / Webpack Test, click on the latest run, download the artifact (called something like DribbblishDynamic_vBeta-1064087) by clicking on its name and install using the Manual installation steps.