• v4.0.16 a6081ac60d

    v4.0.16
    All checks were successful
    Build and Push Docker Image / build-and-push (release) Successful in 7m55s
    Stable

    spotizerrphoenix released this 2026-01-25 01:07:37 +00:00 | 1 commits to main since this release

    spotizerr-auth-phoenix - v0.0.15

    • Customize advertised device type, info, name, version, type, identifier, etc sent to spotify/sp client
      • Add logic to set realistic default values based on device type
      • Add logging to auth flow for debugging purposes
      • (In progress) store device info to use for sessions with deezspot-spotizerr-phoenix
    • docker image: spotizerrphoenix/spotizerr-auth:latest
    • release: https://lavaforge.org/spotizerrphoenix/spotizerr-auth-phoenix/releases/tag/v0.0.15

    spotizerr-phoenix - v4.0.16

    How to:

    if you want to re-register spotify auth with a custom name:

    • (optional but recommended) update to the latest spotizerr-phoenix: spotizerrphoenix/spotizerr:latest
    • go to: spotizerr instance > Config > Accounts > Delete your current spotify auth
    • rerun the spotizerr-auth tool with the latest image:
      • docker run --network=host --rm -it spotizerrphoenix/spotizerr-auth:latest
      • when running the auth flow you'll see a new prompt to enter a custom spotify connect device name (see screenshot examples)
    • also recommend to create a new/separate developer spotify account just for api creds and update that in your spotizerr instance > Config > Server tab (since these can function independently)

    Changes:

    null check for portrait_group in biography section

    Update to Fix partial socket reads causing ‘Failed reading packet’ errors

    Downloads