Page 8 of 8

Re: IMDB script doesn't work

Posted: 2025-07-08 09:38:59
by MrObama2022
antp wrote: 2025-07-08 06:27:09 I suppose that this other script could be removed then?
It no longer works after the IMDb changes?
If you refer to "IMDB (Actor images)", this script still works fine (I just added its 4 functions from this script to my script). If "J", the original author, agrees ...

Re: IMDB script doesn't work

Posted: 2025-07-08 11:28:45
by antp
I thought it was outdated after the changes made by IMDb, but if it still works I keep it then ;)

Re: IMDB script doesn't work

Posted: 2025-07-08 12:09:37
by Dorohedoro
antp wrote: 2025-07-08 06:27:09
MrObama2022 wrote: 2025-07-07 20:25:52 How this works: I simply added the main functions from "IMDB (Actor images)" and I added the same parameters, renaming it:
I suppose that this other script could be removed then?
It no longer works after the IMDb changes?

The actor images script works just fine even after all the imdb changes, wasn't affected. Please do not delete it.

Re: IMDB script doesn't work

Posted: 2025-07-08 12:09:57
by MrObama2022
New version here: 5.3 beta 2

CHANGELOG:
* added more options for UserRatings, added UserRatingFields parameter

how this works. You still have the default option for UserRatings, but now you have 2 more option (below in bold):
0=Import value to ratings field only (default)
1=Import value and number of votes to Media Type field
2=Import value and number of votes to field set in UserRatingsField
3=Import number of votes to field set in UserRatingsField


When you set option 2 or 3, you have to set a field name where you want the information is stored (every fieldname have a specific number, if no number is set fieldComments is used so in this mode the iMDB works as usual for user using the old script with the old UserRatings = 2).

If you want the value in the subtitle field (like @Dorohedoro), you have to set 35 in UserRatingsField.

I didn't like to add an option to put the votes in subtitle field, it could be too "weird" for next coders, so I prefer to add an option (3) to set the votes - or (2) both the rating and the vote - in any field, you decide which one (using UserRatingsField).

@Dorohedoro: please try this config, put user ratings to 3 and UserRatingsField to 35, in this way you should get only the number of votes in the subtitle field. I hope this does the job.

Re: IMDB script doesn't work

Posted: 2025-07-08 13:11:52
by Dorohedoro
MrObama2022 wrote: 2025-07-08 12:09:57 New version here: 5.3 beta 2

CHANGELOG:
* added more options for UserRatings, added UserRatingFields parameter

how this works. You still have the default option for UserRatings, but now you have 2 more option (below in bold):
0=Import value to ratings field only (default)
1=Import value and number of votes to Media Type field
2=Import value and number of votes to field set in UserRatingsField
3=Import number of votes to field set in UserRatingsField


When you set option 2 or 3, you have to set a field name where you want the information is stored (every fieldname have a specific number, if no number is set fieldComments is used so in this mode the iMDB works as usual for user using the old script with the old UserRatings = 2).

If you want the value in the subtitle field (like @Dorohedoro), you have to set 35 in UserRatingsField.

I didn't like to add an option to put the votes in subtitle field, it could be too "weird" for next coders, so I prefer to add an option (3) to set the votes - or (2) both the rating and the vote - in any field, you decide which one (using UserRatingsField).

@Dorohedoro: please try this config, put user ratings to 3 and UserRatingsField to 35, in this way you should get only the number of votes in the subtitle field. I hope this does the job.
I'm speechless, amazing work my friend I will test this like crazy.

Thank you so much!