groenlid / xdm-anime-plugin-repo

3 stars 2 forks source link

i made a fanzub indexer #5

Open lad1337 opened 10 years ago

lad1337 commented 10 years ago

dont know how else to contact you :/

i made a fanzub.com indexer and tried it with your plugins ... screen shot 2014-01-07 at 00 19 02

it still a lot of wrong episodes, fanzub just returns to much which i will dial down a little but not to much since external download filters could do that too

you can install it by adding the main repo dev version with

https://raw.github.com/lad1337/XDM-main-plugin-repo/develop/meta.json

groenlid commented 10 years ago

Cool :+1: I'll check it out later. I was thinking about making a configurable SearchTermFilter or DownloadFilter, where the user could choose which of the anime-synonyms XDM would use as a searchTerm in addition to the title ( or did you think of using XEM for this? ).

lad1337 commented 10 years ago

XEM yes for namens there is a Plugin for tv Shows might work for anime too

And that's why I asked for the other ids in the API

On 07 Jan 2014, at 21:21, Mats Groenlid notifications@github.com wrote:

Cool [image: :+1:] I'll check it out later. I was thinking about making a configurable SearchTermFilter or DownloadFilter, where the user could choose which of the anime-synonyms XDM would use as a searchTerm in addition to the title ( or did you think of using XEM for this? ).

— Reply to this email directly or view it on GitHubhttps://github.com/groenlid/xdm-anime-plugin-repo/issues/5#issuecomment-31775402 .

seertenedos commented 10 years ago

fanzub indexer is working well in my tests so far with the Anime Plugin

groenlid commented 10 years ago

nice @seertenedos :+1: you're using fanzub together with XEM?

seertenedos commented 10 years ago

Not with xem just your plugin with lad's mods on xdm On 28 Jan 2014 19:15, "Mats Groenlid" notifications@github.com wrote:

nice @seertenedos https://github.com/seertenedos [image: :+1:] you're using fanzub together with XEM?

Reply to this email directly or view it on GitHubhttps://github.com/groenlid/xdm-anime-plugin-repo/issues/5#issuecomment-33458541 .

seertenedos commented 10 years ago

to be clear i am just looking at adding a series and the system snatching all the correct episodes that have been released. post processing etc is something i am working on and once that is done i will test the complete cycle. So far it seems to find everything which is a lot better than most of the software i have used so i have not needed to use XEM yet

groenlid commented 10 years ago

Ok. The reason I was asking was that as the plugin is now, it only searches for the anime-title and not synonyms which it also gets from urani.me. https://github.com/groenlid/xdm-anime-plugin-repo/blob/master/Anime/Anime.py#L18

I guess you were just lucky that the anime-title in urani.me matched the scene release. If it hadn't, you would have had to use xem.

But nonetheless. It's great that it's working for you :+1:

seertenedos commented 10 years ago

Have you tested any of the post processes with your plugin. Looking at the episode one I assume it will not work due to different media types so was going to use that one as a base to make an anime episode processor.

On Wed, Jan 29, 2014 at 7:39 AM, Mats Groenlid notifications@github.comwrote:

Ok. The reason I was asking was that as the plugin is now, it only searches for the anime-title and not synonyms which it also gets from urani.me. https://github.com/groenlid/xdm-anime-plugin-repo/blob/master/Anime/Anime.py#L18

I guess you were just lucky that the anime-title in urani.me matched the scene release. If it hadn't, you would have had to use xem.

But nonetheless. It's great that it's working for you [image: :+1:]

Reply to this email directly or view it on GitHubhttps://github.com/groenlid/xdm-anime-plugin-repo/issues/5#issuecomment-33522591 .

carze commented 10 years ago

I'm having trouble getting the indexer to work. I've got a couple anime series setup but when I go to search for downloads I just get back a message stating that XMD cannot find any downloads for the specific episode.

From the status message I am getting it looks like it might be searching for something like this " e <Episode Number" -- not sure if this may be causing the errors or that I may not have this properly configured.

lad1337 commented 10 years ago

@carze i think this is a case of we need a entries and what show is it if i may ask then i could have a look myself

carze commented 10 years ago

I've tried it with a couple shows now:

Noragami Gunam Build Fighters D-Frag Tokyo Ravens

I can keep rolling through the rest of the animes I've added if you like. I also tried adding Kill la Kill since the screenshot you posted in the ticket had results from what looks like a search for Kill la Kill and am also not able to get any results on my end.

lad1337 commented 10 years ago

do you have and download filters set ? when you click on the small download icon does is show anything ? is the fanzub indexer enabled and runing for anime ? screen shot 2014-03-12 at 16 23 52

carze commented 10 years ago

The only download filter I have set is a VideoQuality filter that is set to 720p resolution.

My Fanzub settings look exactly as yours do. When I click on one of the download icons a pop-up window appears and it says "No downloads yet."

EDIT - Figured it out, seems like Malware Bytes was blocking the outgoing connection to Fanzub. Able to find downloads for some of my anime, others are still returning zero hits but at least I can get some results back.

carze commented 10 years ago

Does it make sense to remove the "e" and "Episode " from the query send to Fanzub? I was having trouble finding hits for an anime and removed these two pieces of the query and was able to get results.

@lad1337, did you add these to limit the number of results returned?

carze commented 10 years ago

@groenlid this is a bit off-topic, but are there any issues with registration on the urani.me site? I seem to be able to go through the registration of the site but upon the final screen I get a server error. Requesting a password also seems to generate a server error.

I'd like to add some anime series that seem to be missing from the service but can't do so until I can login.

groenlid commented 10 years ago

hmm.. yeah, it seems like the email-provider I was using has blocked me... I'll look into it after work today. Thanks for letting me know @carze :+1: edit: fixed