Difference between revisions of "MIB 3.0 pages"

From Gvp-public
Jump to navigation Jump to search
 
(11 intermediate revisions by 2 users not shown)
Line 10: Line 10:
 
==== [[Catalog Exporter Manual 3.0|Catalog Exporter]] ====
 
==== [[Catalog Exporter Manual 3.0|Catalog Exporter]] ====
 
===== [[Exporter Monitoring Manual 3.0|Exporter Monitoring]] =====
 
===== [[Exporter Monitoring Manual 3.0|Exporter Monitoring]] =====
 +
====  [[Catalog Exporter V2 Manual 5.0|Catalog Exporter V2]] ====
 
==== [[Age Ratings Page Manual 3.0|Age Ratings]] ====
 
==== [[Age Ratings Page Manual 3.0|Age Ratings]] ====
 
===== [[Age Rating Alternate Codes Page Manual 3.0|Age Rating Alternate Codes]] =====
 
===== [[Age Rating Alternate Codes Page Manual 3.0|Age Rating Alternate Codes]] =====
Line 38: Line 39:
  
 
== [[File:VODIcon.png|middle|40px]] Video On Demand ==  
 
== [[File:VODIcon.png|middle|40px]] Video On Demand ==  
=== [[Movies Page Manual 3.0| Movies]] ===
+
=== [[Movies Page Manual 3.0|Movies]] ===
==== [[Series Page Manual 3.0| Series]] ====
+
==== [[Series Page Manual 3.0|Series]] ====
 
 
== Blocks ==
 
=== Basic Information ===
 
----
 
[[File:MovieBasicInformation.png|center|600px|thumbs|Movie Basic Information]]
 
 
 
<br />
 
{| class="wikitable" style="margin:0px;width:100%;"
 
! style="width:15%;" | Field
 
! style="width:45%;" | Description
 
! style="width:40%;" | Restrictions
 
|-
 
! style="text-align:left; border-left:5px solid red;" | Name
 
| Internal name for the movie. This name is not displayed for users (see Metadata block).
 
|
 
* Mandatory
 
|-
 
! style="text-align:left;" | Original Title
 
| Original movie title.
 
|
 
|-
 
! style="text-align:left; border-left:5px solid red;" | Source
 
| Controls the access and visibility of this movie for other operators. Only operators with rights over this source or its children will be able to see it.
 
|
 
* Mandatory
 
|-
 
! style="text-align:left; border-left:5px solid red;" | Status
 
| Content Workflow status: Preparation Area, Quality Area, Available in Stock, Quarantine Area.
 
|
 
* Mandatory
 
* Medias validation: For MovieType = Episode / Movie, cannot set Status = Available in Stock without Medias  (''invalid_medias_count'').
 
* Pending Jobs error: When setting Status = Available, it cannot have pending dmm jobs (''workflow_error'')
 
* Pending CDN Push replication warning: When setting Status = Available, it cannot have Medias in Push Mode  pending to be replicated in CDN (''replication_problem'')
 
|-
 
! style="text-align:left; border-left:5px solid yellow;" | Status Date
 
| Represents the date of the last status change.
 
| Read only.
 
|-
 
! style="text-align:left;" | Updated
 
| Flag that indicates if the movie was updated or not (through ADI.XML update).
 
| -
 
|-
 
! style="text-align:left; border-left:5px solid yellow;" | Last Update Date
 
| Represents the date of the last movie update (automatic update).
 
| Read only.
 
|-
 
! style="text-align:left; border-left:5px solid red;" | License Start
 
| Start date for the movie License Window. See Availability Windows block for movie availability dates configurations.
 
|
 
* Mandatory (license_start)
 
* License Start <= License End (license_start_greater)
 
* For MovieType = Serie / Season, Seasons and Episodes must have LicenseStart > Serie.LicenseStart (''conflicting_date'')
 
* For MovieType = Season / Episode, movie.LicenseStart must be greater than serie.LicenseStart and season.LicenseStart (''license_serie_before_than_movie'', ''license_season_before_than_movie'')
 
|-
 
! style="text-align:left;" | License End
 
| End date for the movie License Window. See Availability Windows block for movie availability dates configurations.
 
|
 
* Mandatory field (license_end)
 
* For MovieType=Serie / Season, Seasons and Episodes must have LicenseEnd> Serie.LicenseEnd (''conflicting_date'').
 
* For MovieType = Season / Episode, movie.LicenseEnd must be smaller than serie.LicenseEndand season.LicenseEnd (''license_serie_after_than_movie'', ''license_season_after_than_movie'')
 
|-
 
! style="text-align:left;" | Release Date
 
| Date when the movie was released in cinemas.
 
| -
 
|-
 
! style="text-align:left;" | Year
 
| Year when the movie was released in cinemas.
 
| -
 
|-
 
! style="text-align:left;" | Duration
 
| Movie duration in seconds.
 
| -
 
|-
 
! style="text-align:left;" | Requires PIN
 
| Indicates if the movie is Adult content or not.
 
| -
 
|-
 
! style="text-align:left;" | Producer
 
| Movie producer (Studio_Name from the ADI.XML).
 
| -
 
|-
 
! style="text-align:left;" | Country
 
| Country of origin for the movie.
 
| -
 
|-
 
! style="text-align:left;" | Distributor
 
| Movie distributor, identifying the provider of the movie (Provider from the ADI.XML).
 
| -
 
|-
 
! style="text-align:left;" | Distributor Product
 
|  An identifier for the asset that is unique within a provider's asset ID space. The unique portable identification of an asset is the combinations of its Provider and its Asset_ID. I.e. "CLCL0000000080965907".
 
| -
 
|-
 
! style="text-align:left; border-left:5px solid red;" | Type
 
|  Movie type (Movie, Episode, Season or Serie).
 
|
 
* Mandatory
 
* It cannot be modified if status = Available In Stock.
 
|-
 
! style="text-align:left; border-left:5px solid #4080FF;" | Series
 
| For Seasons and Episodes, indicates the Serie where they belong to.
 
|
 
* Warning if MovieType = Season or Episode and a value is not provided (''season_without_serie'' / ''episode_without_serie'')
 
* The selected movie must have MovieType = Serie (''selected_serie_is_not_serie'')
 
* Cannot be used with MovieType = Movie (''invalid_parents'') or MovieType = Serie (''cant_create_serie'')
 
|-
 
! style="text-align:left;" | Distributor Product Series
 
| Distributor ID of the Series where the Season or Episode belongs to.
 
| -
 
|-
 
! style="text-align:left; border-left:5px solid #4080FF;" | Season
 
| For Episodes, indicates the Season where they belong to.
 
|
 
* Warning if MovieType = Episode and a value is not provided (''episode_without_serie'')
 
* Cannot be used with MovieType = Movie (''invalid_parents'') or MovieType = Serie (''cant_create_serie'') or MovieType = Season (''cant_create_season'').
 
* The selected movie must have MovieType = Season (''selected_season_is_not_season'')
 
|-
 
! style="text-align:left;" | Distributor Product Season
 
| Distributor Product ID of the Season where the Season or Episode belongs to.
 
| -
 
|-
 
! style="text-align:left; border-left:5px solid #4080FF;" | Final Serie Year
 
| Indicates the year where the serie ended.
 
|
 
* Warning if used only for movie type != Serie (''invalid_children'')
 
|-
 
! style="text-align:left; border-left:5px solid #4080FF;" | Total Children
 
| In case of a Serie, indicates the number of seasons it contains. In case of a Season, indicates the number of episodes it contains. (It is not autocalculated field, to be set by ADI or operator)
 
|
 
* Warning if used only for movie type != Serie (''invalid_children'')
 
|-
 
! style="text-align:left;" | Order
 
| In case of a Season, indicates the order of the season in the Series (S01,S02, etc.). In case of an Episode, indicates the order of this episode in the Season (E01, E02, etc.).
 
| -
 
|-
 
! style="text-align:left;" | Commercialization Type
 
| Allows to select the commercialization type for this movie: Catchup, TVOD, SVOD, FreeVOD, External Catchup, Transparent Catchup.
 
| -
 
|-
 
! style="text-align:left;" | TVOD Type
 
| In case of TVOD commercialization type, indicates the type of TVOD (Launch, Catalog).
 
| -
 
|-
 
! style="text-align:left;" | Content Category
 
| Content Category from a predefined list of categories. Used for internal movie classification by content teams.
 
| -
 
|-
 
! style="text-align:left;" | Asset Type
 
| Represents the type of Asset: GVP, External Catchup, MiView TV.
 
| -
 
|-
 
! style="text-align:left;" | Transparent provider
 
| Name of the Transparent Catchup provider (None, FOX, HBO). This field is filled by the Importer and it only applies to movies with Commercialization Type = Transparent Catchup.
 
| -
 
|-
 
! style="text-align:left;" | Category
 
| A string containing the category of the film. It will be used for operators validation and reconciliation with majors.
 
| -
 
|-
 
! style="text-align:left;" | Billing ID
 
| Content provider asset ID to tie into royalty reporting.
 
| -
 
|-
 
! style="text-align:left;" | Catchup URN
 
| Unique identifier to identify the external catch-up content in the content provider site (External Resource ID).
 
| -
 
|-
 
! style="text-align:left; border-left:5px solid #4080FF;" | Twitter Hashtag
 
| To be a valid twitter hashtag, this field must be a string including the whole keyword, i.e. it must include the ‘#’ character. It cannot be longer than 140 characters (including # character).
 
|
 
* Must start with # (''invalid_hashtag'')
 
|-
 
! style="text-align:left; border-left:5px solid #4080FF;" | Promotional Rating
 
| Integer between 0 and 100 that represents an editorial rating for the movies.
 
|
 
* Must be >= 0 and <= 100 (''invalid_promotional_rating'')
 
|-
 
! style="text-align:left;" | Stars
 
| Average rating for this movie by users. Not used anymore as applications don't allow rating.
 
| -
 
|-
 
! style="text-align:left;" | Views
 
| Total number of views of this movie.
 
| -
 
|-
 
! style="text-align:left;" | Awards
 
| Not used. Free text field.
 
| -
 
|-
 
! style="text-align:left;" | Owner
 
| Operator that created this movie
 
| -
 
|-
 
! style="text-align:left;border-left:5px solid red;" | Is DTP
 
| This field indicates whether the down to play option is enabled. This option allows devices to download the VoD contents in advance so they can be played without the need of network connectivity.
 
|
 
* Mandatory
 
|-
 
! style="text-align:left;" | Closing Credits Start Time
 
| Time (in seconds) when the credits begin.
 
|This should be populated with the value that comes in the Episode ADI.XML.
 
If this value is manually set in MIB and there's an update where this info doesn't come in the ADI.XML it shouldn't be overwritten/unset.
 
|-
 
|-
 
! style="text-align:left;" | Season finale
 
| Field that specifies if it is the last episode of the season.
 
| -
 
|-
 
|}
 
 
 
 
 
