Skip to content
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

Add Tracks to Playlist #10

Merged
merged 11 commits into from
Jul 4, 2024
Merged

Add Tracks to Playlist #10

merged 11 commits into from
Jul 4, 2024

Conversation

klepp0
Copy link
Owner

@klepp0 klepp0 commented Jul 4, 2024

This implements a full routine to sync common playlists between two sessions.

from musync.tidal.session import TidalSession
from musync.spotify.session import SpotifySession
from musync.sync_manager import SyncManager

spotify_session = SpotifySession()
tidal_session = TidalSession()
sync_manager = SyncManager(spotify_session, tidal_session)

sync_manager.sync_common_playlists()

This fixes #9.

@klepp0 klepp0 merged commit 1dc7c90 into main Jul 4, 2024
4 checks passed
@klepp0 klepp0 deleted the klepp0/#9-add-tracks-to-playlist branch July 6, 2024 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Add New Tracks to Playlist
1 participant