Possibles improving Custom Fields working in MOD version

Started by Ivek23, 2 01 May, 2021, 02:36:11 PM

Previous topic - Next topic

Ivek23

In this thread Possibles improving Custom Fields working in MOD version will be all the information that is related to custom fields in PVD MOD version.

Notice:
All questions related to them are put into the
Personal Video Database 1.0.2.7 MOD topic.

All custom fields are visible in Preferences/Movies/Custom Items, where you can add the fields.

The custom fields, which are visible and added by VVV_Easy_Programing from the beginning of the PVD MOD version, are added to the following scripts listed below.


  • FilmAffinity [HTTPS] all version scripts
  • TheMovieDB [API] all version scripts
  • IMDB_[EN][HTTPS] script



FilmAffinity [HTTPS] all version scripts

Custom fields:


  • Updated
  • FilmAffinity_Votes
  • FilmAffinity_Rating
The blue color means that this will be added in future updates

TheMovieDB [API] all version scripts

Custom fields:


  • Updated
  • Set
  • TheMoviedb_Votes

IMDB_[EN][HTTPS] script

Custom fields:

Ivek23
Win 10 64bit (32bit)   PVD v0.9.9.21, PVD v1.0.2.7, PVD v1.0.2.7 + MOD


Ivek23

PVD custom field for Type/Comments in Preferences/Movies/Custom Items:

  • FilmAffinity_Votes (Number)
  • FilmAffinity_Rating  (Rating)
  • Set (Short Text)
  • TheMoviedb_Votes (Number)
  • Updated (Short Text) or (Long Text)
  • TOP_250 (Number)
  • IMDB_Votes (Number)
  • IMDb.com (Memo)
The blue color means that this will be added in future updates.

Notice for Custom Fields:
Custom fields in the skin where <customsection> has already been added will automatically be visible to custom fields. If you've edited the skin yourself according to your wishes or use skins where custom fields are added individually, then you must then customize the custom fields yourself, otherwise these fields will not be visible in your database.


You can also find something in the Custom Fields in Re: Personal Video Database 1.0.2.7 MOD in paragraph  "Dirty" own PVD installation/collection adaptation for advanced users:




Important:
People scripts do not have a custom field because there are no custom fields for people.

Ivek23
Win 10 64bit (32bit)   PVD v0.9.9.21, PVD v1.0.2.7, PVD v1.0.2.7 + MOD


Ivek23

Hidden Custom Fields in IMDB_ [EN] [HTTPS] script

  • Bottom 100
  • Metascore
  • User Reviews
  • ImdbTechSpecs
  • IMDbID
PVD custom field for Type/Comments in Preferences/Movies/Custom Items:

  • Bottom 100 (Number)
  • Metascore (Rating)
  • User Reviews (Memo)
  • ImdbTechSpecs (Memo)
  • IMDbID (Short Text)


New:
Hidden Custom Fields in IMDB_ [EN] [HTTPS] script


  • IMDB_Movietype
  • IMDB_MPAA
  • IMDB Votes or IMDB Votes:
  • IMDBRating
  • Sound Mix:
  • Color:
  • User Comments
  • IMDbID:
PVD custom field for Type/Comments in Preferences/Movies/Custom Items:

  • IMDB_Movietype (Multiselect list)
  • IMDB_MPAA (Multiselect list)
  • IMDB Votes or IMDB Votes: (Number)
  • IMDBRating (Number)
  • Sound Mix: (Multiselect list)
  • Color: (Multiselect list)
  • User Comments (Memo)
  • IMDbID: (Short Text)


Hidden Custom Fields in IMDB_ [EN] [HTTPS] script when added to IMDB_ [EN] [HTTPS] update.

  • IMDB Rating
  • IMDB Release Date
Hidden Custom Fields in IMDB_ [EN] [HTTPS] script when added to IMDB_ [EN] [HTTPS] update.
PVD custom field for Type/Comments in Preferences/Movies/Custom Items:


  • IMDB Rating (Rating)
  • IMDB Release Date (Short Text)
You create all these custom fields if you would like to have them in the same way as they were already described.


Notice:

Certain custom fields have the same names as the custom field names in IMDB plugins. This is done for a database where information has previously been downloaded using IMDB plugins and does not need to be renamed now.
Ivek23
Win 10 64bit (32bit)   PVD v0.9.9.21, PVD v1.0.2.7, PVD v1.0.2.7 + MOD


Ivek23

Hidden Custom Fields in IMDB_ [EN] [HTTPS] script when added to IMDB_ [EN] [HTTPS] update, but do not currently work.

  • IMDB_Movietype
  • IMDB_MPAA
  • IMDB Votes or IMDB Votes:
  • IMDBRating
Hidden Custom Fields in IMDB_ [EN] [HTTPS] script when added to IMDB_ [EN] [HTTPS] update, but do not currently work.
PVD custom field for Type/Comments in Preferences/Movies/Custom Items:


  • IMDB_Movietype (Multiselect list)
  • IMDB_MPAA (Multiselect list)
  • IMDB Votes or IMDB Votes: (Number)
  • IMDBRating (Number)

Notification:
Hidden Custom Fields in IMDB_ [EN] [HTTPS] script, when added to IMDB_ [EN] [HTTPS]  update, but do not work at the moment, will work when users submit a proposal to operate.





Info:

IMDB_Movietype downloads info for movies, series, etc ...
IMDB_MPAA downloads info for MPAA rating


Quote<script type="application/ld+json">{
  "@context": "http://schema.org",
  "@type": "Movie",
  "url": "/title/tt0147800/",
  "name": "10 Things I Hate About You",
  "image": "https://m.media-amazon.com/images/M/MV5BMmVhZjhlZDYtMDAwZi00MDcyLTgzOTItOWNiZjY0YmE0MGE0XkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_.jpg",
  "genre": [
    "Comedy",
    "Drama",
    "Romance"
  ],
  "contentRating": "PG-13",
.
.
.
  "description": "10 Things I Hate About You is a movie starring Heath Ledger, Julia Stiles, and Joseph Gordon-Levitt. A pretty, popular teenager can\u0027t go out on a date until her ill-tempered older sister does.",
  "datePublished": "1999-03-31",
  "keywords": "protective father,shrew,dating,shakespeare adaptation,high school shakespeare adaptation",
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingCount": 259435,
    "bestRating": "10.0",
    "worstRating": "1.0",
    "ratingValue": "7.3"

  },

Notification:
List of information that is newly added and the info is added to the normal fields and in the custom fields.
Ivek23
Win 10 64bit (32bit)   PVD v0.9.9.21, PVD v1.0.2.7, PVD v1.0.2.7 + MOD


Pacifist


Ivek23

Quote from: Pacifist on 10 14 May, 2021, 10:17:30 AM
Can screenshots (examples) be shown, please?   :)

What exactly as examples should be seen in the screenshots.
Ivek23
Win 10 64bit (32bit)   PVD v0.9.9.21, PVD v1.0.2.7, PVD v1.0.2.7 + MOD