-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Duplicate] Download Playlist #107
Comments
Duplicate of #67 |
@KRTirtho you can close this issue if you want since its a duplicate, and we have problems like this as you stated:
Now I'm okay with one-at-time download. A sad but get-used-to-situation to heal ourselves. Edit: Can't we design SpotTube download in such a way that doesn't violate YT APIs or any APIs by using a queuing technique? A lazy but a smart way to solve this problem without getting caught. |
One way to fix the problem is using YouTube Authentication but event it has quota limits If we do in your suggested way, it might be possible to queue stuff & download. But at this rate using some service that was actually made for this kind of stuff like https://soundiiz.com/ can be a more viable option |
@KRTirtho I don't this is impossible in SpotTube. And since its an app, it can further enhance these capabilities by doing this:
Like Arnold Schwarzenegger said, "Break the rules, not the law". |
That's some great ideas but seems like a lot of work. And I've to work on other parts of the project too. It'd be nice if someone implements this feature for the project. Someone like you who is really interested & invested on the idea is a perfect candidate to implement this kind of feature on behalf of the community of Spotube. If possible, it'll be great if you can implement the feature you stated for Spotube on behalf of the OSS community |
Currently, if we need something, we have to go one-by-one option.
Let's say I go to my playlist or any playlist, and I want to download some of the songs from that playlist, then currently we have to go through this annoying process:
i. Play each song and select the download option.
ii. Do this until we find all songs you wanted to download.
What I'm asking is:
i. [
Inside playlist
] A Ctrl + touch operation (on desktop) or long touch operation (on mobile), where users can start to select different songs and select the download icon.ii. [
Outside playlist
] Right-click option in playlist name (on desktop) or long touch option (in mobile), which let the user download the ENTIRE playlist in one go.Those two things will save a LOT of time. And its basic things which we see in how the file manager works on both desktop and mobile.
Let me know what you think. I think it's very cool to have these things.
The text was updated successfully, but these errors were encountered: