- Add FastAPI server for video metadata registration - PostgreSQL database models for videos, video_streams, audio_streams, subtitle_streams - Batch registration script for .probe.json files - RESTful API endpoints for CRUD operations - Search functionality by title, artist, codec, resolution
8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
fastapi==0.115.0
|
|
uvicorn[standard]==0.32.0
|
|
sqlalchemy==2.0.35
|
|
psycopg2-binary==2.9.10
|
|
pydantic==2.9.2
|
|
pydantic-settings==2.6.0
|
|
python-dotenv==1.0.1
|