<br />
 
 
 
=== Availability Windows ===
 
----
 
Using this block, the OB operator is able to manage the different availability windows for those instances the operator has access to and create new availability windows for an Instance.
 
<br />
 
[[File:MovieAvailabilityWindow3.png|thumb|Movie Availability Window block|center|800px]]
 
<br />
 
<big>'''Create a new availability window'''</big>
 
# Press the [[File:AddNew.png|70px]] button. This will create a new empty entry row to be filled.
 
# Then select the instance where you want to define the new availability window. You will only able to view those instances you have access to.
 
# The next step is to define the Availability Window '''Start Date''' and '''End Date'''.
 
# You can also enable or disable ''Is ComingSoon'' flag. This flag can be used to display a Coming Soon message in applications, but the playback/rental will not be allowed.
 
# Press the Save button [[File:Save3.png|30px]] in order to apply changes.
 
<br />
 
 
 
'''Restrictions'''<br />
 
The availability windows definition have the following restrictions:
 
* It is not allowed to create overlapping windows for the same Instance. MIB will show an error when trying to save a movie with overlapping windows for the same instance.
 
* The availability window has to be created between the License Window. If the availability window being created is outside the License Window for the movie, MIB will show an error when trying to save.
 
 
 
 
 
<big>'''Remove existing availability window'''</big>
 
# Press the [[File:DeleteRed3.png|middle|30px]] button for the desired availability window.
 
# Press the save button [[File:Save3.png|middle|30px]] in order to apply changes.
 
<br />
 
 
 
=== Metadata ===
 
----
 
This block shows the movie’s metadata coming from the XML metadata. New metadata blocks can be added for the different languages supported. This process is directly related with the Preparation Area in CWM.
 
