Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing history from Spotify ignores blacklisted artists #333

Open
MrSuttonmann opened this issue Jan 9, 2024 · 0 comments
Open

Importing history from Spotify ignores blacklisted artists #333

MrSuttonmann opened this issue Jan 9, 2024 · 0 comments

Comments

@MrSuttonmann
Copy link

Describe the bug

Importing history from Spotify ignores blacklisted artists.
I had blacklisted an artist, then imported my listening history. The artist then appears in stats.

Expected behavior

I do not expect a blacklisted artist to appear in the stats, regardless of when the data was imported.

Additional context

version: "3.3"
services:
  mongo6:
    container_name: mongo6
    image: mongo:6
    restart: unless-stopped
    networks:
      - mongo-network
  your-spotify:
    restart: unless-stopped
    image: lscr.io/linuxserver/your_spotify:latest
    ports:
      - 22000:80
      - 22443:443
    environment:
      - PUID=${PUID}
      - PGID=${PGID}
      - TZ=${TZ}
      - APP_URL=${APP_URL}
      - MONGO_ENDPOINT=${MONGO_ENDPOINT}
      - SPOTIFY_PUBLIC=${SPOTIFY_PUBLIC}
      - SPOTIFY_SECRET=${SPOTIFY_SECRET}
    depends_on:
      - mongo6
    networks:
      - mongo-network
networks:
  mongo-network: {}
x-dockge:
  urls:
    - ${APP_URL}

Screenshots

image

image

Shared link

https://soundstats.littleberrylodge.co.uk/?gname=All&token=8cbe326e-fb9d-4d0e-8768-d81c7698da16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant