1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00
Peertube/server/core/initializers
Bojidar Marinov 8c9b4abe45
Add Scheduled Lives functionality (#7144)
* Add Scheduled Lives functionality through originallyPublishedAt

Implements #6604 by reusing the originallyPublishedAt field of isLive videos to mark "waiting for live" videos as scheduled at a set time.

* Hide scheduled lives from Browse Videos page

* Add tests for Scheduled Live videos

* Make scheduled lives use a dedicated scheduledAt field in the VideoLive table

* Plan live schedules to evolve in the future

 * Use a dedicated table to store live schedules, so we can add multiple
   schedules in the future and also add a title, description etc. for a
   specific schedule
 * Adapt REST API to use an array to store/get live schedules
 * Add REST API param so it's the client choice to include or not
   scheduled lives
 * Export schedules info in user import/export

---------

Co-authored-by: Chocobozzz <me@florianbigard.com>
2025-08-01 15:06:27 +02:00
..
migrations Add Scheduled Lives functionality (#7144) 2025-08-01 15:06:27 +02:00
checker-after-init.ts Improve NSFW system 2025-04-30 15:54:11 +02:00
checker-before-init.ts Add email translations 2025-07-24 09:18:04 +02:00
config.ts Also add stall job check for studio 2025-07-29 09:36:51 +02:00
constants.ts Add Scheduled Lives functionality (#7144) 2025-08-01 15:06:27 +02:00
database.ts Add Scheduled Lives functionality (#7144) 2025-08-01 15:06:27 +02:00
installer.ts Add config option to keep original video file (basic first version) (#6157) 2024-03-15 15:47:18 +01:00
migrator.ts server/server -> server/core 2023-10-04 15:13:25 +02:00