i got some question;
I imported my DVD DB into DVDpedia from e textfile. The textfile looks like this:
Code: Select all
Title,Slot,IMDb Number,Nr of Disks/Tapes,Last Modified
13 Going On 30,151,0337563,1,20/06/2006 14:35:14
24 Hour Party People,269,0274309,1,20/06/2006 14:35:14
25th Hour,275,0307901,1,20/06/2006 14:35:14
And so on
the problem is that the timestamp of last modified ( of DVDpedia is in MM-DD-YYYY and the import is as you can see DD/MM/YYYY HH:MM:SS. is there anywhay to fix this problem? I already looked to change the export into the good timestamp but its not possible.
problem 2:
I want to get all the information of a movie from moviemeter.nl because it's in dutch. The problem is that some movies are not on the site, so i get the information about that movie from IMDB. The thing is that here the rating is given on a total out of 10, and on moviemeter.nl it is on a total of 5.
Is there anyway i can automaticly devide the rating of IMDB by 2, so that it is also on a total of 5.
--> is there a way to only display the rating (so not the number of total votes behind it?)
--> is there a way to format the rating (e.g. 1 decimal after the comma)
tnx in advance!