[WIP] AniDB.net Anime Video Scraper

  Thread Rating:
  • 3 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
wentzelfcp Offline
Junior Member
Posts: 15
Joined: Mar 2012
Reputation: 0
Post: #391
i cant beleive this, your shiner, you have a video demo of your xbmc setup on youtube? dont you? hahaha im Usumario, you replied to one of my comments a few days ago, omg , how the internet world is small.
Moving on, my setting goes:

TVshows
anime show folder
anime season folder
anime show: xxxxxx.S01E01

what should i do next? Big Grin

P.S i was going to subscribe to your channel, but a message appeared,saying that it no longer existed.
find quote
wentzelfcp Offline
Junior Member
Posts: 15
Joined: Mar 2012
Reputation: 0
Post: #392
i have already started to rename my anime series, just like you told me, but i still dont know waht to copy paste? oh and btw, does anidb scrape fanart or posters?
find quote
shinner Offline
Member
Posts: 52
Joined: Jan 2012
Reputation: 2
Post: #393
@wentzelfcp: haha, yes indeed, I put a demo video up, because I didn't see many people separating their anime from other TV shows Wink

Quote:P.S i was going to subscribe to your channel, but a message appeared,saying that it no longer existed.
I have no idea about this, could be something about my youtube setting :\ Currently no plan to add videos, but if I do I'll pass you a link Wink Maybe one detailed one on adding anime from start to end if I get the time...

On topic, your anime are showing up in XBMC now? If so, you can start working on getting the episodes to show up. There's no need to rename your files if you use custom regex.

And yes,fanart and posters are scraped (they come from tvdb).
find quote
wentzelfcp Offline
Junior Member
Posts: 15
Joined: Mar 2012
Reputation: 0
Post: #394
yes i tested it with a single folder, and it recognized, but now im already half way trough renaming them,(sheez) . what do you suggest? should i leave it like this , because, my one piece folder has 15 seasons. btw some of my naruto episodes, consist in 2 episodes for file,pex 47-48, what do i do to scrape them? what do i copy paste for regex?

thx
find quote
shinner Offline
Member
Posts: 52
Joined: Jan 2012
Reputation: 2
Post: #395
Your anime names are originally absolute numbering right? eg. Naruto 305, not S15E02 or something? If so, try to use regex, it's much less trouble.
Now, create an advancedsettings.xml file, and add this in:

Code:
<advancedsettings>
    <tvshowmatching action = "prepend">
        <regexp>Anime[\\/].*[/\._ \-]()([0-9]+)(-[0-9]+)?</regexp>
     </tvshowmatching>
</advancedsettings>
Edit the "Anime" in the code above to the name of your source folder. This regex should handle multi-episode files.

Thanks to gates' post.
(This post was last modified: 2012-03-13 17:35 by shinner.)
find quote
wentzelfcp Offline
Junior Member
Posts: 15
Joined: Mar 2012
Reputation: 0
Post: #396
is that all i need to do?

thanks again , and sorry if i was a little impatient.Tongue
find quote
shinner Offline
Member
Posts: 52
Joined: Jan 2012
Reputation: 2
Post: #397
Yup, haha. Good luck and enjoy your anime Wink
We really need a beginner's guide to adding anime, the wiki's are too wall-of-text-y for my taste xp
find quote
wentzelfcp Offline
Junior Member
Posts: 15
Joined: Mar 2012
Reputation: 0
Post: #398
Quote:Edit the "Anime" in the code above to the name of your source folder. This regex should handle multi-episode files.

what do i edit the anime part? or the one with the brackets and backspaces? what do i need to change? because i tried and i didnt workFrown
(This post was last modified: 2012-03-13 17:52 by wentzelfcp.)
find quote
shinner Offline
Member
Posts: 52
Joined: Jan 2012
Reputation: 2
Post: #399
Quote:what do i edit the anime part? or the one with the brackets and backspaces? what do i need to change? because i tried and i didnt workFrown
Do not touch the backslashes or brackets! "Anime" is my folder name, just change it. eg. if your folder is called TV Shows, change the stuff between the <regexp></regexp> tags to
Code:
TV Shows[\\/].*[/\._ \-]()([0-9]+)(-[0-9]+)?
(This post was last modified: 2012-03-15 13:41 by shinner.)
find quote
shinner Offline
Member
Posts: 52
Joined: Jan 2012
Reputation: 2
Post: #400
wentzelfcp's issue has been solved via pm (just following the steps listed in the previous posts, really).

Having trouble scraping episode info for some newer anime though (eg. Another). I pinpointed the problem to anime-list.xml, it's not mapped in there. Am I right that this file has not been updated for a while, like since late 2011?
So I'll have to use my own personal anime mapping? (It also works if I edit the xml in the cache, but then it'll get overwritten Tongue)

Edit:
If anyone has used personal anime mapping before, I could use a little help. If I enable the XBMC web server, can I place the pers-anime-list.xml locally? If so, where do I have to place it and what's the url? (http://localhost. something) And do I have to disable the default xml file?
(This post was last modified: 2012-03-18 12:20 by shinner.)
find quote
Post Reply