![]() |
|
[WIP] AniDB.net Anime Video Scraper - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Metadata scrapers (/forumdisplay.php?fid=147) +---- Thread: [WIP] AniDB.net Anime Video Scraper (/showthread.php?tid=64587) |
- hentai23 - 2011-10-24 15:12 anybody there ? hellooo!!! -.-' - ZERO <ibis> - 2011-10-24 20:29 hentai23 Wrote:anybody there ? hellooo!!! -.-' I am not aware of any auto renaming program. They would not help much b.c the name styles will very from file to file. What you are going to want is the ability to rename files in batch using this: http://sites.google.com/site/lammersoft/lammer-context-menu - hentai23 - 2011-10-24 21:55 thanks but its already too late i renamed them all by hand the folders only of course renaming files is just insane !!! there is NO program out there that will do it better than by manually editing them to the correct titles ....sadly took me fn hours !!! -.-' where still very far from true automated media center experiences ...sadly -.-' and still no fudgin reply about yalls anidb settings .....helloo wtf? -.-' is this thread already dead? wheres the anime love?
- ZERO <ibis> - 2011-10-27 18:14 They left with the 10bit support lol jk But right now we are mostly crying about 10bit support for the next xbmc version. I will try to post up my settings when I get a chance. - Shimo - 2011-11-03 00:48 Hey Guys, is there a possibility that the scraper add on every show the genre "Anime"? I dont need the other genre catogries like "seinen", "superpower", etc. i only need "Anime" with kind regards - scudlee - 2011-11-03 17:25 hentai23 Wrote:thanks but its already too late i renamed them all by hand the folders only of course renaming files is just insane !!! there is NO program out there that will do it better than by manually editing them to the correct titles ....sadly took me fn hours !!! -.-'For anime fansubs what you're looking for is an aniDB client. There are several to choose from, I use WebAOM, personally. They identify the files based on a hash function, so as long you haven't altered the contents of the file (i.e. re-encoded/remuxed) and the file is in the aniDB database, it will know what file it is, what show it's from, what episode, which fansub group, etc. From there it's fairly simple to set up rules to move and rename based on that. For example, in WebAOM, I have the rules: Code: #RENAMECode: P:\Videos\Anime\Mawaru Penguin Drum\Mawaru Penguin Drum S01E01 Ringing the Bell of Destiny [gg] (31f28b05).mkv- bambi73 - 2011-11-03 23:26 Shimo Wrote:Hey Guys,No, scraper doesn't support such behaviour, but you can modify it by yourself. Maybe I'll be able to help you, but tell me why do you need it?
- Shimo - 2011-11-03 23:52 bambi73 Wrote:No, scraper doesn't support such behaviour, but you can modify it by yourself. Maybe I'll be able to help you, but tell me why do you need it? when it comes to XMBC, i'am a very beginner. I want to use the "Alaska" Theme. The Theme supports "custom home buttons". I want the following "Home Buttons" - Movies - TV-Shows - Anime To create a "custom home button" in alaska, i must create a favorite. It fails when i make a favorite of my whole "anime" dir, but with genres it works. So my Problem for the moment is, that my animes dont have a constant genre like "anime" ![]() with kind regards - bambi73 - 2011-11-04 00:29 From my point of view Smart playlists (check XBMC wiki if you don't know) are better alternative for it, you can set rules for example like "Path contains Anime" etc. And iirc you can assist Smart playlist to home button in Alaska revisited. Anyway I use different profile (again check wiki ) for Anime, because then it doesn't mix together with regular tv shows (actors, years, genres, etc). I managed to integrate profile switching to my skin, so it work seamlessly, but you will need to switch them manually (or modify your skin too ).If you still want to modify scraper then look for file addons/metadata.anidb.net/anidb.xml in your XBMC working directory and it this file: 1/ delete lines 232-407. It start and end with following Code: <!-- Only genres with defined weight are overtaken -->2/ instead of these deleted lines put there Code: <RegExp input="" output="<genre>Anime</genre>" dest="8+">- Shimo - 2011-11-04 01:26 @bambi73 many many many thanks for thr xml "edit" ![]() i will check out the smart playlist too! |