This block contains the long and short synopsis. It is a required block, without it the content will not appear to the final user.
 
 
 
<br />
 
[[File:MetadataBlock.png|thumb|center|900px|Metadatas block]]
 
 
 
<br />
 
'''Associate new metadatas'''
 
* Use the [[File:AddExisting.png|middle|80px]] button and a multiple metadata selection dialog will open, allowing you to search and select metadatas that can be added.
 
* Select the metadata to be added and press the [[File:Save3.png|middle|30px]] button. The metadatas will be added to the movie.
 
*To save changes, press the [[File:Save3.png|middle|30px]] in the movie page.
 
<br />
 
<br />
 
'''Delete metadatas from the movie'''
 
* Use the [[File:DeleteRed3.png|middle|30px]] button to remove all the metadatas desired.
 
*Once finished, save changes by using the [[File:Save3.png|middle|30px]] in the movie page.
 
<br />
 
<br />
 
 
 
=== Media Files ===
 
----
 
This block displays the video assets that are associated with this movie, and allows you to review the information about them such as the media type, quality, CDN mode and replication status.
 
<br />
 
[[File:MediaFilesBlock.png|thumb|center|900px|Media Files block]]
 
<br />
 
'''Media Details'''<br />
 
By clicking in the Edit button in the Media, it will take you to the [[Media_Files_Page_Manual_3.0|Media Files]] page, so you can review more detailed information about each Media.
 
<br />
 
<br />
 
'''Media Preview'''<br />
 
By clicking in the [[File:Preview.png|30px]] button in each Media, you can access to the Media Preview player, that allows you to watch the media inside the platform to try to catch errors or bad encodings.
 
[[File:MediaPreview3.png|thumb|Media Preview player|center|800px]]<br />
 
To play a Media File:
 
# Select the Origin where you want to perform playback from
 
# Optionally, you can enable Economic view mode. This mode allows you to perform a quick playback test that will jump automatically to 3 different parts of the video file.
 
# Press the PLAY button.
 
Double clicking on the center of the video enables the full screen, and single click pause the video.
 
<br />
 
<br />
 
'''Associate new media files'''
 
* Use the [[File:AddExisting.png|middle|80px]] button and a multiple media file selection dialog will open, allowing you to search and select media files that can be added.
 
* Select the media file to be added and press the [[File:Save3.png|middle|30px]] button. The media files will be added to the movie.
 
*To save changes, press the [[File:Save3.png|middle|30px]] in the movie page.
 
<br />
 
<br />
 
'''Delete media files from the movie'''
 
* Use the [[File:DeleteRed3.png|middle|30px]] button to remove all the media files desired.
 
*Once finished, save changes by using the [[File:Save3.png|middle|30px]] in the movie page.
 
<br />
 
<br />
 
 
 
=== Genres ===
 
----
 
In this block, you can manage the genres associated to the movie. It shows you the list of genres that are currently associated to this movie.
 
[[File:GenresBlock3.png|thumb|Genres block|center|800px]]
 
 
 
'''Associate new genres'''
 
* Use the [[File:AddExisting.png|middle|80px]] button and a multiple genre selection dialog will open, allowing you to search and select genres that can be added.
 
* Select the genres to be added and press the [[File:Save3.png|middle|30px]] button. The genres will be added to the movie.
 
*To save changes, press the [[File:Save3.png|middle|30px]] in the movie page.
 
Note: It is important to note that most of this information comes from the “Majors” - movies distributors - (Universal, Warner) and are inserted in the platform during the ingestion process.
 
<br />
 
<br />
 
 
 
'''Delete genres from the movie'''
 
* Use the [[File:DeleteRed3.png|middle|30px]] button to remove all the genres desired.
 
*Once finished, save changes by using the [[File:Save3.png|middle|30px]] in the movie page.
 
<br />
 
<br />
 
 
 
=== Subtitles ===
 
----
 
This block allows you to manage the .srt subtitles associated to the movie.
 
 
 
<br />
 
[[File:SubtitlesBlock.jpg|thumb|center|800px|Subtitles block]]<br />
 
 
 
'''Add new subtitle'''
 
* Use the [[File:AddNew.png|middle|70px]] button and a new row will be added so you can upload the new subtitle.
 
