MyAnythingList Care TV Locked Demos v003

This package creates public demo pages that only use allowlisted local playlists. It avoids arbitrary remote playlist URLs on public demo pages.

Public launcher: public/care-tv/index.php

Example Public URLs

https://8k.art/beta/care-tv/
https://8k.art/beta/care-tv/?demo=memory-care
https://8k.art/beta/care-tv/?demo=mom-favorites
https://8k.art/beta/care-tv/?demo=liberal-news
https://8k.art/beta/care-tv/?demo=youtube-premium-calm
https://8k.art/beta/care-tv/?demo=facility-room

Local Test

php generate.php

Then open the local care-tv folder in the browser.

VPS Cron

*/30 * * * * /usr/bin/php /path/to/generate.php >> /path/to/logs/cron.log 2>&1

Rule Modes

specific_video
latest_channel_video
latest_matching_video
latest_playlist_item
latest_matching_across_channels
static_url
macro_url
channel_home
playlist_home
channel_subgrid
latest_channel_many

Design Rule

Public pages should be locked and allowlisted. Developer/private pages can support arbitrary playlists separately.