First off, we’d like to thank all the users who have been using and reporting issues related to our recently released Downloads feature. Due to these reports, we have identified several areas for improvement. We are providing an update on certain issues that have been reported to provide some transparency on this new feature. The cause of the following issues have been identified and are waiting for fixes to get implemented. We hope to have updated apps with these fixes as soon as possible. There are still some other minor issues that have been reported and they are not being ignored, but we have focused our attention to these issues to provide a more stable Downloads feature in preparation of the removal of Sync in the future.
For those that are still using Sync and worried about losing that functionality near the holidays, fear not. We will not be turning off Sync until at least after the holidays.
The following issues are not in any specific order. As always, fixes/changes will be included in release notes when a new release goes out, so we encourage users to monitor our Release Announcements forum category. We’ll also try to update this thread as fixes are released.
1. Downloading files > 2GB
Symptom: The Download is shown as complete but cannot be played.
When a large file needs to be saved on the target device, the app will split the file into 2GB chunks. The Downloads feature currently is not handling these chunks properly.
Work Around: None
Note: Already fixed for Android in 8.26.0+.
2. Duplicate tags (mostly affecting TV shows)
Symptom: Some shows/episodes will Download but others will not. The ones that fail will Download then show an error once completed.
Downloaded information is stored in a database on the client using information from the PMS database. A duplicate ID entry conflict between the PMS and local database causes the app to not be able to save the information on the item being Downloaded. This is mostly caused by the genre tag for the show, but can be from other tags as well.
Work Around: Check the Plex XML info for the show. See if there is a genre entry with the id of 1, 2, or 3 such as this example below. Changing/Removing this genre will allow the show to correctly download.
<Genre id="3" filter="genre=3" tag="Comedy" />
3. Hidden TV show seasons
Symptom: Downloading a TV show appears to work, but clicking on the show on the “Items” page does nothing. When the page refreshes, the Download starts again.
In PMS, there is an option available to hide seasons for a Show. The Downloads feature is not supporting these hidden seasons.
Work Around: Turn off the option to hide seasons in PMS.
4. DNS Rebinding preventing file transfer (iOS only)
Symptom: Appears to only be for transcoded content. PMS will show the video is transcoding, but the client shows “Downloading” with 0 progress. Even after PMS finishes transcoding, the progress on the client still doesn’t change. Streaming the same content work.
The iOS app is able to stream content in spite of any DNS Rebinding protection on a network. This is blocking Downloads.
Work Around: Turn off DNS Rebinding protection on your network. If your router does not have such a setting, you can try using a different DNS provider (1.1.1.1, Quad9, Google Public DNS, OpenDNS, etc.).
See How to Use Secure Server Connections | Plex Support for more information on DNS Rebinding.
Update: The fix is in the latest iOS Beta, 7.27 (1844)
5. Downloading to SD card is really slow (Android 11 only)
Symptom: Downloading to internal memory is normal, but Downloading to an SD card (or other external storage) is much slower.
Originally it was believed this was due to a change in how Android 11 interacts with SD cards. The new mechanism used by Android 11 is called FUSE. We’ve since discovered that it is not FUSE directly, but the way our Download mechanism interacts with FUSE. Downloads uses a different method to download files than Sync and Sync was not affected. We will be changing the download method to match Sync until we can determine why the new method is affected by FUSE.
Work Around: Change the SD card to not use FUSE. This is an advanced feature done through ADB and not advised.
Update: The crash is fixed in an earlier beta Plex for Android 8.28.0.29859-beta
6. Transcodes not respecting the quality setting (iOS only)
Symptom: Downloaded content is larger than expected.
Downloads should follow the quality set in the Downloads settings. The app appears to lower the resolution to match the setting, but the wrong bitrate is being used.
Work Around: None
Update: The fix is in the latest iOS Beta, 7.27 (1844)
7. Error shown “External storage not found” (Android only)
Symptom: The above error is shown even though the content is not being saved to external storage.
This appears to be a visual glitch on the Items tab. Using the Library tab allows you to access the content.
Work Around: None
Note: Fixed in Android 8.26.0+.