* Then click the [[File:UploadIcon.png|middle|30px]] button and a dialog will be open so you will be able to select the subtitle to be uploaded. '''Important:'''Only .srt format is allowed.
 
* Now select the subtitle language and a name for the subtitle.
 
*Once finished, save changes by using the [[File:Save3.png|middle|30px]] in the movie page and the subtitle will be associated.
 
 
 
<br />
 
'''Add existing subtitle'''
 
* Click the [[File:AddExisting.png|middle|70px]] button and a dialog will open to select and existing subtitle.
 
*Once finished, save changes by using the [[File:Save3.png|middle|30px]] in the movie page and the subtitle will be associated.
 
 
 
<br />
 
'''Remove subtitle from movie'''
 
* Use the [[File:DeleteRed3.png|middle|30px]] button to remove the association of a subtitle from the movie .
 
* Once finished, save changes by using the [[File:Save3.png|middle|30px]] in the movie page. This will not delete the subtitle file from the platform. In order to delete the subtitle, you will have to go to the [[Subtitles_Page_Manual_3.0|Subtitles Page]].
 
<br />
 
 
 
=== Persons Roles ===
 
----
 
This block allows configuring the persons (actors, director and etc) and their roles that are involved in the movie:
 
 
 
<br />
 
[[File:PersonsRolesBlock.jpg|thumb|center|Person roles block|800px]]
 
 
 
<br />
 
'''Associate new Person role'''
 
* Use the [[File:AddExisting.png|middle|80px]] button and a multiple Person Role selection dialog will open, allowing you to search and select persons roles to be added.
 
* Select the ones to be added and press the [[File:Save3.png|middle|30px]] button. The Person Roles will be added to the movie.
 
* To save changes, press the [[File:Save3.png|middle|30px]] in the movie page.
 
Note: From this menu, it is not possible to create new Person Roles. Please use the [[Persons_Page_Manual_3.0|Persons page]] to create Persons and the [[Person_Roles_Page_Manual_3.0|Person Roles page]] to associate a role to them.
 
 
 
<br />
 
<br />
 
'''Delete Person roles from the movie'''
 
* Use the [[File:DeleteRed3.png|middle|30px]] button to remove all the person roles desired.
 
* Once finished, save changes by using the [[File:Save3.png|middle|30px]] in the movie page.
 
<br />
 
 
 
=== Images ===
 
----
 
This block allows you to manage the images associated to the movie and the information associated, such as the Type and Quality.
 
 
 
<br />
 
[[File:ImagesBlock.jpg|thumb|center|800px|Images block]]
 
 
 
<br />
 
'''Add new images'''
 
[[File:UploadImageDialog.png|thumb|Upload image dialog|right|300px]]
 
* Use the [[File:AddNew.png|middle|70px]] button and a new row will be added so you can upload the new image.
 
* Then click the [[File:UploadIcon.png|middle|30px]] button and a dialog will be open so you will be able to select the image to be uploaded.
 
* Now select the subtitle language and a name for the subtitle.
 
*Once finished, save changes by using the [[File:Save3.png|middle|30px]] in the movie page and the subtitle will be associated.<br />
 
 
 
<br />
 
'''Add existing images'''
 
* Click the [[File:AddExisting.png|middle|70px]] button and a dialog will open to select and existing image.
 
*Once finished, save changes by using the [[File:Save3.png|middle|30px]] in the movie page and the image will be associated.<br />
 
<br clear=all>
 
 
 
<br />
 
[[File:ImagePreview.png|thumb|Image preview|left|border|400px]]
 
'''Remove images'''
 
* Use the [[File:DeleteRed3.png|middle|30px]] button to remove the association of a image from the movie .
 
* Once finished, save changes by using the [[File:Save3.png|middle|30px]] in the movie page. This will not delete the image file from the platform. In order to delete the image, you will have to go to the [[Images_Page_Manual_3.0|Images Page]].
 
 
 
<br />
 
'''Preview images'''<br />
 
By clicking in the [[File:Preview.png|30px]] button in each image, you can access to the image preview.
 
<br clear=all>
 
 
 
<br />
 
 
 
=== Audio and Subtitles ===
 
----
 
This block allows defining specific default languages selection for audio and subtitle. In case it's not set default per instance is considered. It only applies when users don't define their own preferences.
 
 
 
<br />
 
