ReprocessLibraryTitlesResponse
Response for library-wide title reprocessing
changedintegerrequired
Number of series where title was changed
Possible values: >= 0
Example:
45libraryIdstring<uuid>required
Library ID
Example:
550e8400-e29b-41d4-a716-446655440000processedintegerrequired
Number of series processed (not skipped)
Possible values: >= 0
Example:
120results object[]
Detailed results for each series (only included if < 100 series)
Array [
changedbooleanrequired
Whether the title was actually changed
Example:
truenewTitlestringrequired
New title after applying preprocessing rules
Example:
One PieceoriginalTitlestringrequired
Original title before reprocessing
Example:
One Piece (Digital)seriesIdstring<uuid>required
Series ID
Example:
550e8400-e29b-41d4-a716-446655440002skipReasonstring | nullnullable
Reason for skipping (if skipped)
Example:
title_lockedskippedbooleanrequired
Whether this series was skipped (e.g., due to lock)
Example:
falsetitleSortClearedbooleanrequired
Whether title_sort was cleared (set to None) because title changed
Example:
true]
skippedintegerrequired
Number of series skipped (due to locks)
Possible values: >= 0
Example:
30totalSeriesintegerrequired
Total number of series in the library
Possible values: >= 0
Example:
150ReprocessLibraryTitlesResponse
{
"changed": 45,
"libraryId": "550e8400-e29b-41d4-a716-446655440000",
"processed": 120,
"results": "Unknown Type: array,null",
"skipped": 30,
"totalSeries": 150
}