var pluginConfig = {

// Specify the path to the ensemble installation
ensembleBaseUrl: 'http://multimedia.neu.edu',
//ensembleBaseUrl: 'http://localhost/ensembleTrunk',

// Customize the paths to the loaded JavaScript files
//pathToCrossSiteTransportScript: 'http://path/to/transport.js',
//pathToFlashPlayerInterface: 'http://path/to/flashembed.min.js',
//pathToPluginObject: 'http://path/to/pluginObject.js',

// Configure the parameters for the individual content page
contentData_apiCall: 'video/show.json/',
contentData_containerID: 'content',
contentData_callbackFunction: 'displayContentDetails',
contentPreviewContainerID: 'myContent',
contentKeywords_containerID: 'contentKeywords',
contentCategories_containerID: 'contentTopics',
contentEncodings_containerID: 'contentEncodings',

// Set the default content width and height for the player
// This is only applied if the dimenssions for the video are not set
content_defaultWidth: '480',
content_defaultHeight: '270',

// Configure the pager parameters for the search results page
pager_containerID: 'pagination',
pagerPreviousPage_containerID: 'previousPage',
pagerPageNumber_containerID: 'pageNumber',
pagerCurrentPage_containerID: 'currentPage',
pagernextPage_containerID: 'nextPage',
previousNPages_containerID: 'previousNPages',
nextNPages_containerID: 'nextNPages',

// Configure the name of the categories to be excluded
// from the list of shown topics
contentCategoriesToHide: 'Video,Photo Slideshow',

// Configure the content summary for the home page
latestContentSummary_apiCall: 'video/list.json/',
latestContentSummary_containerID: 'latestContentSummary',
// Set the web site ID from which the content will be pulled
latestContentSummary_contentSource: 'ps3pKDQe2UO_NVecoBjR5Q',
// Set the API parameters to pull only the top 3 peices of content
// from the video, photo slideshow categories
latestContentSummary_contentSourceUrlParams: 'categoryName=video,photo%20slideshow&orderBy=videoDateProduced&orderByDirection=desc&resultsCount=3',
latestContentSummary_callbackFunction: 'buildContentList',
latestContentSummary_videoContentUrl: '/news/multimedia/video.html',
latestContentSummary_videoContentCssClass: 'typevideo',
latestContentSummary_photoContentUrl: '/news/multimedia/photo.html',
latestContentSummary_photoContentCssClass: 'typephoto',

// Configure the search results
searchResults_apiCall: 'video/list.json/',
searchResults_containerID: 'searchResults',
// Set the web site ID from which the content will be pulled
searchResults_contentSource: 'ps3pKDQe2UO_NVecoBjR5Q',
// Set the API parameters to pull 5 peices of content at a time
searchResults_contentSourceUrlParams: 'pageSize=5',
searchResults_callbackFunction: 'buildContentList',

searchResultsHeading_containerID: 'searchResultsHeading',

// Configure the category list
categoryList_apiCall: 'category/list.json/',
categoryList_containerID: 'categoryList',
// Set the web site ID from which the content will be pulled
categoryList_contentSource: 'ps3pKDQe2UO_NVecoBjR5Q',
categoryList_contentSourceUrlParams: '',
categoryList_callbackFunction: 'buildCategoryList',

// Configure the video content
videoContent_apiCall: 'video/list.json/',
videoContent_containerID: 'videoContent',
// Set the web site ID from which the content will be pulled
videoContent_contentSource: 'ps3pKDQe2UO_NVecoBjR5Q',
// What API parameters should be used when retrieving the content
// This is not a required setting but can be used for sort order of the content
videoContent_contentSourceUrlParams: 'categoryName=video&orderBy=videoDateProduced&orderByDirection=desc&resultsCount=4',
videoContent_callbackFunction: 'buildFeaturedContentList',

// Configures the parameters for the photo album content page
photodata_apiCall: 'video/show.json/',
photodata_containerID: 'content',
photodata_callbackFunction: 'displayPhotoDetails',
photoThumbnailTemplate: 'thumbtemplate',
photoThumbnailContainerID: 'thumbnails',
photoAllThumbnailContainerID: 'allthumbnails',
photoPostContainerID: 'photopost',
photoDetail_TemplateID: 'detailtemplate',
photoDetail_ContainerID: 'photodetail',
photoDetail_selectedThumbnailCssClass: 'selectedThumbnail',
photoDetail_thumbnailCssClass: 'thumbnail',
photoDetail_showAllThumbnailsClassSelector: 'a[class="showAllThumbnails"],.showAllThumbnails',
photoDetail_tumbnailClassSelector: 'img[class="selectedThumbnail"],.selectedThumbnail,img[class="thumbnail"].thumbnail',
photoDetail_showAllThumbnailThreshold: 4,

// Configure the photo content
photoContent_apiCall: 'video/list.json/',
photoContent_containerID: 'photoContent',
// Set the web site ID from which the content will be pulled
photoContent_contentSource: 'ps3pKDQe2UO_NVecoBjR5Q',
// What API parameters should be used when retrieving the content
// This is not a required setting but can be used for sort order of the content
photoContent_contentSourceUrlParams: 'categoryName=photo%20slideshow&orderBy=videoDateProduced&orderByDirection=desc&resultsCount=2',
photoContent_callbackFunction: 'buildFeaturedContentList',

// Set the number of character to use for "shortContentDescription"
shortDescriptionLength: 95,

// Should the loading status indicator appear or not
// Options are 'true' or 'false' (with default of 'true')
showLoadingStatus: 'true',

// What should be the text of the loading message
// The default is 'Loading...'
// This can include a url to a loading image or can be just text
loadingMessage: 'Loading...',

// The generic message that will be display if no content is found
// and the user hasn't created HTML containers for
// featuredVideosNoContentContainerID & videoArchiveNoContentContainerID
noContentGenericText: 'No Content Found',

// displayLatestContent: 'videoContent,photoContent,categoryList',
displayLatestContent: 'videoContent,categoryList',
displayCategoryList: 'categoryList',
displayLatestContentSummary: 'latestContentSummary',
displayContentData: 'contentData',
displaySearchResults: 'searchResults,categoryList'
};