[[File:AudioAndSubtitlesBlock1.png|thumb|center|800px|Audio and Subtitles block]]
 
 
 
<br />
 
'''Adding a new Audio and Subtitles'''<br />
 
* Click the [[File:AddNew.png|middle|70px]] button and a language selection dialog will open.
 
* We select the desired subtitle and audio.
 
* Once finished, save changes by using the [[File:Save3.png|middle|30px]] in the movie page and the new record will be associated.<br />
 
 
 
 
 
=== Age Ratings ===
 
----
 
Using this block, the OB operator is able to manage the different Age Ratings associated to this movie.
 
<br />
 
[[File:FileAgeRatingsBlock3.jpg|thumb|Age Ratings block|center|800px]]
 
<br /><br />
 
<big>'''Associate an Age Rating'''</big>
 
# Press the [[File:AddExisting.png|80px]] button.
 
# Then select the instance for the Age Rating you want to define.
 
# The next step is to select the Age Ratings you want to add. Press  [[File:Save3.png|30px]]  button to add the selected Age Ratings
 
# Finally press the Save button [[File:Save3.png|30px]] in the Movies page in order to apply changes.
 
<br />
 
 
 
<big>'''Remove associated Age Rating'''</big>
 
# Press the [[File:DeleteRed3.png|middle|30px]] button for the desired Age Ratings.
 
# Press the save button [[File:Save3.png|middle|30px]] in order to apply changes. This will not delete the Age Rating from the platform. In order to delete the Age Rating, you will have to go to the [[Age_Ratings_Page_Manual_3.0|Age Ratings page]].
 
<br />
 
 
 
=== Device Availabilities ===
 
----
 
This blocks allows you to manage the availability of this movie in the different device types and instances.
 
<br />
 
[[File:DeviceAvailabilitiesBlock.jpg|thumb|Movie device availability block|center|800px]]
 
<br />
 
 
 
The block has been totally refactored in MIB 3.0, with the objective of simplifying the operation. It has been divided in 3 different levels that can be expanded or collapsed:
 
# Instance level: The first level groups all the device availabilities for an instance. It can be used to enable/disable the availabilities and configure the quality for all the device types at the same time.
 
# Device Group level: The second level groups all the device types that belong to an specific group. Device Groups are managed globally in the [[Device_Type_Groups_Page_Manual_3.0|Device Type Groups page]]. You can enable/disable the availabilities and configure the quality for all the device types of an specific group.
 
# Device Type level: The third level contains the specific device types, in case you want to configure the availability and/or quality of an specific device type.
 
<br />
 
 
 
'''Configuring availability'''<br />
 
The sliding button allows you to enable/disable that specific level, affecting the containing sub-levels. It has 3 different positions:<br />
 
: [[File:SliderOn.png|border|middle|80px]] The devices contained are enabled.<br />
 
: [[File:SliderOff.png|border|middle|80px]] The devices contained are disabled.<br />
 
: [[File:SliderMid.png|border|middle|80px]] Mixed. Some devices contained in sub-levels might be enabled and others disabled.<br />
 
<br />
 
'''Configuring quality'''<br />
 
[[File:QualitySelector.png|thumb|Quality selector|left|200px]]
 
The quality selector allows you to configure the quality that will be available for an specific level. When no quality is selected (empty) for an specific level, it means that the sub-levels have different specific quality values configured.
 
<br clear=all>
 
<br />
 
 
 
'''Adding an existing Instance'''<br />
 
* Click the [[File:AddExisting.png|middle|80px]] button and an Instance selection dialog will open.
 
* Select the Instance where you want to create availabilities and press the [[File:Save3.png|middle|30px]] button. The instance will be added with availabilities and max. quality for all the devices.
 
* Now you can configure the different device types with the desired availability and quality.
 
*Once finished, save changes by using the [[File:Save3.png|middle|30px]] in the movie page and the device availabilities will be created.<br />
 
 
 
'''Removing an Instance'''<br />
 
If you want to disable the availabilities for all the device types of an instance, just disable the availability in the first Instance level and save changes by using the [[File:Save3.png|middle|30px]] in the movie page. That specific Instance will be removed from the Device availability mapping block.
 
<br />
 
 
 
<br />
 
 
 
 
==== [[Movies Age Rating Manual 3.0|Movies Age Rating]] ====
 
