Contents |
In a Dise Enterprise system is it possible to use Dise Composer and Dise Bridge with content approval.
The main concept of approval is to manage a Dise Movie so that it is not sent out to the players unless it is approved by someone with enough rights. After something has been approved it can no longer be changed and then sent out unless you now approve this new version.
This requires that you are using Dise Enterprise.
When you add a Dise Movie that is version controlled into Dise Bridge a version number will appear, and Dise Bridge will now only use this version of this Dise Movie until you remove or replace it with a later version.
In the list of Dise Movies you will see the Approval Level of each Dise Movie, and you will have to wait until the Dise Movie is approved before sending it out to the players.
To select a specific version of a Dise Movie file, select Add or Edit and then set the Files of type option to Dise Movie (Dise Complete). Then look in the folder _disever that you will find in the same directory as the Dise Movie file. Here you will find a list of all Dise Movies with version numbers, and you can select any of these.
To use the latest version of a Dise Movie you have already put in, right click on it and select Edit, then instead of specifying a specific version, select the latest Dise Movie (.evs) file directly.
In the Users tab of the Dise Complete Manager you will find options to configure the approval level for each user in the Dise Complete system.
It is also possible to customize the approval levels, this is done directly in the Dise Complete database. Take a look into the ApprovedLevel table in your Dise Complete database. Here you can change the different levels (between 0 and 255) and the names. You can also adjust the colors for each level. RGB color is used (0-255).
To view all your versioned Dise Movies you can use the Dise CMS application.
Read more: Dise_Complete_Content_Management_Software_(CMS)#Versioned_Content
Send Approval Notification can be used to automatically send out notification e-mails to the people responsible of approving content. These settings are currently edited directly into the Dise Composer settings file (Composer.settings):
Note: The settings for approval changed in the 1.6.10 version of Dise, to view the settings for earlier versions, use this link: http://kb.displayevolution.com/index.php?title=Approval_of_Content&oldid=1790 (6 July 2009).
DiseCompleteEmail { Host="smtp.server.com" Port=25 FromAddress="disecomplete@system.com" FromName="Dise Complete System" Subject="Approval Notification" To="Dise Complete Users" ToEmail="support@displayevolution.com" Message="The Dise Movie #FILENAME# needs to be approved.%0A%0DRegards, #USER#." HTMLMessage="<html><body>The Dise Movie <a href=%22#FILENAME#%22>#FILENAME#</a> needs to be approved.<br>Regards, #USER#.</body></html>" }
Host
Port
FromAddress
FromName
Subject
To
ToEmail
Message
HTMLMessage