justin025 / onthespot

OnTheSpot is an easy-to-use music downloader built with Python and Qt. Search for songs, albums, or playlists and download them directly to your device.
GNU General Public License v2.0
92 stars 12 forks source link

Numbers of maximum tracks you can download per playlist #47

Open homogenic1000 opened 6 days ago

homogenic1000 commented 6 days ago

Hi;

I'm using onthespot because it's the better option to download Spotify playlist but my playlist is about 1200songs and when I start to download my playlist only 376 songs load.

Is there a limit of tracks per playlist? If yes can I change it on the settings?

Thanks in advance!!

PS: sorry for my bad English it's not my native language

justin025 commented 6 days ago

There is no limit to the number of items in a playlist, if you feel comfortable you can share your playlist and I can take a look.

Generally when the playlist gets caught at a specific song it means there is something wrong with that song, taking a look at item 377 would be a start. On Friday, November 1st, 2024 at 12:51 PM, homogenic1000 @.***> wrote:

Hi;

I'm using onthespot because it's the better option to download Spotify playlist but my playlist is about 1200songs and when I start to download my playlist only 376 songs load.

Is there a limit of tracks per playlist? If yes can I change it on the settings?

Thanks in advance!!

PS: sorry for my bad English it's not my native language

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

homogenic1000 commented 6 days ago

thanks for the response here my playlist link https://open.spotify.com/playlist/1EB0knmF5c7IjuUbeBGsW6?si=87e8a060913d41aa

ahyora commented 5 days ago

Should we wait there?

https://github.com/justin025/onthespot/blob/bcca29c8c502b452897f1b73388cd50ecb582f7f/src/onthespot/api/spotify.py#L275-L297

homogenic1000 commented 5 days ago

wdym by "Should we wait there?" I didn't understand

homogenic1000 commented 3 days ago

So i've delteted track 377 but now it's stuck at 378. It won't go past 378

ahyora commented 1 day ago

@homogenic1000

I found 2 bugs. One is unplayable songs. They have no track, results parse thread crash. Second one is probably because app is simultaneously downloading and collecting metadata to show item on gui, spo servers deny request and QueueWorker thread crashes.

Can you try the following build and check if it's solved?

https://github.com/ahyora/onthespot/actions/runs/11685386535