==== [[Movies Age Rating Manual 3.0|Movies Age Rating]] ====
 
=== [[Media Files Page Manual 3.0|Media Files]] ===
 
=== [[Media Files Page Manual 3.0|Media Files]] ===
Line 504: Line 47:
 
==== [[Editorial Contents Page Manual 3.0|Editorial Contents]] ====
 
==== [[Editorial Contents Page Manual 3.0|Editorial Contents]] ====
 
=== Content Workflow ===
 
=== Content Workflow ===
 +
==== [[Metadata_Validation_Area_3.0|Metadata Validation Area]]====
 
==== Metadata ====
 
==== Metadata ====
===== [[Metadata Validation Rules Page Manual 3.0|Metadata Validation Rules]]  =====
+
===== [[Metadata_Validation_Rules_Page_Manual_3.0|Metadata Validation Rules]]  =====
===== [[Metadata Validation Results Manual 3.0|Metadata Validation Results]]  =====
+
===== [[Metadata_Validation_Results_Manual_3.0|Metadata Validation Results]]  =====
 +
 
 
==== Importer ====
 
==== Importer ====
 
===== [[Importer Errors Page Manual 3.0|Importer Errors]]  =====
 
===== [[Importer Errors Page Manual 3.0|Importer Errors]]  =====
Line 531: Line 76:
 
==== [[Content Purge List Page Manual 3.0|Content Purge List]] ====
 
==== [[Content Purge List Page Manual 3.0|Content Purge List]] ====
 
<br />
 
<br />
 +
 +
 +
== Sports ==
 +
=== [[Competitions Page Manual 5.0|Competitions]]  ===
 +
=== [[Teams Page Manual 5.0|Teams]]  ===
 +
=== [[Tournaments Page Manual 5.0|Tournaments]]  ===
 +
<br>
  
 
== [[File:LiveTVIcon.png|middle|40px]] Live ==  
 
== [[File:LiveTVIcon.png|middle|40px]] Live ==  
Line 551: Line 103:
 
==== [[Regions Page Manual 3.0|Regions]] ====
 
==== [[Regions Page Manual 3.0|Regions]] ====
 
===== [[Postal Codes Page Manual 3.0|Postal Codes]] =====
 
===== [[Postal Codes Page Manual 3.0|Postal Codes]] =====
 
 
==== [[Tv Technologies Page Manual 3.0|Tv Technologies]] ====
 
==== [[Tv Technologies Page Manual 3.0|Tv Technologies]] ====
 +
==== [[Zones Page Manual 3.0|Zones]]====
  
 
=== Flexilinear ===
 
=== Flexilinear ===
Line 562: Line 114:
 
==== [[Blackout GRC Areas Page Manual 3.0|Blackout GRC Areas]]====
 
==== [[Blackout GRC Areas Page Manual 3.0|Blackout GRC Areas]]====
 
==== [[TVOpen Blackouts Page Manual 3.0|TVOpen Blackouts]]====
 
==== [[TVOpen Blackouts Page Manual 3.0|TVOpen Blackouts]]====
=== [[Zones Page Manual 3.0|Zones]]===
 
 
<br />
 
<br />
  
Line 568: Line 119:
 
=== [[Event Collections Page Manual 3.0|Event Collections]]===
 
=== [[Event Collections Page Manual 3.0|Event Collections]]===
 
=== [[Subscription Page Manual 3.0|Subscription]]===
 
=== [[Subscription Page Manual 3.0|Subscription]]===
==== [[External URLs Page Manual 3.0|External URLs]]====
+
==== [[External URLs Page Manual 3.0|External URLs - Deprecated]]====
 
==== [[Commercial Offer Page Manual 3.0|Commercial Offer]]====
 
==== [[Commercial Offer Page Manual 3.0|Commercial Offer]]====
 
=== Pricing ===
 
=== Pricing ===
 
==== [[Pricing Model Page Manual 3.0|Pricing Model]]====
 
==== [[Pricing Model Page Manual 3.0|Pricing Model]]====
 
==== [[Pricing Products Page Manual 3.0|Pricing Products]]====
 
==== [[Pricing Products Page Manual 3.0|Pricing Products]]====
 +
==== [[Pricing Categories Page Manual 3.0|Pricing Categories]]====
 
