brightcove / PHP-API-Wrapper

This project provides a starting point for integrating the Brightcove CMS API into your application. It provides simple ways to interact with the API, as well as a long list of helper functions.
25 stars 33 forks source link

Add list and count videos by folder on CMS #46

Open brunapimenta opened 4 years ago

brunapimenta commented 4 years ago

Nowadays users are only able to list and count videos by an account. Giving them the ability to filter by folders could help improving the process by syncing/importing only desired videos instead of all the existing videos in an account.

e.g. Using one Brightcove account for an organization with hundreds of small sites each with a hundred or so videos. The current solution means that each site with only a hundred or so videos must sync all videos in the organization (thousands) even though it only uses a hundred. Separating them by folder would help and, then, the Drupal module on each site could be configured to only sync specific folders instead of all videos.

More examples can be found here.

Closes #47

firewaller commented 3 years ago

This is very helpful, would love to see it get merged in.