Anime: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Robot: Substituting template: Name)
(credit scudlee)
Line 7: Line 7:


* http://forum.xbmc.org/showthread.php?tid=142835 the best way to scan in Anime into the XBMC library.
* http://forum.xbmc.org/showthread.php?tid=142835 the best way to scan in Anime into the XBMC library.
=== Scanning files without renaming them ===
In order to use the default episode numbering you must create/add this to your [[advancedsettings.xml]] file:
<syntaxhighlight lang="xml">
<advancedsettings>
  <tvshowmatching action="prepend">
    <regexp> - ()(\d+)((?:-\d+)*)(?:v\d+)? - [^\\/]*$</regexp>
    <regexp defaultseason="0"> - ()s(\d+)((?:-\d+)*)(?:v\d+)? - [^\\/]*$</regexp>
  </tvshowmatching>
</advancedsettings>
</syntaxhighlight>
The " - " in the regexps is intended to match the Separator variable in the rules, if you're running into conflicts on non-anime files, you can change these to something unique.


==Add-ons==
==Add-ons==

Revision as of 05:35, 12 July 2014

Home icon grey.png   ▶ Video library ▶ Anime
Attention talk.png Want to help with this page? See this forum post on the XBMC forums.

This page is a collection of tips, tricks, advice, and links relating to anime and XBMC.

Scanning anime into the library

Scanning files without renaming them

In order to use the default episode numbering you must create/add this to your advancedsettings.xml file:

<advancedsettings>
  <tvshowmatching action="prepend">
    <regexp> - ()(\d+)((?:-\d+)*)(?:v\d+)? - [^\\/]*$</regexp>
    <regexp defaultseason="0"> - ()s(\d+)((?:-\d+)*)(?:v\d+)? - [^\\/]*$</regexp>
  </tvshowmatching>
</advancedsettings>

The " - " in the regexps is intended to match the Separator variable in the rules, if you're running into conflicts on non-anime files, you can change these to something unique.

Add-ons

Hi10P

Some notes about Hi10P, an h.264 profile that is popular for many anime release groups. This will eventually have some more hardware recommendations as well. While it's totally possible to avoid Hi10P files, even for current shows, if you're putting together your HPTC for the first time then you might as well prepare for it.

Hi10P (also called "10-bit") is a profile of the h.264 video codec. It has recently (last couple of years) become popular in the anime scene for video encodes. XBMC supports Hi10P playback as of v12 "Frodo".

Hardware requirements

Hi10P won't work on ARM or even Intel ATOM processors (maybe one day, but none of the current ones in 2013 can do it). Hi10P can't be hardware decoded (which is to say, no one makes hardware decoders for them and no company plans to add Hi10P hardware decoding in the foreseeable future), which is what Raspberry-Pi, Android, ATOM processors, and some AMD APU systems require for smooth playback of demanding video (Hi10P is very demanding). Thus, Hi10P requires CPU/software decoding.

A safe bet would be at least a Core 2 Duo/Celeron G530 processor (or equivalent AMD) or higher.

Artwork

Random notes

Feel free to just dump things (links, tips, etc) here if you're not sure where to put it, and someone will sort it later: