Which parameters or TAGS does the internal import video database function use? (1 Viewer)

tebba

Portal Pro
November 8, 2007
56
0
Home Country
Norway Norway
Hi

Im looking for the tags/parameters which the internal import function under Videos->Video database->Editor->Import use.

I know it uses dvd profiler setup. and picks up tags like:

<Title>
<ProductionYear>
<RunningTime>
<Genres>
<Overview>
++

but what about the rest?

Are there files in the MP folder where i can check out what tags it imports?

Hope you understood what im looking for, ask if anything is unclear.

Thanks a bunch.
 

rekenaar

Retired Team Member
  • Premium Supporter
  • December 17, 2006
    4,421
    805
    Home Country
    South Africa South Africa
    Hi there

    I had a quick look at the source file MovieDatabase.cs and it looks like the following tag-tree is used:
    Collection
    --DVD
    ----Title
    ----Rating
    ----ProductionYear
    ----RunningTime
    ----Overview
    ----Genres
    ------Genre (multiple)
    ----Actors
    ------Actor (multiple)
    --------FirstName
    --------LastName
    --------Role
    ----Credits
    ------Credit (multiple)
    --------FirstName
    --------LastName
     

    Users who are viewing this thread

    Top Bottom