-
Notifications
You must be signed in to change notification settings - Fork 215
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
Comments
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. |
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. |
Sounds good. Can add a sync-mode which will only sync playlists
On Wed, 23 Oct 2019 at 12:28, Pinkesh Badjatiya ***@***.***> wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#57?email_source=notifications&email_token=AAAGGUD32JZ7VXVOYPNZOG3QQAKMNA5CNFSM4H5CFVJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECAXO2Q#issuecomment-545355626>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAGGUEBFNIDQAF2DCGRSP3QQAKMNANCNFSM4H5CFVJA>
.
--
…-- Sathya
http://sathyabh.at | http://sbhat.me
Author, Practical Docker with Python
<https://www.apress.com/gp/book/9781484237830> & AWS Community Hero
<https://aws.amazon.com/developer/community/heroes/sathyajith-bhat/>
|
@SathyaBhat Update this issue when you do! I would love to use it once this feature is there. |
I was actually working on a service for quite some time that does the following:
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
The text was updated successfully, but these errors were encountered: