-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AniDB plugin or tips for plugin development #258
Comments
Comment #1 originally posted by Omertron on 2008-11-09T14:01:49.000Z: Here is an API I grabbed, I have no idea what one would do with it. Is this useful? |
Comment #2 originally posted by Omertron on 2008-11-09T17:02:50.000Z: Have a look here: If you want to have a go a writing a plugin, I'll happily compile it for you to test |
Comment #3 originally posted by Omertron on 2008-11-10T01:35:31.000Z: Yes I did take a look at them, I just have absolutely no idea how to make the plugin It should be obvious I'm pretty new at this and stopped learning about Java 8 years |
Comment #4 originally posted by Omertron on 2008-11-21T15:51:20.000Z: If you take a look at the other scanners that are on the code page, you should be |
Comment #5 originally posted by Omertron on 2008-11-27T15:08:15.000Z: <empty> |
Comment #6 originally posted by Omertron on 2008-12-28T07:51:48.000Z: <empty> |
Comment #7 originally posted by Omertron on 2009-01-28T06:02:34.000Z: I'm looking back into this issue now that I have a little more time. I was looking How does the plugin determine which information on a website corresponds to episode |
Comment #8 originally posted by Omertron on 2009-01-28T07:09:26.000Z: I'm looking back into this issue now that I have a little more time. I was looking How does the plugin determine which information on a website corresponds to episode That's why I was thinking an API was necessary, since it defines values to referenced I was reading up on AniDB's API, but their dump files are compressed as gzip, so I |
Comment #9 originally posted by Omertron on 2010-10-08T07:38:56.000Z: <empty> |
Comment #10 originally posted by Omertron on 2010-10-08T08:06:12.000Z: Java API described here: Homepage here: |
Comment #11 originally posted by Omertron on 2010-10-08T19:59:58.000Z: anime uses very different naming for episodes.. you might need to use the other jukebox method of requiring the library description to be Anime so you can regex out the name/episode differently. |
Comment #12 originally posted by Omertron on 2010-10-08T21:19:32.000Z: I was thinking that the AniDb plugin could be a movie plugin and within that could parse the filename for the correct elements of the titles & episodes. Not entirely sure yet, but if you can provide some filename examples and the regex that'd be useful! |
Comment #13 originally posted by Omertron on 2010-10-09T23:27:56.000Z: an option for anidb is they put out a txt file of all the titles available that you can have yamj download and check file name against to use anidb or not. here is some titles For the most part most people follow [group]_title_episdoe* and everything else is junk after. thora is the only exception |
Comment #14 originally posted by Omertron on 2011-05-30T16:55:31.000Z: Fixed in r2441 Closing this issue since I feel that as it stands now it's too broad. Opening up a few new issues for things I know still need to be done. |
Comment #15 originally posted by Omertron on 2011-05-30T16:56:03.000Z: <empty> |
Original issue 258 created by Omertron on 2008-11-09T12:32:03.000Z:
I was wondering if I could either request a plugin to search www.anidb.net
for titles. I don't know whether or not it's an easy task, I'm not quite
familiar with how these are developed.
If no one here will do it, could I have some guidelines on developing the
plugin? I'm not really good at programming in any language, but I do
alright with figuring things out with editing. I just don't know how to go
from the .java file (posted under source) to a .class file that gets packed
into moviejukebox.jar container. If I wanted to make a plugin, do I just
submit the .java file to the project developers?
The text was updated successfully, but these errors were encountered: