Catalogue views / profiles: children, teens, adults, by content type #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Allow creation of named catalogue views (profiles) that filter the catalogue by MPAA rating, genres, or media_type. Examples: Children (G/PG only, no horror/thriller), Teens (G/PG/PG-13), Adults (all ratings), Movies only, Shows only. A view is a saved filter set (rating_whitelist, genre_blacklist, media_types, custom label). Views can be per-user or global (admin-created). The /catalogue/ list endpoint should accept an optional ?view= param. Useful for family sharing scenarios.