My structure is like:
B\Boku wa Tomodachi\Season 1\*.mkv
B\Boku wa Tomodachi\Season 2\*.mkv
I don't intend to change it. So I will find a way to do it in the way I like. Thanks for the info
Sesshoumaru
Junior Member Posts: 11 Joined: May 2013 Reputation: 1 |
2013-06-09 03:08
Post: #241
Argh... okay, I start rewritting this for my purposes as well...
My structure is like: B\Boku wa Tomodachi\Season 1\*.mkv B\Boku wa Tomodachi\Season 2\*.mkv I don't intend to change it. So I will find a way to do it in the way I like. Thanks for the info
|
| find quote |
fireba11
Junior Member Posts: 13 Joined: May 2013 Reputation: 0 |
2013-06-09 09:43
Post: #242
true, but my regexes got that covered, debug log even tells me the correct S01E13 but it still doesn't show up in xbmc
<tvshowmatching action="prepend"> <regexp>[/\._ \-]()([0-9]+)(-[0-9]+)[^\\/]*$</regexp> <regexp>[/\._ \-]()([0-9]+)[^\\/]*$</regexp> <regexp> - ()(\d+)((?:-\d+)*)(?:v\d+)? - [^\\/]*$</regexp> <regexp defaultseason="0"> - ()s(\d+)((?:-\d+)*)(?:v\d+)? - [^\\/]*$</regexp> <regexp> Season (\d+) Episode (\d+)[^\\/]*$</regexp> </tvshowmatching> |
| find quote |
scudlee
Team-XBMC Member Posts: 612 Joined: Jul 2011 Reputation: 47 |
2013-06-09 10:02
Post: #243
(2013-06-09 09:43)fireba11 Wrote: true, but my regexes got that covered, debug log even tells me the correct S01E13 but it still doesn't show up in xbmcCould you paste the debug log on http://xbmclogs.com so I can take a look? If the episode is enumerating correctly I'm not sure where the problem could be. |
| find quote |
fireba11
Junior Member Posts: 13 Joined: May 2013 Reputation: 0 |
2013-06-09 12:17
Post: #244
sure, here you go http://xbmclogs.com/show.php?id=26270
|
| find quote |
scudlee
Team-XBMC Member Posts: 612 Joined: Jul 2011 Reputation: 47 |
2013-06-09 12:57
Post: #245
Can't reproduce on my end. Try opening http://api.anidb.net:9001/httpapi?reques...1&aid=4264 in your browser, perhaps you got temp-banned? (Clear your cache, etc.)
|
| find quote |
ZERO <ibis>
Senior Member Joined: May 2010 Reputation: 1 |
2013-06-12 05:02
Post: #246
You do realize there are not "seasons" in anime.
Boku wa Tomodachi ga Sukunai and Boku wa Tomodachi ga Sukunai Next are actually different shows, it is right there in the name. However, as long as your regex is configured correctly and in some cases you will need to use .nfo files you can treat your anime like American cartoons. |
| find quote |