On the Magoware Management System, we provide the solution to organize the content that needs to be Protected from free access. That is why there are 2 different filters: Pin Protected and Adult Content to categorize the content for Live TV and VOD. 


1. PIN Protected Filter

This filter is used on Live TV Channels and VOD Movies. Once the filter is checked, the channel / VOD Movie is protected by  PIN. The user needs to input his personal PIN configured on his user data in order to access the channel or movie



2. Adult Content 

Adult Content is a filter used on the VOD Movies. The filter is used to identify movies that have adult content and not display these movies on suggestions or search. For the movies the filter should be checked as true to apply the restrictions : 



For the VOD Carousels to display these movies or not, you need to run the query based on these filters, the example below:


a) /apiv3/vod/vod_list?category_id=id&pin_protected=true&show_adult=false 

This query will the movies that are pin protected on the specified category but not the movies that are filtered true for adult content


b)  /apiv3/vod/vod_list?category_id=id&pin_protected=false&show_adult=true

This query will show the movies that are selected tru for adult content within the specified category 


c) /apiv3/vod/vod_list?category_id=id&pin_protected=true&show_adult=true

This query will display the movies that are labeled both as Pin Protected and Adult within the specified categories 


Note: In case the filters are not added on the carousel by default they are managed to display content where the filters are not true