Clean up docs, default NocoDB URL to xb.constantprojects.com

This commit is contained in:
constantprojects
2026-02-17 15:38:54 -07:00
parent a12814d271
commit 24f5c2753b
2 changed files with 17 additions and 38 deletions

View File

@@ -5,7 +5,6 @@ Matches `{id}.torrent` files against your qBittorrent session and updates NocoDB
## Requirements
- Python 3.10+
- No external dependencies
## Usage
@@ -15,9 +14,8 @@ Matches `{id}.torrent` files against your qBittorrent session and updates NocoDB
python xb_seed_status.py \
--id-folder ./torrents \
--bt-backup ~/.local/share/qBittorrent/BT_backup \
--nocodb-url https://noco.example.com \
--table-id xxxxxxxxxxxxx \
--api-token xc-xxxx
--api-token xx
```
### CSV Mode (outputs file for manual import)
@@ -34,18 +32,17 @@ python xb_seed_status.py \
```bash
python xb_seed_status.py \
--upload-csv seeds.csv \
--nocodb-url https://noco.example.com \
--table-id xxxxxxxxxxxxx \
--api-token xc-xxxx
--api-token xx
```
## Flags
| Flag | Required | Description |
|------|----------|-------------|
| `--id-folder` | Scan modes | Folder containing `{id}.torrent` files |
| `--id-folder` | Scan modes | Folder containing `{id}.torrent` files (see [ID Folder](#id-folder)) |
| `--bt-backup` | Scan modes | qBittorrent's `BT_backup` folder |
| `--nocodb-url` | API modes | NocoDB base URL |
| `--nocodb-url` | No | NocoDB base URL (default: `https://xb.constantprojects.com`) |
| `--table-id` | API modes | Table ID |
| `--api-token` | API modes | API token (`xc-token`) |
| `--csv-only` | No | Skip API, output CSV instead |
@@ -53,6 +50,11 @@ python xb_seed_status.py \
| `--upload-csv` | No | Upload a CSV file to NocoDB (skip torrent scanning) |
| `--debug` | No | Print API request/response details |
## ID Folder
The `--id-folder` should point to the sanitized site export folder. You can download it from:
https://tankserver.org/u/torrents%20-%20sanitized.7z
## Finding NocoDB IDs
- **Table ID**: Click `...` next to table name → Copy Table ID