- Added Upkeeping → Correct catalogue order.
It now recalculates video sort_order from created_at newest-first, so videos with corrected/original publish dates appear first in the homepage and public catalogue. I also updated catalogue/admin/latest-video ordering to use publish date as a tie-breaker after stored sort order.
This commit is contained in:
@@ -16,6 +16,7 @@ All notable changes to this media player project.
|
||||
- Added an **Upkeeping** section to the admin dashboard for batch maintenance actions.
|
||||
- Added per-video local view counts, external provider view counts, total public view counts, and configurable public statistics display.
|
||||
- Added upkeep actions to correct external view counts in batches.
|
||||
- Added an upkeep action to correct catalogue order from video publish dates so newer dated videos appear first.
|
||||
- Added public search for published videos.
|
||||
- Added configurable URL rewriting, defaulting to `/v/<slug>`, `/all`, and `/search/<query>`.
|
||||
- Added a configurable homepage live section with a Videos/Live toggle and default Stream.Place embed support.
|
||||
@@ -28,6 +29,7 @@ All notable changes to this media player project.
|
||||
- Public display settings now control per-video counts, total counts, and page statistics.
|
||||
- Admin video creation and editing now attempt to fill blank metadata from external media information.
|
||||
- The main player now chooses between local media playback, direct remote media playback, and provider embeds based on stored source data.
|
||||
- Catalogue ordering now uses publish date as a tie-breaker after stored sort order.
|
||||
- README documentation now reflects the current remote URL, provider embed, live section, view count, and pretty URL behavior.
|
||||
|
||||
### Fixed
|
||||
|
||||
Reference in New Issue
Block a user