brimell / spicetify-star-ratings

Rate your music out of 5 stars (interactive)!
12 stars 1 forks source link

Multiple Devices #6

Closed Dave--- closed 3 months ago

Dave--- commented 6 months ago

Is there any way to synchronise ratings between multiple devices (both running spicetify, etc)?

Even if I need to do it manually, where and which files would I need to copy/sync?

Florry commented 6 months ago

The rated songs are saved to playlists in your spotify account, so you don't need to do anything for it to sync between different devices, just install the extension and it will pick them up automatically

Dave--- commented 6 months ago

The songs are in the correct playlists, but the actual stars don't sync across.

For example, some songs in my "4 star" playlist on my laptop do not have a 4 star rating as they were rated on my PC, and vice versa....

SirSragus commented 6 months ago

If you restart Spotify on the 2nd device, the stars should appear.

brimell commented 3 months ago

Hi there,

Sorry for the late reply. What @Florry and @SirSragus said is correct however if you are still having problems I would recommend downloading the star-ratings.js file from the dist folder and placing it in the ...\AppData\Roaming\spicetify\Extensions folder and your spicetify config should look like the following:

[AdditionalOptions]
extensions            = star-ratings.js
custom_apps           = marketplace
sidebar_config        = 1
home_config           = 1
experimental_features = 1

just a note: if any updates are made to the extension you will need to download a new version so keep that in mind