Skip to main content

Reprocess all series titles in a library using preprocessing rules

POST 

/api/v1/libraries/:library_id/series/titles/reprocess

Applies the library's preprocessing rules to all series' original directory names to regenerate the display titles. This is useful when preprocessing rules are added or changed after series have already been created.

Each series title will only be updated if:

  • The title_lock is false (respects user edits)
  • The preprocessing rules produce a different title

If a title is changed and title_sort_lock is false, the title_sort will be cleared (set to None) to let it fall back to the new title for sorting.

  • With dryRun: true: Returns a synchronous preview of what would change
  • With dryRun: false (default): Enqueues a background task to process

Permission Required

  • libraries:write

Request

Responses

Task enqueued or dry run preview