Commit Graph

27 Commits

Author SHA1 Message Date
administrator 4683d6f853 z230 2026-04-16 12:56:33 +02:00
administrator a1a06aa547 Merge remote-tracking branch 'origin/master' 2026-04-05 12:25:11 +02:00
administrator 8a3654a4b6 git 2026-04-05 12:25:01 +02:00
administrator cb22ac8c7e z230 2026-03-25 09:12:08 +01:00
administrator 3ce8fa0080 Integrate dead torrent cleanup into Manager loop
Move dead torrent detection logic from 50 MrtveTorrenty.py into 70 Manager.py as step 1b, so the manager handles completed, dead, and new torrents in a single run cycle.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-18 13:54:35 +01:00
administrator c4f2d8b13d git 2026-03-06 17:25:47 +01:00
administrator a74ad8ff00 git 2026-03-06 17:22:02 +01:00
administrator afbca5b348 z230 2026-03-06 14:24:32 +01:00
administrator 20c4a7d8b4 Merge remote-tracking branch 'origin/master' 2026-03-06 07:11:30 +01:00
administrator 489b236b9b git 2026-03-06 07:11:03 +01:00
administrator 197cb3f8db z230 2026-03-03 14:27:37 +01:00
administrator b37db5397e Fix handle_completed — guard against invalid completion_on timestamp
qBittorrent returns completion_on = -1 for torrents that were never
completed. datetime.fromtimestamp(-1) throws OSError on Windows.
Added explicit check for negative values and try/except for safety.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-02 07:02:21 +01:00
administrator 15b498ca55 Refactor 70 Manager.py — multi-client support + scheduled task mode
- Add CLIENTS list: UltraCC Seedbox (max 20) + Local qBittorrent (max 20)
- Add 'added' to SELECT_NEXT exclusion list to prevent two clients
  claiming the same torrent from the shared DB queue
- Add qb_client column tracking — each torrent records which client
  downloaded it; per-client stats shown at startup
- Extract process_client() to encapsulate steps 1-3 per client
- Remove continuous loop and sleep — script runs once and exits,
  designed to be triggered by a scheduled task

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-01 20:32:57 +01:00
administrator 7646f6f68f Add Seedbox/70 Manager.py — continuous download manager for UltraCC 2026-03-01 12:15:49 +01:00
administrator e0cb02c490 Move 95 IncrementalImport.py to Seedbox/ 2026-03-01 12:01:10 +01:00
administrator 6b8728360c Add 95 IncrementalImport.py — incremental torrent scraper without Selenium 2026-03-01 11:58:22 +01:00
administrator d57f7d75ce Add Seedbox/60 AktualizaceSeeders.py — scrape seeders/leechers from sktorrent.eu 2026-03-01 11:45:43 +01:00
administrator 0710af0f82 Replace all DB host 192.168.1.50 -> 192.168.1.76 2026-03-01 08:11:45 +01:00
administrator b5b3da1105 50 MrtveTorrenty: add criterion B — stuck near 100% for 7+ days 2026-03-01 07:55:12 +01:00
administrator bf81c037a9 git 2026-03-01 07:49:08 +01:00
administrator 1edbe8c1e7 Add Seedbox/50 MrtveTorrenty.py — dead torrent cleanup for UltraCC seedbox 2026-03-01 07:48:34 +01:00
administrator f1a5967430 git 2026-02-09 18:08:19 +01:00
administrator 1219f840c6 git 2026-02-08 13:08:00 +01:00
administrator 67e320287a git 2026-02-07 07:26:26 +01:00
administrator 0ed1411bbd git 2026-02-06 07:09:54 +01:00
administrator aff7993093 git 2026-02-04 05:59:17 +01:00
administrator 3d11661997 git 2026-02-01 07:18:20 +01:00