XDGFX / ultrasonics

Sync music playlists between all your music services. Do more with your music.
GNU General Public License v3.0
218 stars 18 forks source link

Can't sync between spotify and deezer #19

Closed AleD219 closed 2 years ago

AleD219 commented 3 years ago

Hi. I have a problem with syncing spotify and deezer playlists.

here's a log of the crash: https://hasteb.in/awajodem.lua

err53 commented 3 years ago

I believe the songs parameter has been renamed to tracks. This is likely the line that needs to be updated. See: https://developers.deezer.com/api/playlist#infos

XDGFX commented 3 years ago

Sorry for the massive delay!

It should be working as it is, when updating a playlist "songs" is the correct key to use. The url is "https://api.deezer.com/playlist/{playlist_id}/tracks" https://developers.deezer.com/api/actions-post

image

I've just pushed a couple of changes to the Deezer plugin, maybe try pulling them and let me know if you're still having problems?

Edit: Pushes only on the GH repo, not yet updated on Dockerhub

froman753 commented 3 years ago

When will the DockerHub be updated? Or is there a way to manually sync the Gtihub changes with the docker version?

AleD219 commented 3 years ago

clone the repo, cd in the cloned repo and write: docker build -t imagename:revision .

and you will build a docker image with the latest changes.

floookay commented 2 years ago

Hi, I pulled the latest changes and didn't experience any issues with transferring playlists from deezer to spotify or vice versa.
Ty, glad I found this today :)

XDGFX commented 2 years ago

Nice! Glad to have feedback from some of the services I don't use personally. I'll close this issue for now as there doesn't seem to be an issue with Deezer.