[WIP] AniDB.net Anime Video Scraper

  Thread Rating:
  • 3 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
saitoh183 Offline
Fan
Posts: 618
Joined: Jul 2011
Reputation: 8
Location: Canada
Post: #531
So he would need to get the mod scraper instead of the normal version from the XBMC repo. Set source to E:\Anime so it can pick up all his anime and deactivate google search in the scraper options. Also if you want it to find artwork, i would leave the the option to use TVDB id instead of Anidb id or else it will not get nice artwork.

[Image: watched-clearlogo.jpg]

If my replies help you, please click on my reputation :) thanks :)
find quote
scudlee Offline
Team-XBMC Member
Posts: 584
Joined: Jul 2011
Reputation: 45
Post: #532
(2013-03-15 16:50)Korven Wrote:  Ok, I tried using the Mod scraper instead, now the Shangri-La series is shown under TV-series column, however there are no episodes there.. Just the title of the anime (with background), and inside that folder there's a big load of nothing Tongue
If I press "I" on one of the files it says the file is not recognised.

Here is the debug from the try I just did:
http://xbmclogs.com/show.php?id=4546

(btw, really thanks for helping me with this.. sorry for being a bother)

I didn't notice because of the other issues, but your Shangri-la file names don't actually follow the format of the example you posted in this thread (namely, "Tenkuu no Escaflowne - 01 - Fateful Confession [G_P](8E01DFB1)[AniDB]").

The tvshowmatching regexps I provided require the episode number to be sandwiched between " - "s (that is, "space dash space"), which your example is, but not the Shangri-la files, which are a bit all over the place.

You could try adding:
Code:
<regexp>(?i)()(?:[\. _-]|ep)(\d{1,3})[\. _-v].*[[({][\da-f]{8}[])}]</regexp>
after the two regexps you've already added. This one is taken from this thread, and isn't one I use personally so I can't vouch for it.
find quote
Korven Offline
Junior Member
Posts: 7
Joined: Mar 2013
Reputation: 0
Post: #533
(2013-03-15 18:06)scudlee Wrote:  
(2013-03-15 16:50)Korven Wrote:  Ok, I tried using the Mod scraper instead, now the Shangri-La series is shown under TV-series column, however there are no episodes there.. Just the title of the anime (with background), and inside that folder there's a big load of nothing Tongue
If I press "I" on one of the files it says the file is not recognised.

Here is the debug from the try I just did:
http://xbmclogs.com/show.php?id=4546

(btw, really thanks for helping me with this.. sorry for being a bother)

I didn't notice because of the other issues, but your Shangri-la file names don't actually follow the format of the example you posted in this thread (namely, "Tenkuu no Escaflowne - 01 - Fateful Confession [G_P](8E01DFB1)[AniDB]").

The tvshowmatching regexps I provided require the episode number to be sandwiched between " - "s (that is, "space dash space"), which your example is, but not the Shangri-la files, which are a bit all over the place.

You could try adding:
Code:
<regexp>(?i)()(?:[\. _-]|ep)(\d{1,3})[\. _-v].*[[({][\da-f]{8}[])}]</regexp>
after the two regexps you've already added. This one is taken from this thread, and isn't one I use personally so I can't vouch for it.

Ok, so basically I can run the Anidb O'Matic once again (for the newer anime's I have) then add them like I did this last time.
Btw, I tried doing the recent method on the Escaflowne and it added as it should've done and everything was good Smile
find quote
falc410 Offline
Member
Posts: 82
Joined: Aug 2008
Reputation: 0
Post: #534
Hi all,

After using XBMC for year I finally had to switch to Library Mode and now I spend over one week renaming my Movies and TV Shows so that XBMC can detect them. Next up are my Anime. So I tried an initial scan and only like 5% of my Anime gets recognized.
Now I'm not quite in the mood to rename 300 Series...but even with renaming it doesn't always seem to work.
So I found on page 10 of this page some regex which I can add to my config which should also find episodes that have just a number without 'ep' in front of it. When I do this and later export my Library as .nfo files will another instance of XBMC pick up the episodes through the .nfo files even though the filename is 'wrong'?

Also is it possible that the Naming scheme for normal TV Shows does not work with the AniDB Scraper?

Fore example I had originally this filename:

Air - 12 - sora -air- - [Koi](06f86ce7)

Ok so that's wrong, but I tried manually changing it to:

Air - ep12 - sora -air- - [Koi](06f86ce7)
or even
Air - s01e12 - sora -air- - [Koi](06f86ce7)

and still Air is shown with 0 zero episodes in my Library (after update of course). So what am I doing wrong?

And last question - how would I handle multiple entries of the same Anime? The problem is that my GF doesn't speak English, so I have some shows twice, once with English subs and once with German subs. How could I organize something like this? And no I don't want to extract the subs and mux it into the mkvs Smile
find quote
yuri6gen Offline
Junior Member
Posts: 2
Joined: Apr 2013
Reputation: 0
Post: #535
I have noticed that some recent anime shows can't be found by the AniDB scraper even though they are listed on the AniDB website. I'm guessing this is because the shows aren't listed inside the xml files in the Anime list/mapping URL. Is there a way to overcome this issue? Can I update these xml files myself? The winter anime season is over and the scraper still does not find shows such as Tamako Market and Osaka Okan. I know these can be found using the TVDB scraper but I prefer to use AniDB for various reasons... Any help will be appreciated!
find quote
scudlee Offline
Team-XBMC Member
Posts: 584
Joined: Jul 2011
Reputation: 45
Post: #536
*cough* use the Mod *cough*

Wink
find quote
yuri6gen Offline
Junior Member
Posts: 2
Joined: Apr 2013
Reputation: 0
Post: #537
(2013-04-06 15:29)scudlee Wrote:  *cough* use the Mod *cough*

Wink

Amazing! Problem solved. Thanks a bunch! Smile
find quote
Post Reply