You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
youtube-dl has some support for filesize limits, but I think it applies to the video size rather than the song size. This means that you might be not be able to download a 1080p 60fps video since it exceeds the filesize limit, although the resulting audio file is only a few minutes long and doesn't take up much space.
Since only one song is being downloaded at a time, it might be best to have a maximum download size. Having predictable, hard limits on filesize is a good thing, so maximum song size + maximum number of songs would probably be good to have as well.
It also might be nice to have a maximum song length, though I think that's a topic for another issue.
Should add some sort of filesize limitation that can be set inside the config file.
The text was updated successfully, but these errors were encountered: