-
Notifications
You must be signed in to change notification settings - Fork 45
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
Built-in Spotify Sync using freyr #195
Comments
hello @Atlas7005 Thanks for the feature suggestion. It would be a really nice feature, but it wouldn't be part of the Swing Music core. If you're interested in working on it as a plugin, you're welcome. As you mentioned, docs on plugins would be helpful, and they should be arriving in the near future. You can find some WIP on other areas in the If you're interested, you can find us in the Swing Music Community on telegram. You can also dm me, I can show you the ropes as you wait for the docs. Thank you. |
@Atlas7005 I just checked out freyr and it looks pretty good. One thing that I'm not clear about is where it fetches the download from? Is it from the specified streaming service or specifically from youtube? From above it does look like it's sourcing the downloads from youtube and if that is the case, then why would they be downloading it at 320kbps (since max supported is 128opus/256aac at best)? Specifically for spotify sync, I would recommend using something like zotify which directly sources the In addition to this, since the files are sequentially downloaded, it would also be possible to stream the files without waiting for it to be fully downloaded (or have an option to not save the download at all)
|
It queries YouTube Music first, then if no sources are found, it will query normal YouTube. |
I love this project, and you guys have done some fantastic work!
A feature that would add infinitely to the project is a way to link to a song, album, playlist, or artist from Spotify, and it will automatically get downloaded to the app's first root directory (or something).
I use freyr to do that, but it requires me to log in to the server where I host Swing. It would be so cool to have this implemented in some way.
I also see that you guys have some early plugin support. It would be nice to see some documentation on that, too!
The text was updated successfully, but these errors were encountered: