Seitenhierarchie

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.32
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download


Table of Contents

Overview

Skin files and properties for My Films (MF) plugin

Skin Files

The following skin files are required for the My Films plugin:

Skin File (xml)

Purpose

Window ID

MyFilms.xml

Main view - navigate through your db content, search, etc. and choose a film for Details View

7986

MyFilmsDetail.xml

Details view - display detailed information about the film chosen and start the movie

7987

MyFilmsDialogRating.xml

Rating Dialog - set a rating from GUI

7988

MyFilmsCoverManager.xml (6.0.0)

Cover Manager - download and select movie covers

7992

MyFilmsDialogMultiSelect.xml (6.0.0)

GUI Updates > Get Internet Info - allow users to select multiple items 

7993

MyFilmsDialogImageSelect.xml (6.1.0)

Collection cover - download and select collection covers (from TMDb)

7997

MyFilmsActorsInfo.xml

Persons details - Not functional yet

7991

Note:

MesFilms_Visible.xml 

is no longer required. Skin file names have changed from MesFilms to MyFilms.

The Default skin also imports

MyFilmsLatestMedia.xml

to display data from the Latest Media Handler Plugin on the Views Menu.

Media Files

Some media files used by the skin xmls are installed to the default skin \media\MyFilms folder and can be copied to your skin\media folder if you wish to use them.

In addition, a skin may (optionally) provide a

MyFilmsLogos.xml

in their skin folder to configure logos for media info, categories, countries/languages or any other logo or icon they wish to display conditionally.  However, *MF will automatically use any logos provided by the skin in the  media\logos folder or any subfolders, if the logo names correspond to those provided in the default

MyFilmsLogos.xml 

*which is installed in the MediaPortal Config files folder (ProgramData\Team MediaPortal\MediaPortal in Vista/7)

Main View - MyFilms.xml

Skin Controls

ID

Control Type

Description

2

Button

Change Layout

3

SortButton

Sort by

4

Button

Search

5

Button

View by

6

Button

Options

7

Button

Global Filters

8

Button

Global updates (v 6.0.0)

50

Facade

Listcontrol,Thumbnailpanel (Icons, Big Icons), Filmstrip

11

Image

Fanart

21

Image

Fanart2 - used to fade fanart when new item/film is selected

1020

Image

