Skip to content

v5.9.0 - Async Yield & Fixes!

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 20:06
· 66 commits to master since this release
3ce754b

Hoi everyone!

This is release 5.9.0 of FPD.

Thanks to everyone on our Discord and on GitHub who helped in beta testing, finding bugs, requesting features etc.

Important Changes

Re 15210f9 The downloader now uses a new attachment db & async yeild for video processing! This removes the need for the forceFullSearch setting which has been removed and improves video handling across the board from discovery to recovery to better supporting the now common multiple video (attachment) per post structure of many floatplane exclusives and other posts.

Switching to the new attachment db does mean that the old db is no longer used and that the latest few videos may redownload when you update, you can just delete the old duplicates.

Floatplane "Posts" that contain multiple videos are no longer downloaded as multiple parts of the same video but as separate videos with each video's title (if it has one) appended to the posts title. Video titles also now have channel title filtering re-enabled so they are cleaner, if you want this to apply to all previous videos you will need to redownload from scratch unfortunately.

The good news is that going forward using the new attachment db that any video changes can be tracked so if a video is uploaded on the LMG channel and then switched to the TechLinked channel for example the downloader will move it.

If you are someone who has the entire archive downloaded and wants the fixes for video titles and multi video posts you are recommended to redownload the entire archive with a clean install as there is unfortunately no way to easily migrate these changes over.

Notable Fixes

  • d39578c: Reported speed should actually be accurate now! Yay

For info on all settings please refer to the Settings Wiki

Update Guide

  1. Download the latest stable binary for your OS/pull the latest image below.
  2. Cry in the corner as your mind is slowly consumed
  3. You're done! Continue as usual.

Install Guide

  1. 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!
  2. Run the binary and follow the setup prompts.
  3. 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