libretime/api/libretime_api/schedule
Thomas Göttgens 299be3c142
feat: use custom intro/outro playlists per show (#2941)
### Description

Having a global intro and outro playlist in settings is not very
flexible for special programming. This adds an override intro/outro
playlist per show. If it is not set, the global one is used. also it's
ignored if there's no autloading at all.

**I have updated the documentation to reflect these changes**:

Yes

### Testing Notes

**What I did:**
Schedule 2 shows, one without defining custom lists, one with defining
custom lists. one hour before the show starts it should be populated
correctly. If you define a global list it shojuld be replaced with the
per-show list.

---------

Co-authored-by: Thomas Göttgens <tgoettgens@mail.com>
2024-10-14 21:07:41 +01:00
..
models feat: use custom intro/outro playlists per show (#2941) 2024-10-14 21:07:41 +01:00
serializers feat: use custom intro/outro playlists per show (#2941) 2024-10-14 21:07:41 +01:00
tests fix(playout): missing live show events (#2087) 2022-09-06 14:09:04 +02:00
views chore(api): rename schedule models fields 2022-07-18 00:04:54 +02:00
__init__.py feat(api): split api into multiple apps (#1626) 2022-04-04 14:38:50 +02:00
apps.py feat(api): split api into multiple apps (#1626) 2022-04-04 14:38:50 +02:00
router.py feat(api): don't use trailing slashes (#1982) 2022-07-22 17:34:09 +02:00