Spotify Recently Playing Media and Controls

building another test version, will share shortly when its done building.

@malkie can you please test this version: Release v1.0.1 Ā· mase1981/uc-intg-spotify Ā· GitHub

Hey,

thanks a lot but sadly enough same behaviour.

Malkie

sent you DM easier to communicate. please review.

new version Release v1.0.3 Ā· mase1981/uc-intg-spotify Ā· GitHub fixed errors during next pause, confirmed working.

1 Like

@M.a.S.e Thanks a lot for your help here. Highly appreciated

NP. Enjoy.

Hi M.a.S.e, i will test it today.
And report back.

Hi M.a.S.e, i can’t seem to get it working.
Are there any new steps to follow ?

No. Same steps. Others confirmed working. Including myself. Make sure you download latest version and check the logs. Without logs, we can’t know.

Yeah, but i’m on docker (Synology)
Guess I have to test it on a full docker deployment…

I’m using synology as well (check out my synology integration fyi). I added an image, shoudl work for you. If not, share container logs.

OW… I’m looking here:

GitHub - mase1981/uc-intg-spotify at beta

Is that the correct place ?
Maybe I’m looking in the wrong place atm.

You are, you looking at the beta branch which is during development

You need to look at the main brake branch and use the latest version

GitHub - mase1981/uc-intg-spotify: An unfolded circle integration for Spotify Currently Playing media and controls

Sorry, I can’t find the syno image…

If i use the one liner i get this

How are you trying to deploy on syno, step by step without omitting any information?

Try this instead

docker run -d \

–name uc-spotify \

–restart unless-stopped \

–network host \

-v spotify-config:/app/config \

-e UC_CONFIG_HOME=/app/config \

-e UC_INTEGRATION_INTERFACE=0.0.0.0 \

-e UC_INTEGRATION_HTTP_PORT=9090 \

-e PYTHONPATH=/app \

Or in a single line

docker run -d --name uc-spotify --restart unless-stopped --network host -v spotify-config:/app/config -e UC_CONFIG_HOME=/app/config -e UC_INTEGRATION_INTERFACE=0.0.0.0 -e UC_INTEGRATION_HTTP_PORT=9090 -e PYTHONPATH=/app Package uc-intg-spotify Ā· GitHub

Ok, this worked for me:

docker run -d --name uc-spotify --restart unless-stopped --network host -v spotify-config:/app/config -e UC_CONFIG_HOME=/app/config -e UC_INTEGRATION_INTERFACE=0.0.0.0 -e UC_INTEGRATION_HTTP_PORT=9090 -e PYTHONPATH=/app Package uc-intg-spotify Ā· GitHub

I see the websocket is running on 9090

The PYTHONPATH did the trick, let me see to configure the rest now :slight_smile:

nice, glad its working now.

1 Like

YES !
Confirmed working.

Thank you for all the support :heart:

1 Like