-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
No playlist found in Plex #32
Comments
Hmm, I'm not too sure, it might be that Plex changed the API slightly and my code is mis-reading it now. As mentioned in #30 could you please download the latest https://github.com/XDGFX/ultrasonics/tree/1.2.0 branch, try syncing with the new 'plex beta' plugin instead, and let me know how you get on? This uses a proper plex-python api so it should be more reliable! |
@XDGFX With 1.2.0, there is some progress, but when I try to sync Spotify to Plex, I get the following error (and nothing is synced)
When I try to sycn Plex to Spotify, I get the following error (again, nothing is synced)
Hopefully these logs give you some idea about what is going on and we can fix them. Let me know if you need anything else. |
Ah, I had incorrectly named a dict entry in the new beta plugin, try with the latest commit on the 1.2.0 branch (or the latest 1.2.0 Docker tag) |
So, looks like the process is working. However, the matching is terrible. I have a playlist of over 10K tracks and only 1200 were matched :( This is not your fault, but how Spotify organizes tracks. Sometimes the tracks are organized in Here's some code snippet that uses beets library for basic import and here's some discussion implementing the same in Beets forum. |
I am trying to sync my Plex playlists to Spotify. I have connected both the services. But, when I run the applet, I see that no playlists are found. When I visit the URL (and manually add the token), I can see all the playlists.
Any thoughts on what may be going on? Not sure if it matters, but I am using the docker container.
The text was updated successfully, but these errors were encountered: