Hello,
Every time you hit the download button it asks you to select the quality type you want.
Can we just have a file that is designated for offline downloading. So when someone hits the download button for a movie/show it just downloads a pre-made file.
When you know you are going to be in an area where your reception will be bad or no wifi, you want to download the media ahead of time. And having the download feature just grab a file already made can really speed things up. Yes, it will take up more space but that is a sacrifice we all have to make...
Pseudocode
if (folder_contains_file == "%mobile%")
{
download file
}
else
{
Present Quality selection menu for download
}
Thank You