Author |
Topic |
|
xmm2hbo
Starting Member
1 Posts |
Posted - 01 Feb 2008 : 17:47:54
|
import from imdb.com(occurs in both fastest or complete script), only show the actor's name with ascii code? and blank in personage.
for example: in Starring tag, Name = Kirsten Dunst?14?16
Please help to solve this issue. Thank you very much! |
|
fengerzh
Starting Member
China
6 Posts |
Posted - 22 May 2011 : 10:44:49
|
Has this issue been fixed? I have this error from year 2008 to now, and it's always this. Now whatever IMDB scripts I am using, all actors list as like below:
Yun-Fat Chow (14#) Li Gong (14#) Jay Chou (14#) Ye Liu (14#) Dahong Ni (14#) Junjie Qin (14#) Man Li (14#) Jin Chen (14#)
|
|
|
JDommi
Administrator
Germany
4638 Posts |
Posted - 22 May 2011 : 11:05:50
|
Never have seen that. Please name a movie. Did you have this for all movies, old ones and newly added? Which version do you use? Could you please make a screenshot...
|
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
fengerzh
Starting Member
China
6 Posts |
Posted - 28 May 2011 : 15:37:24
|
I've solved it by myself. Here is how:
Use a text editor to open C:\Program Files\eXtreme Movie Manager\Scripts\IMDB.COM (Complete)
1. at line 996, change it from "#STRING#=#15#=#13#?14#?16#" to "#STRING#=#15#=#13#?#14#?#16#" 2. after line 1001, add a line: "#STRING#=#15#=#13#", otherwise all actor name in actor database will become "Actor Name?Personname?ID" 3. from line 4794 to line 4856, change lines from "#SUBSTITUTEWORD#=#xC0;=?" to "#SUBSTITUTEWORD#=#xC0;=A", because ? here has special meaning, if you do not change these lines, some actor name in movie card will become shorten, and personage and ID will be disordered. |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 28 May 2011 : 17:42:36
|
???
These lines don't exist in the current script... |
|
|
fengerzh
Starting Member
China
6 Posts |
Posted - 29 May 2011 : 14:06:33
|
search for "Actor PERSONAGE", you will find these lines about 10 lines below it. |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 29 May 2011 : 17:35:25
|
quote: Originally posted by fengerzh
search for "Actor PERSONAGE", you will find these lines about 10 lines below it.
Sorry. No these Lines aren't in the current script. There are the correct lines in it, for example:
#STRING#=#15#=#13#§#14#§#16# |
|
|
fengerzh
Starting Member
China
6 Posts |
Posted - 30 May 2011 : 07:16:20
|
quote: Originally posted by Prinz
quote: Originally posted by fengerzh
search for "Actor PERSONAGE", you will find these lines about 10 lines below it.
Sorry. No these Lines aren't in the current script. There are the correct lines in it, for example:
#STRING#=#15#=#13#§#14#§#16#
That is wierd. Everytime I update to the newest IMDB script, I saw it as this: #STRING#=#15#=#13#?14#?16#
My Windows system is Simplified Chinese system, I don't know if that's the reason. By the way, can you please send a copy of your script to me? Thanks! My email address is shan.is.tian#gmail.com |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 30 May 2011 : 10:11:34
|
I just tested it. Yes i think it's a problem with your codepage, the Simplified Chinese changes some charaters. For example the § is changed.
You can try and convert your script with the codepage converter -> http://sourceforge.net/projects/cp-converter/
Exe is also in the archive (CpConverter_source_v0.1.5\CpConverter\CpConverter\bin\Release)
(I don't know if the converter works correctly in your case ) |
Edited by - Prinz on 30 May 2011 10:17:02 |
|
|
fengerzh
Starting Member
China
6 Posts |
Posted - 30 May 2011 : 15:54:13
|
Thanks, Prinz. After convert it to utf-8, I can now see the § character. But in MagicScript editor tool, when I tried to open the script, it just show blank page whenever it's ISO-8859-1 encode or UTF-8. I even tried to use Microsoft Applocale to run the application it's still same. Now seems my only hope is that XMM can be made for Unicode but not English codepage. Am I right? |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 30 May 2011 : 16:15:14
|
Yes XMM isn't Unicode compatible, so converting it to UTF-8 won't help/work at all.
Only one of the chinese simplified codepages could work, but properly won't work... |
|
|
|
Topic |
|