1
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: June 22, 2018, 01:20:55 pm »
thank you
I will try it out as soon as possible
I will try it out as soon as possible
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Is there a way to add “profiles” to the software? When members of a family are using it, one movie could be marked “seen” for one user and “unseen” for others. Only a few things have to be changed (“seen-unseen”, “Rating”…) That could be stored in separated textfiles.I agree to a feature like this but I wouldn't store the data to separated textfiles
this field value must be searched and set
FF___FF__DF4425363084591DE0340003BA5CE267_0___Value=???
this field value
EncodingCheckString=ue
must be set manually and should be excluded from parsed hiddens
(do NOT parse or set the org value "ü", to prevent miss URLencodings)
this field value
FF___FF__DF4425363084591DE0340003BA5CE267_1___Value=2
must be set manually and should be excluded from parsed hiddens
it should be "2" (titlesearch)
do not parse the action
because it sometimes contains ";jsessionid=value[a-z|0-9]{10}" before "?"
(which also lead to miss URLencodings )
take this as default action URL instead
http://www.filmportal.de/dif/?FormName=PublicSearchForm&NavID=SimpleSearch&
the submit for navigation should be set like this
FF___ResultPager_%s___Value=%s
//OPTIONS
SEARCH_w_PIC = TRUE; //represents the search results with covers
DO_CREDITS = TRUE; //get actor /crew data
DO_CRITICS = TRUE; //this will get the critic
DO_RATINGS = TRUE; // not supported yet (dont know wether i need this)
DO_TECHNIC = TRUE; // get budget / money info if any
DO_POSTER = TRUE; // download the poster
DO_bigPoster = TRUE; // try to get the big poster
DO_EXTRAS = TRUE; // get additional crew members
DO_CUSTOMS = TRUE; //Set to False if you do not want custom-fields being filled
//this will allso affect others
DO_CREW_RANG = 5; //this will get additional crew members by importance from 0-5
//0=higest importance, 5=lowest importance
DO_CRITIK_AT = 2; //1= custom field cf_kritik
//2= comment field
DO_SIMILARS = TRUE; //this will add a connection list for up to 10 similar movies
//(in normal mode we can grab only the title but these may not match
// to a corresponding existing title of an other movie site,
// so its less save for a consistent DB)
DO_SIM_PRO = FALSE; //this loads the similar movies site first
//to get the org.title and the year before adding
//( but there are max. 3 items with urls (:-( javascript) )
//( items without org.title will be skipped )
DO_numDates = TRUE; //this converts name of month to numeric value
JOB_LANGUAGE = 'de'; // curently only 'de' or 'en'
//end OPTIONS
//start language independent
//you may change the followings values to your language
// the following will mark crew members (Kamera, Sound...)
JOB_PREFIX = '___'; // what ever you like
JOB_SUFIX = '___'; // what ever you like
//coustom field names setup here the names for requierd custom-fields
cf_fstartID = 'ID FStart'; //Kurzer Text
cf_primeDE = 'deut.Erstausstrahlung'; //Kurzer Text
cf_FSK = 'FSK'; //Kurzer Text
cf_kritik = 'Kritik'; //Memo
cf_news = 'News'; //Memo
cf_notiz = 'Notiz'; //Memo
//end coustom field names
//end language independent