• 1
  • 39
  • 40
  • 41(current)
  • 42
  • 43
  • 71
Release [MOD] AniDB.net scrapers for TV shows and Movies
(2014-12-22, 09:57)gates Wrote: @squall you're welcome Smile

@floattube i guess your folder and/or file name contains the number "2" for season 2.
somethng like /video/k-on !!/k-on season 2 ep 01.mkv.

if you use classic tvshowmatching rules, this number "2" is taken before "01".
So the scrapper consider each file as episode 2 of k-on!! ... ans let me guess the name of this episode ... clean up! ? Wink

a solution : rename your folder/file with no space between number 2 ans season (for example) : "season2"

Oh okay, that seems easy enough. I'll try that out. Thanks.
Reply
Hi,

I try to use AniDB MOD scrapers. It completely scraped my Anime TV shows and also specials episodes.
However, i don't see specials episodes in the xbmc list.

My advancedsettings.xml :
Code:
<advancedsettings>
        <videodatabase>
                <type>mysql</type>
                <host>192.168.21.8</host>
                <port>3306</port>
                <user>xbmc_admin</user>
                <pass>xx</pass>
                <name>xbmc_video</name>
        </videodatabase>
        <musicdatabase>
                <type>mysql</type>
                <host>192.168.21.8</host>
                <port>3306</port>
                <user>xbmc_admin</user>
                <pass>xx</pass>
                <name>xbmc_music</name>
        </musicdatabase>
        <videolibrary>
            <hideallitems>true</hideallitems>
            <cleanonupdate>true</cleanonupdate>
        </videolibrary>
        <tvshowmatching action="prepend">
            <regexp defaultseason="0">specials[\\/].*</regexp>            
            <regexp defaultseason="0">[Ss]00[Ee][Pp].*</regexp>
        </tvshowmatching>
</advancedsettings>


Example TV show directory:
Code:
Hunter x Hunter. (2011)
      => extrafanart
      => specials
           => s00E01.mp4
      => Hunter x Hunter EP01.mp4
      => Hunter x Hunter EP02.mp4
      => Hunter x Hunter EPXX.mp4
      => Hunter x Hunter EP147.mp4
      => Hunter x Hunter EP148.mp4

Database :
Code:
2834
2920
Han Megumi and Ise Mariya's Hunter x Hunter Hunter Studio 1
The movie begins with Killua dreaming about his br...
0.000000
Yoshimatsu Takahiro / Togashi Yoshihiro
2012-01-25
<thumb>http://thetvdb.com/banners/episodes/252322/4625868.jpg</thumb>
NULL
1500
Koujina Hiroshi
137419
0
1
1
62
-1
smb://SYNODISK/Animes/Hunter x Hunter. (2011)/specials/s00E01.mp4
201
NULL
NULL
NULL
63 (idshow hunter x hunter OK)

Do you have any ideas?
Thx
Reply
Happy new year everybody

hi Totosh,

I think you dont need this 2 line if you keep S00Exx in your filename :
<regexp defaultseason="0">specials[\\/].*</regexp>
<regexp defaultseason="0">[Ss]00[Ee][Pp].*</regexp>

Anycase, i think this 2 line are wrong cause there is no matching group in your regexp (something like " [Ee]([0-9]+) ")
Reply
i keep getting the tv show information, you are banned.

I've waited a few days for this to be cleared up and it doesn't disappear, I've since switched back to the original version of the anidb scraper and it's working fine.

Would this be anything I can fix on my end?
Reply
(2015-01-04, 07:38)ptfff Wrote: i keep getting the tv show information, you are banned.

I've waited a few days for this to be cleared up and it doesn't disappear, I've since switched back to the original version of the anidb scraper and it's working fine.

Would this be anything I can fix on my end?

Try changing the Google option in the settings.
Reply
(2015-01-04, 08:58)flamepanther Wrote: Try changing the Google option in the settings.

That did nothing, it's an anidb ban message:

Quote:### YOU ARE BANNED FROM ANIDB.NET ###
WAIT SOME TIME UNTIL YOU ARE UNBANNED

