BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 eXtreme Movie Manager 8, 9, 10 Forum
 Scripts
 asianwiki? (Closed)

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
imania Posted - 29 Mar 2016 : 14:58:13
hi ppl..need help..i have 200 korean tv seri and only asianwiki have complate info for those...is there any option to add asianwiki to my magic script?
20   L A T E S T    R E P L I E S    (Newest First)
JDommi Posted - 10 Apr 2016 : 17:24:35
Have a look what's still missing: http://www.mediafire.com/download/ezc3wic96nuaicz/MYANIMELIST.NET.txt

I have only added the actors part and two options for.
#LOADOPTIONS#
    #SETOPTION#=#80#1[Select Language of Voice Actors]0=Original (First)|1=English|2=German|3=Italian|4=French
    #SETOPTION#=#81#12[Number of Voice Actors to import]1=Actors|4=Actors|8=Actors|12=Actors|25=Actors|50=Actors|99=Actors|999=Actors
#ENDLOADOPTIONS#

The number of actors is currently automatically limited to the main characters.
Important: at the moment there are none actors/characters or their info added to the people database!
JDommi Posted - 06 Apr 2016 : 18:29:41
I will have a look when I have time again.
Sorry, but at the moment I don't have enough.

*EDIT*
Taking the info is not THE problem. It's more the taking the character info to which field. At the moment I have made the IMDB script taking that info to a custom field as long as there is no people group for.
The other problem is where to store the narrator cast for the same reason.
And what about such a big amount of episodes like for One Piece with more than 700 episodes?
Beside that I don't know what's really important on animes. Seasonal info, episode info, etc.???

*EDIT2*
quote:
but no actor/cast as I still struggle find a way

Where exactly is your problem? Maybe helping you will not take so much time as completely doing it all by myself...
indriani Posted - 06 Apr 2016 : 13:36:26
Hi, I also love anime and trying to manage my 2 TB and more than 100++ anime as every season have new title.

I agree from what I look from source page it's hard to extract actor/cast from myanimelist.net
however it's should possible if you use different site for your anime...
I think the most possible is anidb.net and animenewsnetwork.com
here my ANN Script but no actor/cast as I still struggle find a way maybe JDommi can help me?
http://www.mediafire.com/download/2ci3s32jk4kcc3u/ANIMENEWSNETWORK.COM.txt

or Jdommi can make one for anidb.net to... sorry to troubling you too

JDommi Posted - 02 Apr 2016 : 09:37:23
Cast/actor for Animes?
On the charcters I really want to wait a while as Ale plans to add a people group for characters and their info like I already have implemented for IMDB in a custom field.
What about the single episodes and their info? Aren't they divided into seasons? I only had a look at "One Piece" with more than 700 episodes...

*EDIT*
The characters - difficult when I have a look at http://myanimelist.net/anime/21/One_Piece/characters
Is every anime info in that way?
kurotio Posted - 02 Apr 2016 : 04:33:09
well the missing thing just the cast/actor info
JDommi Posted - 01 Apr 2016 : 19:31:03
A first version: http://www.mediafire.com/download/ezc3wic96nuaicz/MYANIMELIST.NET.txt

I didn't have tested it as I am @work right now but it should do the job for most of the info on the main page.
Please tell me what info still has to be included or should be imported but is still missing.
JDommi Posted - 01 Apr 2016 : 14:27:04
Yes, that's the first I'll do when I have time.
kurotio Posted - 01 Apr 2016 : 13:33:09
can you still make one for myanimelist.net???

i like info from that site
JDommi Posted - 01 Apr 2016 : 12:17:53
Then they have to be fixed...
Please report them here: http://www.binaryworks.it/forum/topic.asp?TOPIC_ID=14401
kurotio Posted - 01 Apr 2016 : 12:02:51
yeah already trying both scripts and no result searching the title....
JDommi Posted - 01 Apr 2016 : 10:48:03
Do you already had a look at the ANIMENEWSNETWORK.COM or ANIMENFO scripts?
JDommi Posted - 01 Apr 2016 : 10:30:44
A guide for making a script?

