Skip to content

Releases: Drazzilb08/daps

v2.0.3

27 Jul 01:55
9ea4bdf

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.3

v2.0.0

08 Jul 15:08
58b5bc3

Choose a tag to compare

⚠️ BREAKING CHANGES

  • Fresh config required!
  • Old config.yml won’t work — the App will automatically populate a new config.yml which you can modify within the brand new UI
  • Many config fields have been renamed or restructured.
  • New requirements, please reinstall requirements.txt
  • Requires python3.10 or above

💡 Highlights

  • 🌐 New Web UI – configure everything visually!
  • 💻 Log Viewer - built in UI log viewer with search
  • 📦 Modular configs per script
  • 📣 Apprise notifications Discord/Notifiarr/Email currently - Open to PRs to support more through Apprise
  • 🧪 Cleaner logs + live config reloads through the web UI.
  • 💀 Bash scripts removed – everything is now pure Python

🧩 Module Changes

  • poster_renamerr – Grouped Discord/email output, tighter matching using IDs
  • renameinatorr – Modifications of the Discord/email output
  • labelarr – Smarter matching using Plex's internal identifications
  • upgradinatorr – Modifications of the Discord/email output
  • sync_gdrive – Bash removed, now uses subprocess rclone + UI integration with presets
  • border_replacerr - UI with holiday presets
  • ** Many Many More**

🚀 How to Run

🐳 Docker

Compose file found in compose directory

Note: I don't use comose (probably should) but I did the best I could with it.

🐍 Non-Docker

git clone -b dev https://github.com/Drazzilb08/daps.git
cd daps
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
python main.py

🌐 Open in your browser: http://localhost:8000

v1.2.4

19 Nov 03:23
f82ee12

Choose a tag to compare

What's Changed

  • Add Symlink and Hardlink Ex and Schema; Fix Schema for season_monitored_threshold by @heavybullets8 in #193
  • Fix divide by zero error by @larsenv in #195
  • Add logging to new divide by zero error
  • Version update 1.2.4 by @Drazzilb08 in #197

New Contributors

Full Changelog: v1.2.3...v1.2.4

v.1.2.3

04 Oct 01:30
156ef85

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.2.3

v1.2.2

05 Jul 15:19
47de9a8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

18 Apr 02:21
7e79629

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

17 Apr 01:20
1c02c89

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.2.0

v1.1.2

01 Apr 15:18
7a5ec58

Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.1.2

v1.0.5

27 Mar 13:18
235e5ad

Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

25 Mar 13:11
c2fb4db

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.4