Releases: Drazzilb08/daps
Releases · Drazzilb08/daps
v2.0.3
What's Changed
- Update docker-compose.yml by @kalyanrajnish in #237
- Show Plex instances only for specific modules by @Drazzilb08 in #239
- Add ignore tag filtering to process_instance by @Drazzilb08 in #240
New Contributors
- @kalyanrajnish made their first contribution in #237
Full Changelog: v2.0.0...v2.0.3
v2.0.0
⚠️ BREAKING CHANGES
- ❗ Fresh config required!
- Old
config.ymlwon’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 directoryNote: 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
What's Changed
- Add Symlink and Hardlink Ex and Schema; Fix Schema for
season_monitored_thresholdby @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
What's Changed
- Upgradinatorr - Improved series searching by @washedszn in #183
- escape double quotes in joke to ensure json is valid and small modification to json schema by @GeneralPractitioner-GP in #187
- Update exclude-file.txt by @BerserkeR-Git in #188
- Handle sym links in rename_files function by @heavybullets8 in #191
- Update to 1.2.3 by @Drazzilb08 in #192
New Contributors
- @washedszn made their first contribution in #183
- @BerserkeR-Git made their first contribution in #188
- @heavybullets8 made their first contribution in #191
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- feat: allow ignore tags for upgradinatorr by @asherbig in #171
- Fix: Better handling of paths to correctly manage windows paths from Arr by @Feramance in #173
- fix gdrive_sync script *.partial permissions errors reported by rclone by @zhdenny in #177
- Fix two bugs. by @davidnewhall in #181
- Numerous bug fixes
- Version 1.2.2 by @Drazzilb08 in #185
New Contributors
- @asherbig made their first contribution in #171
- @zhdenny made their first contribution in #177
- @davidnewhall made their first contribution in #181
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- update dev by @Drazzilb08 in #163
- Add Schema Validation info to docs and small updates schema validation by @GeneralPractitioner-GP in #164
- Dev by @Drazzilb08 in #165
- [bug] Exclusion list fix by @Drazzilb08 in #166
- v1.2.1 by @Drazzilb08 in #167
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- [Add] Add segmentation to output by @Drazzilb08 in #157
- Update config.sample.yml by @BaukeZwart in #158
- Add exclusion_list and logic to fix "light" mm2k posters when removing borders by @zarskie in #160
- Create schema validator for the config file and add to the sample by @GeneralPractitioner-GP in #161
- [v1.2.0] by @Drazzilb08 in #162
New Contributors
- @zarskie made their first contribution in #160
- @GeneralPractitioner-GP made their first contribution in #161
Full Changelog: v1.1.2...v1.2.0
v1.1.2
What's Changed
- [Bug] Error handling by @Drazzilb08 in #144
- [Bug] Poster renamerr alternate match fix by @Drazzilb08 in #145
- [Feat] Jduparr notification update by @Drazzilb08 in #147
- [Archive] Remove queinatorr by @Drazzilb08 in #148
- [Bug] Collection filename fix by @Drazzilb08 in #151
- [Bug] Renameinatorr bug fix by @Drazzilb08 in #153
- [Update] Main fix by @Drazzilb08 in #154
Full Changelog: v1.0.5...v1.1.2
v1.0.5
What's Changed
- [bug] Fix 'run' loop by @Drazzilb08 in #141
- Dev by @Drazzilb08 in #142
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- remove workflow by @Drazzilb08 in #122
- Update start.sh by @Drazzilb08 in #123
- Update Dockerfile - Removal of VOLUME /Data by @paralovosca in #125
- Normalization fix by @Drazzilb08 in #126
- [Add] Gdrive location examples by @Drazzilb08 in #128
- [Bug] Fix multiple searches for Sonarr by @Drazzilb08 in #129
- [Bug] Fix nohl_bash notifications by @Drazzilb08 in #130
- v1.0.3 by @Drazzilb08 in #131
- [Bug] run schedule wasn't being cleared properly by @Drazzilb08 in #133
- [Fix] max_search fix by @Drazzilb08 in #134
- [bug] Notification bug fix by @Drazzilb08 in #135
- Requirements update - remove unused requirements by @Drazzilb08 in #137
- v1.0.4 Update by @Drazzilb08 in #138
New Contributors
- @paralovosca made their first contribution in #125
Full Changelog: v1.0.1...v1.0.4