Tasks
Background task management
📄️ Get background tasks page
Returns the background tasks management page showing task history and controls.
📄️ Sync listens task
Triggers a background task to sync listening history from all connected providers. Returns an HTML fragment.
📄️ Sync playlists task
Triggers a background task to sync playlists from all connected providers. Returns an HTML fragment.
📄️ Enrich metadata task
Triggers a background task to enrich artist and album metadata using AI and external sources. Returns an HTML fragment.
📄️ Sync artist images task
Triggers a background task to download and store artist images. Returns an HTML fragment.
📄️ Sync album images task
Triggers a background task to download and store album cover art. Returns an HTML fragment.
📄️ Reset all tasks
Resets the state of all background tasks, clearing any error or stale running states. Returns an HTML fragment.
📄️ Cleanup task data
Runs cleanup routines to remove orphaned records and stale data from the database. Returns an HTML fragment.