Cleaned up README.md

This commit is contained in:
2025-09-29 02:15:09 +00:00
parent 4658c38890
commit 5ba3376b68

View File

@@ -40,7 +40,7 @@ The script supports three input methods in order of priority:
#### 1. API URL (Highest Priority)
```yaml
- MBID_API_URL=http://192.168.0.73:5110/artists
- MBID_API_URL=http://your-api-server:port/artists
```
Fetches artist data from an API endpoint that returns JSON array with `foreignId` fields.
@@ -93,7 +93,7 @@ services:
- LOG_LEVEL=info # Use 'debug' for troubleshooting
# Input Source (choose one)
- MBID_API_URL=http://your-api-server:5110/artists
- MBID_API_URL=http://your-api-server:port/artists
# - MBID_JSON_FILE=/config/ids.json
# - MBID_URL=06f71b9e-639c-4903-bf6b-76b8893d3957
volumes: