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

[Duplicate] Download Playlist #107

Closed
PranavBhattarai opened this issue Jun 8, 2022 · 5 comments
Closed

[Duplicate] Download Playlist #107

PranavBhattarai opened this issue Jun 8, 2022 · 5 comments
Labels
duplicate This issue or pull request already exists enhancement New feature or request

Comments

@PranavBhattarai
Copy link

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.

@PranavBhattarai PranavBhattarai added the enhancement New feature or request label Jun 8, 2022
@KRTirtho
Copy link
Owner

KRTirtho commented Jun 8, 2022

Duplicate of #67

@KRTirtho KRTirtho marked this as a duplicate of #67 Jun 8, 2022
@KRTirtho KRTirtho added the duplicate This issue or pull request already exists label Jun 8, 2022
@PranavBhattarai
Copy link
Author

PranavBhattarai commented Jun 8, 2022

@KRTirtho you can close this issue if you want since its a duplicate, and we have problems like this as you stated:

But if we do it for 50-100 tracks at once, YouTube API will immediately block your IP

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?
If the user selects multiple songs and hit the download option, SpotTube honors that and put it in a queue based on first-in-first-out. And download it serially (and even with the time gap between two downloads if only needed).

A lazy but a smart way to solve this problem without getting caught.

@KRTirtho
Copy link
Owner

KRTirtho commented Jun 8, 2022

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

@PranavBhattarai
Copy link
Author

PranavBhattarai commented Jun 10, 2022

@KRTirtho
While I know there are a couple of hacks to download playlists, songs, etc from other platforms using different tricks, I think SpotTube should also smartly and carefully use one of the oldest of the tricks in the books. One of my favorite ways to get the job done is using advanced Telegram bots. Paste the Spotify Playlist, and BOOM you got yourself songs coming your way on a one-by-one basis. The only limit I see is 100 songs no matter how many songs there are in the playlist.

I don't this is impossible in SpotTube. And since its an app, it can further enhance these capabilities by doing this:

  1. Download songs on a one-by-one basis
  2. Wait if it has reached a certain threshold
  3. Resume the task after some time.
  4. Check if songs have been already downloaded, if it is then stop downloading that song and go to the next one.
  5. The end. We have successfully managed to properly download songs of more than 100s, Better than Telegram bots.

Like Arnold Schwarzenegger said, "Break the rules, not the law".
When we are not inside PlayStore, why be shy, why limit ourselves, and WHY not further enhance the possibility.

@KRTirtho
Copy link
Owner

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

@KRTirtho KRTirtho changed the title Various select options [Duplicate] Download Playlist Jun 20, 2022
@KRTirtho KRTirtho closed this as completed Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants