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

Implement Spotify playlist to Youtube playlist sync #57

Open
pinkeshbadjatiya opened this issue Jul 3, 2019 · 4 comments
Open

Implement Spotify playlist to Youtube playlist sync #57

pinkeshbadjatiya opened this issue Jul 3, 2019 · 4 comments

Comments

@pinkeshbadjatiya
Copy link

I was actually working on a service for quite some time that does the following:

  • If you like a song on Spotify, then
    • Add a song in a Spotify playlist
    • Add the same song in a Youtube playlist
  • You can also download the Youtube playlist and then sync the MP3 files across devices using one of the cloud services.

I finished this one and its running on my AWS server. I just made the repository public so that others can explore and build upon the idea. I believe there are a lot of overlaps in both of our projects. It would be really nice if we can build something that is simpler and brings the best of both the worlds.

Repository: https://github.com/pinkeshbadjatiya/spotify2youtube-playlist-synchronizer

@chalda
Copy link

chalda commented Oct 20, 2019

this actually seems like a great idea. sync spotify to youtube playlist then youtube-dl the youtube playlist straight up. this way you wouldnt run into google api quota issues.
plus i think youtube-dl might have some sync features that would make it so you dont redownload all the songs, just the ones you dont have locally yet.

@pinkeshbadjatiya
Copy link
Author

Yes, you can skip already downloaded songs using youtube-dl. I actually have the service running on my AWS instance with all the things mentioned in the Readme and it works like a charm.

@SathyaBhat
Copy link
Owner

SathyaBhat commented Oct 23, 2019 via email

@pinkeshbadjatiya
Copy link
Author

@SathyaBhat Update this issue when you do! I would love to use it once this feature is there.

@SathyaBhat SathyaBhat changed the title Spotify <--> Youtube ? Implement Spotify playlist to Youtube playlist sync Nov 5, 2019
@SathyaBhat SathyaBhat added this to To do in Spotify DL Feb 9, 2020
@SathyaBhat SathyaBhat added this to the 4.0 milestone Feb 18, 2020
@SathyaBhat SathyaBhat modified the milestones: 4.0, 3.6, 4.1 Mar 28, 2020
@SathyaBhat SathyaBhat removed this from the 4.1 milestone Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Spotify DL
  
To do
Development

No branches or pull requests

3 participants