Hi
Can you please correct the error that occurs when details are downloaded for a movie or TV show. What happens is that the 'ratings' field seems to be often contain more than 1 digit after the decimal point. For apps like Synology Video Station this causes an error because it is only able to accept a rating with 1 digit after the decimal point. 1 dp should be enough I think.
Thanks
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por ticao2 🇧🇷 pt-BR
el 16 de octubre de 2022 a las 11:06
I believe it's been a long time since the value of "vote_average" has 3 digits after the decimal point.
Did you also make this request to Synology support ?
https://kb.synology.com/en-my/DSM/help/DSM/SupportCenter/SupportCenter_desc?version=6
If yes, what was the answer?
Contestado por wangbombat@@~~
el 16 de octubre de 2022 a las 14:01
It still shows ratings more than 1 d.p. I cannot add a screenshot but Star Wars VII shows a rating of 7.313. Others I've seen have ratings with up to 10 digits or so. The auto process in Video Station just fails when it encounters video info like this and so each file needs to be downloaded individually (and this isn't feasible to do.) Synology simply don't reply...
Contestado por AtikMiah
el 20 de octubre de 2022 a las 05:24
I have the exact same problem. I have to manually go in and round up/down the ratings in order for the synopsis and poster artwork to be added. Is there not a way that Synology can do the rounding themselves, so that it can be updated automatically?
Contestado por wangbombat@@~~
el 20 de octubre de 2022 a las 05:42
Synology probably could fix this easily but they just never bother to reply. Consequently I brought it up here hoping the team could make the required change directly.
Contestado por eb23
el 16 de marzo de 2023 a las 23:18
This might help some. This inability to truncate the decimals was super annoying.
You may also change this one to be "False" as well at the very top of the script. This prevent the video station from randomly guessing movie titles
Contestado por BlackPredator72
el 27 de marzo de 2023 a las 15:39
I followed the instructions from https://www.themoviedb.org/talk/634c0d22a61de1007effbb93 but after the sudo vi ./search.py command, I'm not sure what is supposed to happen? I was expecting some text file where I could edit the lines. This is my output and I'm stuck at this.
Putty output
Contestado por eb23
el 27 de marzo de 2023 a las 17:08
you will need to enter your password to run as a root -- the file in question is owned by the VideoStation user and if you open it as an Admin, you won't be able to write the changes down. Do not forget to backup before editing.
I've since modified handling of the "allowguess" section -- here it is -- both updated and the original so you will see what I commented out.
Contestado por macmcd
el 13 de mayo de 2023 a las 14:22
Hello, I would very dearly like to apply this fix to my TMDB plugin but have no idea how to use ssh. Following the instructions above using Windows CMD client, I have been able to open the 'search.py' file but can't edit it. To save me hours in a futile search to educate myself could someone patiently explain the following:
Many thanks, Mac.
Contestado por eb23
el 14 de mayo de 2023 a las 10:53
Hey, Mac
On Win, there are plenty of SSH clients, I personally use Putty. You will have to use "sudo" to edit the search.py file with the vi editor. Back it up with "cp". Make sure the permissions of the edited file are still assigned to the VideoStation user:group (check with "ls -la", change with "chown").
ChatGPT or Bing are great resources to understand the basic command without going through dozens of man pages.
Another thing is the "vi" itself it could be super confusing if you've never used it. Not sure if "nano" can be deployed on Synology, probably.
Contestado por macmcd
el 15 de mayo de 2023 a las 13:56
Thanks for your help. I wasn't able to backup the original file as I received a permission denied but I was able to edit it. It all appears to be working well.
Contestado por trues666
el 6 de febrero de 2025 a las 07:18
This allowed me to open the search.py file in vi:
sudo vi /var/packages/VideoStation/target/plugins/syno_themoviedb/search.py