Project Updates
- This fixes various mapping problems, triggering a rebuild of the
ta_video
andta_playlist
index- As always, this should be mostly automatic, if not see here.
- This fixes an unfortunate problem where the periodic refresh task wouldn't add outdated videos
Added
- Added additional sort by duration and file size, #559, by @spechter
- Added fallback handling for missing keys in manual import, #581, by @lamusmaser
- Added additional tiles to the dashboard, changed dashboard layout
- [API] Added video stats endpoint
- [API] Added channel stats endpoint
- [API] Added playlist stats endpoint
- [API] Added download stats endpoint
Changed
- [API] Removed previous
/api/stats/primary/
endpoint in favor of more detailed dedicated endpoints - Changed footer text alignment, by @derekslenk
Fixed
- Fixed query not matching outdated documents for reindex
- Fixed reindex outdated pagination error
- Fixed comment extraction for members only videos not passing cookie correctly, #596
- Fixed auto delete watched on new blank index without watched videos, #592
- Fixed mapping problem for some playlists, #605
- Fixed various spelling errors on settings pages, by @pairofcrocs