Refactor media asset handling: update ListMediaAssetsQuery to accept an array of statuses, modify MediaEndpoints to handle multiple statuses, and enhance MediaProcessingQueue for improved signal handling. Update frontend components to support new status filtering and improve user experience with asset selection.
This commit is contained in:
@@ -106,6 +106,8 @@ const resources = {
|
||||
upload: 'Загрузить',
|
||||
uploaded: 'Файл загружен, идёт обработка',
|
||||
uploadedCount: 'Загружено файлов: {{count}}',
|
||||
filterActive: 'Активные',
|
||||
filterAll: 'Все',
|
||||
name: 'Файл',
|
||||
status: 'Статус',
|
||||
duration: 'Длительность',
|
||||
@@ -128,6 +130,12 @@ const resources = {
|
||||
addEpisode: 'Добавить серию',
|
||||
pickAsset: 'Выберите файл',
|
||||
noEpisodes: 'Серий пока нет',
|
||||
filterAssets: 'Фильтр по имени, напр. Family.Guy.S16',
|
||||
selectAll: 'Выбрать все',
|
||||
deselectAll: 'Снять все',
|
||||
addSelected: 'Добавить выбранные',
|
||||
noMatches: 'Нет подходящих файлов',
|
||||
addedCount: 'Добавлено серий: {{count}}',
|
||||
},
|
||||
channels: {
|
||||
title: 'Каналы',
|
||||
@@ -275,6 +283,8 @@ const resources = {
|
||||
upload: 'Upload',
|
||||
uploaded: 'File uploaded, processing started',
|
||||
uploadedCount: 'Uploaded files: {{count}}',
|
||||
filterActive: 'Active',
|
||||
filterAll: 'All',
|
||||
name: 'File',
|
||||
status: 'Status',
|
||||
duration: 'Duration',
|
||||
@@ -297,6 +307,12 @@ const resources = {
|
||||
addEpisode: 'Add episode',
|
||||
pickAsset: 'Pick a file',
|
||||
noEpisodes: 'No episodes yet',
|
||||
filterAssets: 'Filter by name, e.g. Family.Guy.S16',
|
||||
selectAll: 'Select all',
|
||||
deselectAll: 'Clear',
|
||||
addSelected: 'Add selected',
|
||||
noMatches: 'No matching files',
|
||||
addedCount: 'Episodes added: {{count}}',
|
||||
},
|
||||
channels: {
|
||||
title: 'Channels',
|
||||
|
||||
Reference in New Issue
Block a user