Recent Posts
Archives
- August 2010
- July 2010
- June 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007


Setting up an external media store in Carousel
We’ve had a few customers running Carousel with a lot of videos, or just really bug signage systems. They have run into a problem of running of out disk storage for Carousel’s media directory on their base installs. I’m going to show you how to move the media directory and re-configre Carousel to use it.
Carousel stores all media assets (bulletins, videos, sounds) is it’s media directory. It’s at: [Installdrive]:\TRMS\Web\Carousel\Media
I’m going to move the Media directory from the original path to a new drive. The new path does not need to be the same as the old path.
**This needs to be an actual drive, not a mounted network share!**
Get the security properties on the new media directory and verify that the Carousel web application pool will be able to read and write to this dir.
Then we can configure Carousel. There are two .config files we need to modify:
These fles can be opened and modified with Notepad, or the text editor of your choice. We will need to find the ‘MediaDirectory’ key, and change it.
**Unfortunately, the two app configs are a little different, so pay close attention!**
For theĀ [Installdrive]:\TRMS\Web\Carousel\Web.config file:
For theĀ [Installdrive]:\TRMS\Services\Carousel\TRMS.Services.Carousel.exe.config file:
Where the value is your new media path. The service automatically appends the ‘\Media’ to the end of it’s MediaDirectory value, that is why the paths need to be different.
You will need to restart the Carousel service after making this change.
Next we need to configure IIS to have a new virtual directory that points to the new media location. We can open up the IIS management counsel, expand the web sites and find the Carousel web application. Right click on it and create a new Virtual Directory. We will make sure to name it ‘Media’ and point it at our new media directory path.
Now we can log into Carousel and make sure all of our previews and media is working properly.
Run the Display Engine and make sure it caches down the new bulletins and you are all set!