A complete Rust rewrite of Decache by SindexMon https://github.com/SindexMon/decache/ (and all it's components) aimed to have GUI and work on Linux, Windows and Mac. It is aimed to be fully compatibile with assets of the original Decache.
Warning
This is a pre-Alpha release, expect lots of bugs, not working stuff and false positives.
Note
You need ffmpeg installed on your system for video_data entries to be scanned! For now the software will crash without it.
- Download precompiled decache-rs from releases
- Copy
datadirectory from the original Decache - Put it in the same directory as decache-rs executable
- Start the program
In pre-Alpha version Deache-rs will scan for entries from history_data.txt, video_data.txt and asset_data.txt in browsers' cache directories on your linux system (supports Firefox, LibreWolf, Chrome and Chromium, only Firefox and LibreWolf supports asset_data searching for now Chromium and Chrome gives wrong results about asset_data). All the scanning will be done in place (for now only found lost media of video_data.txt will be put into Verified folder (it will be created automaticaly when media will be found). It will display positive results (ex. "Found XYZ!") as green messages in the log view. Progress of each entry is shown on a progressbar. No found lost media will be sent to SindexMon or anywhere in this version.
Use cargo build --release --target x86_64-unknown-linux-gnu to build it for linux.