As I said, I can still use the original included anidb scraper fine, so I don't think I am banned... It's also been around 2 days since that message first appeared and me trying it again after asking on the anidb irc how long the ban typically lasts for, which is 24hrs.
Reply
You are getting repeat-banned (and possibly increasing your ban duration) by attempting more lookups during the period that you are banned.

I've been fighting with this issue which I think is largely a two-fold issue: Firstly, there is no period between the initial lookup and the attempt to fetch episode information, and secondly, delay is added via a regular expression which to me seems like a delay that can vary greatly depending on hardware (in my case, a NUC with an i5 1.8GHz that turbo-boosts to 2.4GHz, 8GB DDR3-1600 MHz memory and a Intel 535 30GB SSD).

Unfortunately I dont know enough about writing add-ons for Kodi to try and fix this myself (by adding a more reliable method of delay and adding it in between every different lookup).
Additionally, the problem with using Google to look up information is that there are some series (like A-Channel +Smile) which it will not look up under any circumstances, perhaps because its stripping certain characters?), if you do.

Turns out, if you use Google, you now risk getting your client temporarily(?) banned by Google.
Reply
why would it be working with the original anidb addon if i am being banned by anidb?, I have confirmed that I am connecting and getting information from anidb by watching the connection
Reply
Well, the "banned" message has to be coming from somewhere. Pretty sure it's not coming from the plugin itself. If it's not coming from Anidb, then it seems like it must be coming from Google, like debdrup mentioned.
Reply
The banned message is printed when the api returns &lt;error&gt;banned&lt;/error&gt; because the series lookup and episode information lookup comes too quickly.
Changing series lookup to use Google instead fixes this, but risks getting you banned temporarily by Google.
Reply
I'm not sure this might be a kodi problem, but now everything but my anime show up in the tv shows listings and smart playlists (files stills accessible through searching through video -> files).
Reply
Oki thanks. I solved my problem.

You know if we can group movies and tv show Anime in the same playlist Anime or scrap Movies Anime with same AniDB.net scraper TV shows (and not AniDB.net Movies).

I would like to see this representation in xbmc :
Code:
=> Playlist Anime
      => Anime 1
           => Anime 1 E001
           => Anime 1 E002
           => Anime 1 E003
           => Anime 1 Exxx
           => Anime 1 S00E001
           => Anime 1 S00Exxx
           => Anime 1 S00Exxx
           => Anime 1 Film 001
           => Anime 1 Film xxx
      => Anime 2
      => Anime 3
      => Anime 4
      => Anime 5
OR
Code:
=> Playlist Anime
      => Anime 1
           => Directory Movies
                => Anime 1 Film 001
                => Anime 1 Film xxx
           => Directory Specials
                => Anime 1 S00E001
                => Anime 1 S00Exxx
                => Anime 1 S00Exxx
           => Anime 1 E001
           => Anime 1 E002
           => Anime 1 E003
           => Anime 1 Exxx
      => Anime 2
      => Anime 3
      => Anime 4
      => Anime 5

If possible not see Anime movies in the menu Movies.

Totosh.
Reply
Well at least I know it's not something I did(just got a fresh Samsung evo ssd so had to reinstall windows) any suggestions, or better yet is this compatible with kodi maybe that's the problem..?
Reply
@totosh,

I'm not sure you can do what you want ...
but there is some similar way

1/
You can use the kodi "link to" function :
http://kodi.wiki/view/Video_management#L...o_TV_shows

2/
Maybe you can use smartplaylist (mixed movie/tv-show) and use TAG system
http://kodi.wiki/view/Video_library_tags

3/
there is a request to have tv-show set group :
http://forum.kodi.tv/showthread.php?tid=195174
http://forum.kodi.tv/showthread.php?tid=68476
but ... just keep your finger crossed, maybe someday ...
Reply
I've tried to lookup "Assassination Classroom" with the scraper but I get no results on it.
On AniDB "Assassination Classroom" is not set as an official title but as "Synonym". Is there a possibility to tell the scraper to search main title, official title and synonyms?
Reply
  • 1
  • 39
  • 40
  • 41(current)
  • 42
  • 43
  • 71

Logout Mark Read Team Forum Stats Members Help
[MOD] AniDB.net scrapers for TV shows and Movies8