mirror of
https://github.com/Rafiuth/Soggfy.git
synced 2026-04-25 23:25:58 +03:00
[GH-ISSUE #19] Offline playlists/offline mode #16
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Soggfy#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @WhEntrecote on GitHub (Feb 28, 2022).
Original GitHub issue: https://github.com/Rafiuth/Soggfy/issues/19
I tried, in fear of being banned, downloading a playlist and then going offline to do the "download" in high speed. It does not work. Is there a reason for this or could it be made possible?
@Rafiuth commented on GitHub (Mar 3, 2022):
I this is because the metadata request fails in offline mode. I don't have a premium account to test this, but I guess the only metadata available in offline mode is from the player context or the playlist. This extra request is only used for date and some other non important fields, so I think it would be ok to ignore it if it fails.