🎬 Slate Admin Dashboard v2

Sync Status

Loading sync status...

Historical Backfill

Sync all movies since 1/1/2023. This is a one-time operation for initial data population.

🚀 Full Historical Sync

Complete sync of all movies since 1/1/2023. Processes in safe batches with progress tracking.

Daily Movie Sync

Update existing movies and fetch new releases. Run daily or when needed.

Weekly People Sync

Update person details (cast and crew). Run weekly to keep bios current.

Setup Instructions

1. Database Setup

Run the migration in supabase/migrations/001_initial_schema.sql in your Supabase dashboard.

2. Environment Variables

Add your TMDB API key to your environment variables:

TMDB_API_KEY=your-tmdb-api-key-here

3. Initial Data

Run the "Historical Backfill" to populate your database with movies since 1/1/2023. This may take several minutes.

4. Regular Sync

Set up cron jobs or scheduled functions to run daily movie sync and weekly people sync automatically.