Heyoo!
This is release 5.8.0 of FPD.
Thanks to everyone on our Discord and on GitHub who helped in beta testing, finding bugs, requesting features etc.
Especially thanks to @orthanc42, @Fma965 & @mattkdoggie who helped with development with PR's
Notable Changes
- 1912a8c, 6c89d54 New posters are now in the repo's Artwork folder! Thanks @mattkdoggie for the PR's #172, #170
New Features/Settings
- e1279a0, d77fe76, a2ceb72 Identifiers
releasedBefore
andreleasedAfter
now exist. This allows downloading videos before or after the specified date/time. Thanks @mattkdoggie for the PR! #168
Other than that nothing Major this release version, mainly fixes for things like like #169 which are important to get out.
For info on all settings please refer to the Settings Wiki
Update Guide
- Download the latest stable binary for your OS/pull the latest image below.
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!
Looking for Unraid? Go install it using the unraid template! unraid template! - 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
- 3d1c9d6: patch to always put ffmpeh binary in ./db/ folder @orthanc42 #160
- 8d274c8: update ffmpeg executable path in Video.ts @orthanc42 #160
- f97cc55: Merge branch 'master' into dev @Inrixia
- 9a87503: Updated wiki with path formatting options re #158 @Inrixia
- 1e45eb0: Tidy up date logging @Inrixia
- e191ca2: Update docker.md @Fma965 #165
- f38748a: Move NFO and Artwork code into Downloader class @Inrixia
- 8c9db79: Switch to async yeild for video parts fixing #166 @Inrixia
- e0db032: Added static ratelimiting to delivery endpoint calls @Inrixia
- 8da3642: Changed download speed to be in mb/s vs Mb/s for extra clarity @Inrixia
- a569956: Additional checks to handle bad video variants or videos with no variants avalible @Inrixia
- a2c4117: Increase DownloadThreads to 8 @Inrixia
- feb1da8: New download queueing & log transparency for cdn delays @Inrixia
- a2ceb72: Update Subscription.ts @mattkdoggie #168
- d77fe76: Update Subscription.ts @mattkdoggie #168
- e1279a0: Update types.ts @mattkdoggie #168
- f73f39a: Update settings.md @mattkdoggie #168
- 9d5e1db: Update settings.md @mattkdoggie #168
- bb51e15: Update settings.md @mattkdoggie #168
- 94aa15a: Fixed ratelimiting to properly adhere to 2/1min for delivery cdn @Inrixia
- 6c89d54: Add new poster art @mattkdoggie #170
- 1912a8c: Added Garbage Time thumbnails @martinridgway #172
- 2a984a9: Fixes #171 @Inrixia
- c967adb: Updated version to 5.8.0 @Inrixia
- e4415ad: Added unraid template to readme @Inrixia