This version has been released on Tuesday, August 3, 2021.
This version is considered a maintenance release.
Coming off a rather large v2.4.5
release, this aims to correct a few issues that were left to linger as well as improve a few items on the Dashboard that had been requested.
The biggest of these was an issue where on building autoscan, if a Plex path had spaces such as /home/USER/rclone/gmedia/Movies/Kids Movies Library
it would break these into new lines on the config.yml. This has now been corrected and paths containing spaces are properly read and imported without issue. If you already have autoscan installed, no worries, simply reinstall with qb reinstall autoscan USERNAME
and things will be set properly to the config.
RClone in it’s latest iteration has also been problematic when installing on a headless server as it would produce a verification link to the drive that was localhost only. We don’t want that! As such, we have set the build file to install a version of RClone that produces the proper validation links so you don’t have to install additional applications (noVNC or x2Go) just to install your rclone instance. Of course, you can update your rclone after the build/install with qb update rclone USERNAME
without issue.
stay human! 💓
ENHANCEMENTS:
GENERAL & UI (enh)
- GUI: sabnzbd nzb count to now read from custom download locations as well
- Do note: that your dowload location in the SABnzbd settings/config ends with a forward slash
/
- Do note: that your dowload location in the SABnzbd settings/config ends with a forward slash
- GUI: set dynamic mount reads for mergerfs on list view of Dashboard
FIXES:
APPS (fix)
- Autoscan: ensure paths with spaces are properly imported on build to config.yml
- this additionally checks that duplicate paths are not imported from Plex libraries via
SELECT DISTINCT
.
- this additionally checks that duplicate paths are not imported from Plex libraries via
- Autoscan: pipe permissions output if permissions are already proper on build
- RClone: downgrade build package to
v1.55.1
so headless install flags work properly (ie; config_is_local false)- current version of rclone currently is ignoring the headless (config_is_local) flag, this ensures the build post the proper google auth link for headless installs.
- once installed rclone can be updated to latest release with
qb update rclone USERNAME
.
GENERAL & UI (fix)
- GUI: addressed a bug where the autoscan install option was shown to users outside of Plex/Emby groups