| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Added the backend pieces requested by the client review:
Validation run locally:
Full pytest could not complete locally because Postgres on 127.0.0.1:5432 refused the connection, so database-backed route tests need CI or a running local Postgres. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
This adds a complete acquisition layer for self-hosted reading setups. Users can configure indexers and download clients, search releases, submit magnets or torrent URLs, and keep an auditable job history.
The server now supports qBittorrent, Transmission, Deluge, Prowlarr, Torznab, and Newznab. It also supports Readarr, Sonarr, Radarr, Lidarr, and Whisparr through their native command APIs, so those applications remain responsible for their own library and release-grab decisions.
Enabled acquisition rules are processed periodically. Rules can either select the best indexer result for a BitTorrent client or trigger a configured Arr command.
Implementation notes
Validation
The integration test suite was not run locally because PostgreSQL/Docker was unavailable.