Thumb of selected item/film (#myfilms.picture) - ID no longer required for v 6.0.0

1021

Image

obsolete in v 6.0.0

2001

Image

Logos group 1 - usually media info logos

2002

Image

Logos group 2 - usually category/genre logos

2003

Image

Logos group 3 - can be flags for countries/languages or any other logo

2012

Image

Logos groups 1 & 2 as combined list of logos

  • Note: Facade control ID has changed in version 5.0 to ID 50 to be consistent with most facade control IDs used in MediaPortal
  • Note: All other skin controls are now defined as properties, including user defined labels and items. See Skin Properties below. 

Dummy Controls for Visibility Conditions

Control ID

 Visibility

34

Views (i.e. not Views Menu or Film/Group Lists

35

Fanart available

36 (6.0.0)

Film Lists (either main films view, list of films within a view or as the result of a search

37 (6.0.0)

'normal' views - i.e. not persons views or indexed views - e.g. Year, Country, Category, etc.

38 (6.0.0)

'persons views e.g. Actors, Directors, Writers, Producers, etc.

39 (6.0.0)

Group Lists - when viewing Box Sets, Hierarchies or any 'Grouped' Films

40 (6.0.0)

Views menu

41 (6.0.0)

Indexed view 

  • Note: Visibility is backwards compatible, however the new visibility controls are required to implement the new skin features (such as images on the Views menu).

Details View - MyFilmsDetail.xml

Skin Controls

Note: The Details window uses #myfilms.picture for the movie cover image instead of #myfilms.coverimage in the main window, because there is nt need for enhanced processing in this window.

ID

Control Type

Description

101

Button

Play film

102

Button

Back - return to Main View (User can also use Back/Esc key)

103

Button

Next - display next movie details in current view - user can also use page down

104

Button

Previous - display previous movie details in current view - user can also use page up

105

Button

Last - display last movie details in current view

106

Button

First - display first movie details in current view

107

Button

Update (Refresh) - display Menu to select update methods for current movie, e.g. properties like rating, update movie infos via grabber, download or delete fanart, etc.

109

Button

Trailers - display the Trailers Menu

10000

Button

Overview virtual details view - displays the main details of the film (#myfilms.menu.overview for localized label)

10001

Button

Description virtual details view - displays the full description of the film (#myfilms.menu.description for localized label)

10002

Button

Comments virtual details view - displays the comments of the film (#myfilms.menu.comments for localized label)

10003

Button

Actors virtual details view - displays the full cast of the film (#myfilms.menu.actors for localized label)

10004

Button

Technical Info virtual details view - displays all the media and technical details of the film (#myfilms.menu.techinfos for localized label)

10099

Button

Full Fanart virtual view - used to display the fanartview with little other content (no localized label)

1000

Image

Fanart - displays the Default DVD Cover if user selects it as default fanart backdrop.

1001

Multiimage

Fanart - displays multiple fanart images from movie directory (as set in configuration) and switches between them

2001

Image

Logos group 1 - usually media info logos

2002

Image

Logos group 2 - usually category/genre logos

2003

Image

Logos group 3 - can be flags for countries/languages or any other logo

2012

Image

Logos groups 1 & 2 combined logos

2080

Animation

Search/Wait Animation

Notes:

  1. Button Controls 10001-10004 and 10099 are used  for "Virtual Details Views - all trigger "Play" when selected, which means the user can play a film by pressing Enter/OK when any view is selected
  2. Of course, additional buttons may be added/used (as in Default\wide skins files) to link to other plugins if installed, like TV Series is already defined in Default\wide skin files.

Dialog Rating - MyFilmsDialogRating.xml

This is a dialog to allow users to rate a film by selecting the Update Menu Option on the Details screen.

It is a standard dialog menu, using a skin dialog_background.png. See Default/wide MyFilmsDialogRating.xml skin file for reference.

ID

Control Type

Description

0

Image

background for the dialog - i.e. dialog_background.png

2

Label

Title for the dialog - i.e. string 934 = "Set rating"

3

Label

Rating label = #myfilms.db.rating.label

4

Label

Rating value = #myfilms.rating

10

Button

right arrow button - to increase the rating

11

Button

left arrow button - to decrease the rating

12

Button

OK button - to close the dialog and save the rating

100

Imagelist

displays the rating - #myfilms.db.rating

Cover Manager - MyFilmsCoverManager.xml (6.0.0)

A new skin file: MyFilmsCoverManager.xml has been added to support the new Cover Manager in v 6.0.0 which can be selected from the Details Window context menu. It is similar to the Fanart manager in TV-Series, but allows users to download additional covers (via context menu) and select the cover to display from available local/downloaded covers.

ID

Type

Property

Description

2

Button

Change Layout

Icons/Filmstrip

12

Button

Resollution (Artwork) Filter

All, High, Medium, Low resolution

13

Button

Download

 

50

facade

Thumbnailpanel and  Filmstrip

displays all covers currently locally available for the selected film

4560

Image

#myfilms.cover.selectedpreview 

displays the currently selected cover (eg. as backdrop) 

 

Image

#myfilms.picture

currently active/default cover

 

Label

#myfilms.cover.currentmoviename

title and year of the currently selected film for the cover selection 

 

Label

#myfilms.cover.filterresolution

currently selected filter (All, High, Medium, Low)

 

Label

#myfilms.cover.selectedcovername

filename of the selected cover

 

Label

#myfilms.cover.selectedcoverresolution

resolution (dimensions) of the selected cover

 

Label

#myfilms.cover.selectedcoverresolutionclass

resolution quality/class of the selected cover (high, medium, low)

 

Label

#myfilms.cover.selectedcoversize

storage size of the selected cover

 

Label

#myfilms.cover.count

count of currently available local covers

 

Label

#myfilms.cover.downloadingstatus

percentage downloaded

 

Label

#myfilms.cover.loadingstatus

?

Properties Exposed to Skin

For an overview see Skinning My Films

Below is a list of all properties exposed to the skin.  Skins should attempt to display all user defined properties in the skin as these are the custom options selected by the user in Setup.  In particular, user.items 1 and 2 should display in MyFilms.xml while user items 1->5 should display in MyFilmsDetail.xml on the Overview virtual view. MyFilms is designed to allow users to customzie this view.

Note:

  • all db fields are exposed to the skin:  #myfilms.db.<DB-field>.label or value.
  • User defined fields (as selected in Setup) are exposed as #myfilms.user.<user-field>.label or value
  • internal fields

Property Logging:

If you want to verify what values Myfilms sets to the properties, you can enable the enhanced propertylogging as follows:
In MyFilms.xml config file, section "MyFilms", set or add a setting "PropertyLogging" and set the value to "true".

_<section name="MyFilms">
[...]
    <entry name="PropertyLogging">false</entry>_

 

Type

Property

Description

Configuration

#myfilms.config.currentconfig

displays the Configuration Name selected on the General Tab in plugin configuration

 

#myfilms.config.pluginname

displays the Plugin Name selected on the General Tab in plugin configuration under Menu Plugin Name

 

#myfilms.config.configfilter

displays any User Defined Config Filters the user enters on the Views tab, and can be used for visibility conditions as well.

v 6.0.0

myfilms.config.version

My Films version number - can be used for visibility conditions to support multiple versions of My Films in one skin file - format = 6.0.0.2149

v 6.0.0

#myfilms.config.mpversion

MediaPortal version number - can be used for visibility conditions to support multiple versions of MP in one skin file - format = 1.2.3.0 

View

#myfilms.view

displays the view selected either via the 'View by:' menu option, or the Default Start View selected on the Views tab in plugin configuration

 

#myfilms.select

displays the selected value of a View e.g.. Animations may be the selected value in Categories View.

v 6.0.2

#myfilms.moviecontext.value

displays movie title when selecting Info for Related Persons

v 6.0.0

#myfilms.nbobjects.value

Displays an accurate count of all films in the View or facade, including films within 'Groups' - recommended instead of #itemcount

Status

#myfilms.statusmessage

optional property to display status messages such as 'global update active' or to display images using visibility to indicate status

v 6.0.0

#myfilms.details.downloads.status

download message: "to download: [count]" -  for persons images/info - only visible when download is active - if Enable downloads is selected in Setup for Persons Views (Artwork tab) and Details View is accessed (or Get Persons Info from context menu)

v 6.0.0

#myfilms.details.downloads.name

name of the person whose image/info is currently downloading

v 6.0.0

#myfilms.details.downloads.count 

count of the persons remaing to download image/info

Image

#myfilms.coverimage

a special image property for use in MyFilms.xml (Main View) delays processing of image slightly so images do not flash when scrolling list facades.

 

#myfilms.picture

used in MyFilmsDetail.xml when no facade is present

v 6.0.0

#myfilms.groupcoverimage

displays a custom Group image (e.g. Star Trek.jpg) for a Group of films, or the cover of the first film in the group if no custom image is available

v 6.0.0

#myfilms.menuimage

displays select Custom View images, or default view images on the Views menu

v 6.0.0

#myfilms.viewcoverimage

displays either default or custom view images for a non-persons view (e.g. Genre images in Category view) - or alpha image in the index level

v 6.0.0

#myfilms.personcoverimage

displays a person image in persons views or alpha image in the index level

Global Filters

#myfilms.globalfilter.unwatched

displays whether the Unwatched filter is on (True) or off. Can be used for visibility conditions to display an Unwatched filter icon

 

#myfilms.globalfilter.isonline

displays whether the Media Available filter is on (True) or off. Can be used for visibility conditions to display an Media Available filter icon

 

#myfilms.globalfilter.trailersonly

displays whether the Trailers Only filter is on (True) or off. Can be used for visibility conditions to display a Trailers Only filter icon

 

#myfilms.globalfilter.minrating

displays whether the Minimum Rating filter is on (True) or off. Can be used for visibility conditions to display a Minimum Rating filter icon

 

#myfilms.globalfilter.minratingvalue

Displays the current Minimum Rating Value as set by the user in Global Filters

Virtual Menu

#myfilms.menu.overview

displays localized (translated) string "Overview"

 

#myfilms.menu.description

displays localized (translated) string "Description"

 

#myfilms.menu.comments

displays localized (translated) string "Comments"

 

#myfilms.menu.actors

displays localized (translated) string "Actors"

 

#myfilms.menu.techinfos

displays localized (translated) string "Technical Info"

User defined

#myfilms.user.item1.label

displays the contents of data entered in configuration on Views tab - "User Defined Display Items for Main Screen" Label 1

 

#myfilms.user.item1.value

displays the contents of the DB field configured in configuration on Views tab - "User Defined Display Items for Main Screen" Value 1

 

#myfilms.user.item1.field

the name of the database field, that the user assigns to the user.item1 - can be used for conditional skin elements

 

#myfilms.user.item2.label

displays the contents of data entered in configuration on Views tab - "User Defined Display Items for Main Screen" Label 2

 

#myfilms.user.item2.value

displays the contents of the DB field configured in configuration on Views tab - "User Defined Display Items for Main Screen" Value 2

 

#myfilms.user.item2.field

the name of the database field, that the user assigns to the user.item2 - can be used for conditional skin elements

 

#myfilms.user.item3.label

displays the contents of data entered in configuration on Views tab - "User Defined Display Items for Main Screen" Label 3

 

#myfilms.user.item3.value

displays the contents of the DB field configured in configuration on Views tab - "User Defined Display Items for Main Screen" Value 3

 

#myfilms.user.item3.field

the name of the database field, that the user assigns to the user.item3 - can be used for conditional skin elements

 

#myfilms.user.item4.label

displays the contents of data entered in configuration on Views tab - "User Defined Display Items for Main Screen" Label 4

 

#myfilms.user.item4.value

displays the contents of the DB field configured in configuration on Views tab - "User Defined Display Items for Main Screen" Value 4

 

#myfilms.user.item4.field

the name of the database field, that the user assigns to the user.item4 - can be used for conditional skin elements

 

#myfilms.user.item5.label

displays the contents of data entered in configuration on Views tab - "User Defined Display Items for Main Screen" Label 5

 

#myfilms.user.item5.value

displays the contents of the DB field configured in configuration on Views tab - "User Defined Display Items for Main Screen" Value 5

 

#myfilms.user.item5.field

the name of the database field, that the user assigns to the user.item5 - can be used for conditional skin elements

v 6.0.0

#myfilms.user.detailsitem1.label

displays the contents of data entered in configuration on Views tab - "User Defined Display Items for Details Screen" Label 1

v 6.0.0

#myfilms.user.detailsitem1.value

displays the contents of the DB field configured in configuration on Views tab - "User Defined Display Items for Details Screen" Value 1

v 6.0.0

#myfilms.user.detailsitem1.field

the name of the database field, that the user assigns to the user.detailsitem1 - can be used for conditional skin elements

v 6.0.0

#myfilms.user.detailsitem2.label

displays the contents of data entered in configuration on Views tab - "User Defined Display Items for Details Screen" Label 2

v 6.0.0

#myfilms.user.detailsitem2.value

displays the contents of the DB field configured in configuration on Views tab - "User Defined Display Items for Details Screen" Value 2

v 6.0.0

#myfilms.user.detailsitem2.field

the name of the database field, that the user assigns to the user.detailsitem2 - can be used for conditional skin elements

v 6.0.0

#myfilms.user.detailsitem3.label

displays the contents of data entered in configuration on Views tab - "User Defined Display Items for Details Screen" Label 3

v 6.0.0

#myfilms.user.detailsitem3.value

displays the contents of the DB field configured in configuration on Views tab - "User Defined Display Items for Details Screen" Value 3

v 6.0.0

#myfilms.user.detailsitem3.field

the name of the database field, that the user assigns to the user.detailsitem3 - can be used for conditional skin elements

v 6.0.0

#myfilms.user.detailsitem4.label

displays the contents of data entered in configuration on Views tab - "User Defined Display Items for Details Screen" Label 4

v 6.0.0

#myfilms.user.detailsitem4.value

displays the contents of the DB field configured in configuration on Views tab - "User Defined Display Items for Details Screen" Value 4

v 6.0.0

#myfilms.user.detailsitem4.field

the name of the database field, that the user assigns to the user.detailsitem4 - can be used for conditional skin elements

v 6.0.0

#myfilms.user.detailsitem5.label

displays the contents of data entered in configuration on Views tab - "User Defined Display Items for Details Screen" Label 5

v 6.0.0

#myfilms.user.detailsitem5.value

displays the contents of the DB field configured in configuration on Views tab - "User Defined Display Items for Details Screen" Value 5

v 6.0.0

#myfilms.user.detailsitem5.field

the name of the database field, that the user assigns to the user.detailsitem5 - can be used for conditional skin elements

v 6.0.0

#myfilms.user.detailsitem6.label

displays the contents of data entered in configuration on Views tab - "User Defined Display Items for Details Screen" Label 6

v 6.0.0

#myfilms.user.detailsitem6.value

displays the contents of the DB field configured in configuration on Views tab - "User Defined Display Items for Details Screen" Value 6

v 6.0.0

#myfilms.user.detailsitem6.field

the name of the database field, that the user assigns to the user.detailsitem6 - can be used for conditional skin elements

 

#myfilms.user.mastertitle.label

the name of the field (localized), that the user has assigned to be master title

 

#myfilms.user.mastertitle.value

displays the contents of the field the user selects in configuration General tab for Title Order - "Ant Master Title"

 

#myfilms.user.mastertitle.groupname

displays the contents of the hierarchy or group name (e.g. box sets) when entered in mastertitle field - such as 'Harry Potter' when all Harry Potter films are grouped under 'Harry Potter' e.g. Harry Potter\Harry Potter and the Deathly Hallows (optional skin property)

v 6.0.0 

#myfilms.user.mastertitle.groupcount 

displays the count of films in group hierarchies - useful for layouts other than list (listcontrol facade) which displays the count on the listcontrol.

v 6.0.0 

#myfilms.user.name.label 

'User' label localized

v 6.0.0 

#myfilms.user.name.value

disiplays the currently selected user name 

v 6.0.0 

#myfilms.user.onlinestatus

displays user status:  'local' ,'online' (if Trakt user logged into Trakt), or 'offline' if Trakt.user is not logged in to Trakt. 

v 6.0.0 

#myfilms.user.rating.label

'User rating' localized

v 6.0.0 

#myfilms.user.rating.value

the user rating for the current selected user, entered via My FIlms User Rating dialog, or via Trakt popup rating dialog after a film is watched.

 

#myfilms.user.secondarytitle.label

the name of the field (localized), that the user has assigned to be secondary title

 

#myfilms.user.secondarytitle.value

displays the contents of the field the user selects in configuration General tab for Title Order - "Ant SecondaryTitle"

 

#myfilms.user.secondarytitle.groupname

displays the contents of the hierarchy or group name (e.g. box sets) when entered in secondarytitle field - such as 'Harry Potter' when all Harry Potter films are grouped under 'Harry Potter' e.g. Harry Potter\Harry Potter and the Deathly Hallows (optional skin property)

 

#myfilms.user.source.label

displays the label of the field selected in configuration General tab for "Ant Item for Storage File Info"

 

#myfilms.user.source.value

displays the value of the field selected in configuration General tab for "Ant Item for Storage File Info"

v 6.0.0 

#myfilms.user.source.filepath

optional skin property to display the movie source file path separately (or after filename)

v 6.0.0 

#myfilms.user.source.filename

optional skin property to display the movie source filename separately (or before file path)

v 6.0.0 

#myfilms.user.source.shortname

optional skin property to display the last directory level and the movie source filename

 

#myfilms.user.source.isonline

values = available, unavaliable, offline, unknown - used for visibility of the film available (online) icon

 

#myfilms.user.sourcetrailer.label

the name of the field the user selects to be used for trailers in configuration Trailer tab for "DB Item for Storing Trailer nfo"

 

#myfilms.user.sourcetrailer.value

displays the value of the field selected in configuration Trailer tab for "DB Item for Storing Trailer nfo" - note this field can be used with conditional visibility to display a trailer present (or not present) icon

v 6.0.0 

#myfilms.user.sourcetrailer.filepath

optional skin property to display the trailer source file path separately (or after filename) 

v 6.0.0 

#myfilms.user.sourcetrailer.filename

optional skin property to display the trailer source file path separately (or after filename) 

v 6.0.0 

#myfilms.user.sourcetrailer.shortname

optional skin property to display the last directory level and the trailer source filename

 

#myfilms.user.sourcetrailer.count

disiplays the count of local trailers 'registered' i.e. stored in the user databae field the user selects for Trailer info

 

#myfilms.user.sourcetrailer.isonline

values = available, unavaliable, offline, unknown - used for visibility of the trailer available (online) icon

Watched

#myfilms.user.watched.label

localized string 200027 "Watched"

 

#myfilms.user.watched.value

Used for visibility conditions to display watched/unwatched status - based on the value the user chooses in Setup > Updates > Watched Status Handling.

v 6.0.0 

#myfilms.user.watchedcount.label

displays localized label 'Count'

 

#myfilms.user.watchedcount.value

displays the number of times the films has been watched by the current user

 

#myfilms.user.watchedglobal.value

displays the total number of times the film has been watched by all users (global)

v 6.0.0 

#myfilms. user.watcheddate.label

 

v 6.0.0 

#myfilms.user.watcheddate.value

displays the last date watched by current user

Database

#myfilms.db.actors.label

 

 

#myfilms.db.actors.value

 

v 6.0.0 

#mfilms.db.actors.actor[1-6].name

display up to 6 actors names separately in the skin (optional)

v 6.0.0 

#mfilms.db.actors.actor[1-6].role

display up to 6 actors roles separately in the skin (optional)

v 6.0.0 

#myfilms.db.actors.actor[1-6].image

display up to 6 actors images separately in the skin (optional)

v 6.0.0 

#myfilms.db.aspectratio.label 

Note: for AMC3 catalogs MyFilms still uses #myfilms.db.calc.aspectratio so both fields should be displayed in skin  

v 6.0.0 

#myfilms.db.aspectratio.value 

Note: for AMC3 catalogs MyFilms still uses #myfilms.db.calc.aspectratio so both fields should be displayed in skin  

 

#myfilms.db.audiobitrate.label

 

 

#myfilms.db.audiobitrate.value

 

v 6.0.0 

#myfilms.db.audiochannelcount.label

 

v 6.0.0 

#myfilms.db.audiochannelcount.value

Note: not supported in AMC v3 - if users save catalog in AMC3 data will be lost

 

#myfilms.db.audioformat.label

 

 

#myfilms.db.audioformat.value

 

 

#myfilms.db.borrower.label

 

 

#myfilms.db.borrower.value

 

 

#myfilms.db.calc.aspectratio.label

obsolete - skins can use #myfilms.db.aspectratio.label 

 

#myfilms.db.calc.aspectratio.value

for AMC3 catalogs - can be displayed when #myfilms.db.aspectratio.value is empty

 

#myfilms.db.calc.format.value

 

 

#myfilms.db.calc.imageformat.label

 

 

#myfilms.db.calc.imageformat.value

 

 

#myfilms.db.category.label

 

 

#myfilms.db.category.value

 

v 6.0.0 

#myfilms.db.certification.label

 

v 6.0.0 

#myfilms.db.certification.value

note: if you save catalog in AMC3 data will be lost 

v 6.1.0

#myfilms.db.certification.logo.value 

cleaned up via regex to display only cert value even if field contains country name or other text.

 

#myfilms.db.checked.label

 

 

#myfilms.db.checked.value

True or False

 

#myfilms.db.comments.label

 

 

#myfilms.db.comments.vlaue

 

 

#myfilms.db.country.label

 

 

#myfilms.db.country.value

 

 

#myfilms.db.date.label

 

 

#myfilms.db.date.value

 

 

#myfilms.db.dateadded.label

 

 

#myfilms.db.dateadded.value

 

 

#myfilms.db.description.label

 

 

#myfilms.db.description.value

 

 

#myfilms.db.director.label

 

 

#myfilms.db.director.value

 

 

#myfilms.db.disks.label

 

 

#myfilms.db.disks.value

 

v 6.0.0 

#myfilms.db.edition.label  

 

v 6.0.0 

#myfilms.db.edition.value 

 

v 6.0.0

#myfilms.db.favorite.label 

 

v 6.0.0

#myfilms.db.favorite.value 

User name when user rating is above 7

 

#myfilms.db.formattedtitle.label

 

 

#myfilms.db.formattedtitle.value

 

 

#myfilms.db.framerate.label

 

 

#myfilms.db.framerate.value

 

v 6.1.0

#myfilms.db.imdb_id.label 

 

v 6.1.0

#myfilms.db.imdb_id.value

 

 

#myfilms.db.languages.label

 

 

#myfilms.db.languages.value

 

 

#myfilms.db.length.label

 

 

#myfilms.db.length.unit

 

 

#myfilms.db.length.value

 

 

#myfilms.db.length_num.label

 

 

#myfilms.db.length_num.value

 

 

#myfilms.db.medialabel.label

 

 

#myfilms.db.medialabel.value

 

 

#myfilms.db.mediatype.label

 

 

#myfilms.db.mediatype.value

 

 

#myfilms.db.number.label

 

 

#myfilms.db.number.value

 

 

#myfilms.db.originaltitle.label

 

 

#myfilms.db.originaltitle.value

 

 

#myfilms.db.picture.label

 

 

#myfilms.db.picture.value

 

 

#myfilms.db.producer.label

 

 

#myfilms.db.producer.value

 

 

#myfilms.db.rating.label

 

 

#myfilms.db.rating.value

 

 

#myfilms.rating

Used in Dialog rating

 

#myfilms.db.resolution.label

 

 

#myfilms.db.resolution.value

 

 

#myfilms.db.size.label

 

 

#myfilms.db.size.value

Remember to leave space for double disk sizes!

v 6.0.0 

#myfilms.db.studio.label 

 

v 6.0.0 

#myfilms.db.studio.value 

note: if you save catalog in AMC3 data will be lost 

 

#myfilms.db.source.label

Displays the label of the AMC source field. This may differ from the field the user chooses as the source - which is displayed by #myfilms.user.source.label

 

#myfilms.db.source.value

Displays the value of the AMC source field. This may differ from the field the user chooses as the source - which is displayed by #myfilms.user.source.value

 

#myfilms.db.subtitles.label

 

 

#myfilms.db.subtitles.value

 

v 6.0.0 

#myfilms.db.tagline.label 

 

v 6.0.0 

#myfilms.db.tagline.value 

note: if you save catalog in AMC3 data will be lost 

 

#myfilms.db.translatedtitle.label

 

 

#myfilms.db.translatedtitle.value

 

 

#myfilms.db.url.label

 

 

#myfilms.db.url.value

 

 

#myfilms.db.videobitrate.label

 

 

#myfilms.db.videobitrate.value

 

 

#myfilms.db.videoformat.label

 

 

#myfilms.db.videoformat.value

 

v 6.0.0 

#myfilms.db.writer.label 

 

v 6.0.0 

#myfilms.db.writer.value 

note: if you save catalog in AMC3 data will be lost 

 

#myfilms.db.year.label

 

 

#myfilms.db.year.value

 

Persons info

 

 

v 6.0.0

#myfilms.person.name.label

 

v 6.0.0 

#myfilms.person.name.value

 

v 6.0.0 

#myfilms.person.biography.label

 

v 6.0.0 

#myfilms.person.biography.value

 

v 6.0.0 

#myfilms.person.dateofbirth.label

 

v 6.0.0

#myfilms.person.dateofbirth.value

 

v 6.0.0

#myfilms.person.placeofbirth.label

 

v 6.0.0

#myfilms.person.placeofbirth.value

 

Related

   

 

This page has no comments.