Hia!
This is release 5.4.0 of FPD.
Thanks to everyone on our Discord and on GitHub who helped in beta testing, finding bugs, requesting features etc.
Notable Changes
For info on all settings please refer to the Settings Wiki
Fixes
- 3045923: Fixed quality fallback selecting lowest quality instead of highest
New Settings
- 4e4b03a: Added
forceFullSearch
setting which forces the downloader to searchvideosToSearch
number of videos regardless of what has been downloaded. Note: Will not result in downloaded videos being re-downloaded. - d2e67d0, 352e11b, 4165380 & 3c72c21 Added advanced environment variable support for more advanced ways to set settings.
For more info see the Advanced Env Setup Wiki
Docker
Go check out the image and install instructions Here!
Update Guide
-
Download the latest stable binary for your OS below.
-
Replace your existing one.
-
Cry in the corner as your mind is slowly consumed -
You're done! Continue as usual.
Install Guide
-
Download the latest stable binary for your OS below.
Looking for Docker? Go check out the image and install instructions Here! -
Run the binary and follow the setup prompts.
-
Profit?!
At this point you should be completely set-up and ready to go!
You can read more on Setup/Plex/Settings on the main README.md and Wiki.md files.
Commits
- 740d159: Added video db check to avoid episodeNo creep if a video already exists @Inrixia
- 4e4b03a: Added forceFullSearch setting @Inrixia
- 3045923: Fixed quality fallback selecting lowest quality instead of highest @Inrixia
- a5341b7: Updated video checking to be async to improve performance @Inrixia
- 3c72c21: Changed argv and env settings overwrite to set undefined properties @Inrixia
- c809dec: Updated packages and fixed sub iteration error @Inrixia
- d2e67d0: Added .env support and reverted setUndefined change @Inrixia
- 352e11b: Added support for __FPDSettings & fixed issues with env settings parsing @Inrixia
- 4165380: Added advenv.md wiki page @Inrixia
- c28de46: Updated syntax highlighting for docker commands @Inrixia
- bd17726: Updated all packages @Inrixia