We are using bits on the run to provide the videos for a cms built in drupal. We have about 53 videos in the site to choose for different areas and did not have any issues. After a month of the site being live we need to add some new videos.
No problem adding the first two videos and having them show up in the CMS. The third was a different story. Video added to bits on the run easily but it will not show up in the cms. All videos are now showing in bits but none of the newest are showing in drupal.
Is there a limit that bits will allow to be pulled into a cms?
Any ideas? Ever experienced something similar with Drupal?
By default the /videos/list call will only return 50 results. Apparently the wordpress module uses sort by date (asc) by default.
You will probably be able to find the newer videos from Drupal if you do a search for the video title. A better and more structural solution for now will be to make some edits to the wordpress module so that the results are returned by date:desc and/or to change to result_limit to something a bit higher.