==== [[Vouchers Page Manual 3.0|Vouchers]]====
 
==== [[Vouchers Page Manual 3.0|Vouchers]]====
 +
==== [[Vouchers - Products Page Manual 3.0|Vouchers - Products]]====
 +
 
=== [[Purchases Page Manual 3.0|Purchases]]===
 
=== [[Purchases Page Manual 3.0|Purchases]]===
 
==== [[Massive PayPerView Purchases Page Manual 3.0|Massive PayPerView Purchases]]====
 
==== [[Massive PayPerView Purchases Page Manual 3.0|Massive PayPerView Purchases]]====
Line 595: Line 149:
 
=== [[Services Page Manual 3.0|Services]]===
 
=== [[Services Page Manual 3.0|Services]]===
 
==== [[Service Types Page Manual 3.0|Service Types]]====
 
==== [[Service Types Page Manual 3.0|Service Types]]====
 
 
 
<br />
 
<br />
  

Latest revision as of 21:48, 22 May 2023

Contents

InstancesIcon.png Instances

Notifications

Notification Interests

Notifications Queue

Feedback Result

Settings

Catalog Exporter

Exporter Monitoring

Catalog Exporter V2

Age Ratings

Age Rating Alternate Codes

Payment Methods

Devices by Payment Method

Instance Devices

Platforms

HTMLs

Links

Platforms PIN Default

Parameters

Menus

Parameters Partitions

Command Types

Massive Commands


UsersIcon.png Users

Groups

Sent Mail

User Devices

User Preferences

Users Profiles

Avatar Images

User Interests


VODIcon.png Video On Demand

Movies

Series

Movies Age Rating

Media Files

Subtitles

VOD Channels

Editorial Contents

Content Workflow

Metadata Validation Area

Metadata

Metadata Validation Rules
Metadata Validation Results

Importer

Importer Errors
Importer Schedules
ADI Mapping
DRM Mapping
Quality Mapping
Play Type Mapping
Device Type Mapping
Encoded Weight
Sources Quota

Preparation Area

Quality Area

Quarantine Area

CDN

Push Rules
Delivery Buckets
Origin x Push Rules
Origin
Storage Areas

Content Purge List



Sports

Competitions

Teams

Tournaments


LiveTVIcon.png Live

Restart TV Channel

EPG

EPG Review

EPG Schedule Modifications

EPG Program Categories

EPG Roles

EPG Programs

EPG Age Ratings

EPG Schedule

EPG Program Types

Live Channels

CDN Lives

Media Services

Live Series

Live Seasons

Channel Maps

Regions

Postal Codes

Tv Technologies

Zones

Flexilinear

Catchup POD Settings

Blackouts

Mediaroom

Blackout Collections
Blackout Schedules

Blackout GRC Areas

TVOpen Blackouts


CommercialIcon.png Commercial

Event Collections

Subscription

External URLs - Deprecated

Commercial Offer

Pricing

Pricing Model

Pricing Products

Pricing Categories

Vouchers

Vouchers - Products

Purchases

Massive PayPerView Purchases

Micro Payments

SIA Purchases

Netflix Billing

External Cancellations

External Purchases

Products

Media Type Changes

Products Load

External Products

Partners

Netflix Promotions

Bundle Users

Bundle Packages

Netflix Bundle Plan Changes

Legacy Unique ID's

Services

Service Types


InstancesIcon.png Commons

Dictionaries

Dictionary Languages

Dictionary Editor

Images

Image Profiles

Image Profiles x Product Types

Languages

Device Types

Device Type Groups

Device Type Model

Genres

Persons Roles

Producers

Distributors

Countries

Persons

Content Category

Applications

UX References

Age Descriptors


AdminIcon.png Administration

Components

GVP Jobs

GVP Jobs Configuration

GVP Agents

Access Control

Permissions Groups

Categories

MIB Users

Content Sources

Content Criteria

Audit

Content Workflow Tasks

DMM Control

Local Folders

Remote Folders

DMM Jobs

Encoding Profiles

Enumerations

Affected Services(Deprecated)

SCOM Notification (Deprecated)

Instance Notifications (Deprecated)

Event Collector (Deprecated)

Clients (Deprecated)


DTH Manager

DTH Companies

DTH Users

DTH Channel Maps

DTH Packages Maps