Well, at first have a look at the wiki http://www.binaryworks.it/cgi-bin/data/wiki/doku.php?id=programmer_s_guide
Here you will find all the commands with a short description.

Then open the website and find the correct search term. As example http://myanimelist.net/anime.php?q=#MOVIE# maybe with additional option parameters like &type=1

Now open the sourcecode of the result page and try to figure out unique keywords to get the proper position of the single search results. Devide these into the title and the page adress. #FINDLINE#, #FIND#, #TAKEWORD# and #READNEXTLINE# are the most used commands not only for the list.
With this having managed open an existing script for modifying to fit the site and save it under an appropriate name. A.e. MYANIMELIST.NET.txt.

Now change the block #CREATEMOVIELIST# to show all the info an every movie found for your search term. Have a look at the ASIANWIKI.COM script as it has the shortest and easiest #CREATEMOVIELIST# block I remember.

Having this done you have to open the info page and it's sourcecode to proceed the single blocks to grab the correct info the same way.


For me personally I always use the Script Debugger as it is much more comfortable than the internal MagicScript Editor.


Important is that you must not used nested #IF# ... #ENDIF# nor nested #REPEAT# ... #WHILE# phrases. Where a closed mix-up is allowed!
allowed:

    #IF# #01#==#00#
        ...your code...
    #ENDIF#

    #REPEAT#
        ...your code...
    #WHILE# #01#<>#00#

    #IF# #01#==#00#
        #REPEAT#
            ...your code...
        #WHILE# #01#<>#00#
    #ENDIF#

    #REPEAT#
        #IF# #01#==#00#
            ...your code...
        #ENDIF#
    #WHILE# #01#<>#00#


not allowed:

    #IF# #01#==#00#
        #IF# #01#==#00#
            ...your code...
        #ENDIF#
    #ENDIF#

    #REPEAT#
        #REPEAT#
            ...your code...
        #WHILE# #01#<>#00#
    #WHILE# #01#<>#00#

kurotio Posted - 01 Apr 2016 : 09:55:18
wow,
It's okay JDommi take your time... thx you so much.
JDommi Posted - 01 Apr 2016 : 09:51:42
Should be possible, too.
But as I have the early shift at work for the next three weeks I don't have much time. So let's see what's possible...

Question:
http://myanimelist.net/anime.php?q=#MOVIE#&type=1 for TV and/or http://myanimelist.net/anime.php?q=#MOVIE#&type=2 for Movies?
kurotio Posted - 01 Apr 2016 : 09:49:19
thx...
my collection will be perfect if there's anime script too...

can you make one for myanimelist.net, pls
or
is there any guide for make the script
imania Posted - 01 Apr 2016 : 09:10:44
hum never tried..i don have any anime in my collections..i do know,,butt tell me anything u want for help...:)
kurotio Posted - 01 Apr 2016 : 08:43:10
wow thank you, with this I can manage my asian drama...

btw can you make sciprt for Myanimelist too??
imania Posted - 01 Apr 2016 : 00:51:04
OMG...every thing is nice man..u did well..at last can manage this asian collection... :)....its worked pilot . info . cover and background. actress ..every thing fine..thx for ur time ..thx for ur help....gj
JDommi Posted - 01 Apr 2016 : 00:26:47
Reload the script and test it, please

http://www.mediafire.com/download/2j7a0j2500s7gya/ASIANWIKI.COM.txt

Tell me if something is missing or wrong.
On the problem with the episodes I still haven't searched for a solution. Just click on "Ignore and Continue" at the moment.
JDommi Posted - 31 Mar 2016 : 19:43:43
I don't know if I can skip it, maybe you have to select at least a dummy.
Another possibility would be to treat everything like a movie - but therefor you have to leave the marker for isTVShow empty.

BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.09 sec. Powered By: Snitz Forums 2000 Version 3.4.07