0
0
mirror of https://github.com/jellyfin/jellyfin.org.git synced 2025-05-10 11:25:26 +00:00
Files
jellyfin.org/docs/general/server/tasks.md
2025-02-21 02:55:03 +00:00

38 lines
787 B
Markdown

---
uid: server-tasks
title: Tasks
---
# Tasks
Tasks are operations that are scheduled to run periodically. They can also be triggered manually by clicking the run button on the right.
## Default Jellyfin Tasks
Below is a list of tasks that Jellyfin runs peoridically by default:
### Libraries
- Download Missing Subtitles
- Refresh Users
- Extract Chapter Images
- Scan Library
- Extract Key Frames
### Application
- Update Plugins
### Maintenance
- Optimize Database
- Clear Log Folder
- Clear Cache Folder
- Clear Activity Logs
- Clear Transcodes Folder
- Clean up collections and playlists
## Plugin Tasks
Plugins can add their own tasks if they include operations that need to be run at specified intervals. These will also show up in the settings for you to configure.