Update Audiobookshelf API key instructions and improve chapter merging

Replaces outdated Audiobookshelf API token instructions with new API key generation steps across documentation and UI. Enhances chapter merging logic to detect and handle book titles in metadata, prioritizing filename extraction for chapter names, and updates logging and documentation to reflect these changes. Adds ASIN copy-to-clipboard feature in AudiobookDetailsModal.
This commit is contained in:
kikootwo
2026-01-14 12:17:41 -05:00
parent 307b63fab4
commit b3f89d67bb
8 changed files with 175 additions and 36 deletions
@@ -1147,11 +1147,11 @@ auth.require_admin_approval = 'false'
**Instructions for users:**
1. Login to Audiobookshelf web UI as admin
2. Go to Settings → Users
3. Click on your user
4. Scroll to "API Token" section
5. Click "Generate Token"
6. Copy token for ReadMeABook setup
2. Go to Settings → API Keys
3. Click "Add API Key"
4. Enter a descriptive name (e.g., "ReadMeABook")
5. Copy the generated API key
6. Use the key in ReadMeABook setup
### B. OIDC Provider Setup Guides