Posted by: VVV_Easy_Programing
« on: May 21, 2017, 07:59:55 pm »It seems that you have done all right so we must test where its the fault.
1) See if you have the folder and the templates as the capture screen 1.
2) See if you use one of the three templates export like the capture screen 2 (the other two are the same)
3) Test that the stored folder in PVD for every films is good and you have the rights for write in it (the nfo and jpg's are saved in the film folder by the template).
4) I use some custom fields: <!-- Custom PVD Fields necesaries 'Set' 'IMDB_Votes' 'Top_250' 'FilmAffinity_Votes' --> if you don't use this fields, erase the lines with this lines:
For instance for the template "KODI NFO_Files Easy.ptm" delete lines:
For 'Set': lines 48 and 49=
<!-- The Set PVD custom field contains film collection or saga -->
<set>{%value=Set custom="true"}</set>
For 'IMDB_Votes': line 21=
<votes>{%value=IMDB_Votes custom="true"}</votes>
For 'Top_250': line 29
<top250>{%value=Top_250 custom="true"}</top250>
For 'FilmAffinity_Votes': line 25=
<votes>{%value=FilmAffinity_Votes custom="true"}</votes>
Note: If you don't use two ratings better delete lines 23,24,25 and 26=
<rating name="FilmAffinity" max="10">
<value>{#StringReplace '{%value=orating}' ',' '.'}</value>
<votes>{%value=FilmAffinity_Votes custom="true"}</votes>
</rating>
I think that the custom fields may be the principal problem.
I use regularly the templates and they works fine and Kodi catch the information well.
Let me know if you can solve the problem.
1) See if you have the folder and the templates as the capture screen 1.
2) See if you use one of the three templates export like the capture screen 2 (the other two are the same)
3) Test that the stored folder in PVD for every films is good and you have the rights for write in it (the nfo and jpg's are saved in the film folder by the template).
4) I use some custom fields: <!-- Custom PVD Fields necesaries 'Set' 'IMDB_Votes' 'Top_250' 'FilmAffinity_Votes' --> if you don't use this fields, erase the lines with this lines:
For instance for the template "KODI NFO_Files Easy.ptm" delete lines:
For 'Set': lines 48 and 49=
<!-- The Set PVD custom field contains film collection or saga -->
<set>{%value=Set custom="true"}</set>
For 'IMDB_Votes': line 21=
<votes>{%value=IMDB_Votes custom="true"}</votes>
For 'Top_250': line 29
<top250>{%value=Top_250 custom="true"}</top250>
For 'FilmAffinity_Votes': line 25=
<votes>{%value=FilmAffinity_Votes custom="true"}</votes>
Note: If you don't use two ratings better delete lines 23,24,25 and 26=
<rating name="FilmAffinity" max="10">
<value>{#StringReplace '{%value=orating}' ',' '.'}</value>
<votes>{%value=FilmAffinity_Votes custom="true"}</votes>
</rating>
I think that the custom fields may be the principal problem.
I use regularly the templates and they works fine and Kodi catch the information well.
Let me know if you can solve the problem.