-
Notifications
You must be signed in to change notification settings - Fork 1
Integrated Tools
CeRu-007 edited this page Jun 30, 2026
·
1 revision
🌐 中文版本
TMDB-Helper integrates multiple external tools to enhance functionality. This document explains how to use these tools.
ℹ️ TMDB-Import is an independent open-source project (fzlins/TMDB-Import). TMDB-Helper integrates its functionality.
TMDB-Import is a Python script for scraping episode data from various platforms and importing to TMDB. Supported platforms include:
- Bilibili
- iQiyi
- Tencent Video
- Youku
- CCTV
- And more...
- Fill in the Platform URL when adding an entry
- The system automatically detects the platform type
- Scheduled tasks automatically execute scraping and importing
For completed but untracked series:
- Sidebar → Entry Maintenance → Independent Maintenance
- Fill in Platform URL, TMDB ID, Season
- Click "Platform Scraping"
- Modify data in the CSV editor
- Click "Execute TMDB Import"
After setting up scheduled tasks, the system executes automatically:
- Set scheduled tasks in entry details
- Configure execution time and strategy
- System automatically scrapes and imports at specified times
TMDB-Import configuration file location:
-
Docker:
/app/data/config.ini -
Local:
TMDB-Import-master/config.ini
Common configuration options:
[DEFAULT]
# Encoding format
encoding = utf-8-sig
# Save browser user profile (disable for concurrency)
save_user_profile = true
# Filter words (comma-separated)
filter_words =
# Rename CSV on import (enable for multi-task)
rename_csv_on_import = false
# Delete CSV after import
delete_csv_after_import = falseTMDB-Helper integrates various AI model services for:
- Episode Synopsis Generation: Analyze subtitles to generate titles and summaries
- Audio Transcription: Extract audio from video and recognize as text
- Hard Subtitle OCR: Recognize embedded subtitles in video
- AI Chat: Multi-turn conversation assistant
- OpenAI
- DeepSeek
- SiliconFlow
- Other OpenAI API-compatible providers
- Click gear icon → Settings
- Select "Model Service" panel
- Add provider and fill in API Key
- Assign models to different functions in "Usage Scenarios"
TMDB-Import uses Playwright for browser automation:
- Login to TMDB accounts
- Execute data import operations
- Scrape platform data
- First use requires browser installation:
playwright install chromium - Automatically handled in Docker deployment
- Disable
save_user_profilefor concurrent tasks
- TMDB-Import FAQ - TMDB-Import usage issues
- Scheduled Tasks - Automation configuration
- Settings - AI model configuration