*
* @throws Exception in error case
*/
public void run(int loop) throws Exception
{
IGuide guide = getGuidesSet().getGuideAt(0);
getController().selectGuideAndFeed(guide);
// Subscribe to feed
populateGuide(guide, loop, 1, cfgArticlesPerFeed, cfgUrlTemplate, true);
getController().selectFeed(guide.getFeedAt(guide.getFeedsCount() - 1));
waitForPendingEvents();
// Wait a while to load pictures
Thread.sleep(3000);
}