Hi there.
I've a few anime series I'd like to add to my library. and have followed the naming conventions as outlined in this guide. There is a problem though, as not all the episodes are added, and in most cases, none.
By way of example, here is my directory and file layout:-
Of all of these, all have the series detected correctly, but only Tron Uprising episode 4-7 successfully scrape. I have Firefly too, laid out in very similar fashion, and all 14 episodes scrape perfectly.
Here is a advancedsettings.xml extract:
I'd really appreciate some assistance on this please.
Regards,
n1md4
I've a few anime series I'd like to add to my library. and have followed the naming conventions as outlined in this guide. There is a problem though, as not all the episodes are added, and in most cases, none.
By way of example, here is my directory and file layout:-
Code:
xbmc@blackbeard:~$ ls -l videos/series/Tron\ Uprising/
total 2290256
drwxr-xr-x 2 xbmc xbmc 91 Dec 20 22:55 extrafanart
-rw-r--r-- 1 xbmc xbmc 274386919 Aug 26 02:03 Tron Uprising.S01E02.mp4
-rw-r--r-- 1 xbmc xbmc 160083436 Aug 26 02:03 Tron.Uprising.S01E02.mp4
-rw-r--r-- 1 xbmc xbmc 162342218 Aug 26 02:00 Tron.Uprising.S01E03.mp4
-rw-r--r-- 1 xbmc xbmc 152854953 Aug 26 02:00 Tron.Uprising.S01E04.mp4
-rw-r--r-- 1 xbmc xbmc 708394369 Aug 26 02:14 Tron.Uprising.S01E05.mp4
-rw-r--r-- 1 xbmc xbmc 145995383 Aug 26 02:06 Tron.Uprising.S01E06.mp4
-rw-r--r-- 1 xbmc xbmc 741152419 Aug 26 02:03 Tron.Uprising.S01E07.mp4
xbmc@blackbeard:~$ ls -l videos/series/Cowboy\ Bebop/
total 3655596
-rw-r--r-- 1 xbmc xbmc 209069921 Dec 9 12:18 cowboy_bebop.s01e01.ogm
-rw-r--r-- 1 xbmc xbmc 208847349 Dec 9 15:45 cowboy_bebop.s01e02.ogm
-rw-r--r-- 1 xbmc xbmc 208643346 Dec 9 12:11 cowboy_bebop.s01e03.ogm
-rw-r--r-- 1 xbmc xbmc 208501610 Dec 9 12:13 cowboy_bebop.s01e04.ogm
-rw-r--r-- 1 xbmc xbmc 207463646 Dec 9 15:59 cowboy_bebop.s01e05.ogm
-rw-r--r-- 1 xbmc xbmc 206927739 Dec 9 13:39 cowboy_bebop.s01e06.ogm
-rw-r--r-- 1 xbmc xbmc 207298678 Dec 9 12:23 cowboy_bebop.s01e07.ogm
-rw-r--r-- 1 xbmc xbmc 213062309 Dec 9 13:08 cowboy_bebop.s01e08.ogm
-rw-r--r-- 1 xbmc xbmc 207203578 Dec 9 12:24 cowboy_bebop.s01e09.ogm
-rw-r--r-- 1 xbmc xbmc 206787852 Dec 9 17:02 cowboy_bebop.s01e10.ogm
-rw-r--r-- 1 xbmc xbmc 208123536 Dec 9 13:42 cowboy_bebop.s01e11.ogm
-rw-r--r-- 1 xbmc xbmc 207493226 Dec 9 12:16 cowboy_bebop.s01e12.ogm
-rw-r--r-- 1 xbmc xbmc 207861372 Dec 9 12:11 cowboy_bebop.s01e13.ogm
-rw-r--r-- 1 xbmc xbmc 207515506 Dec 9 12:17 cowboy_bebop.s01e14.ogm
-rw-r--r-- 1 xbmc xbmc 207404574 Dec 9 12:18 cowboy_bebop.s01e15.ogm
-rw-r--r-- 1 xbmc xbmc 207200050 Dec 9 12:13 cowboy_bebop.s01e16.ogm
-rw-r--r-- 1 xbmc xbmc 207140701 Dec 9 12:21 cowboy_bebop.s01e17.ogm
-rw-r--r-- 1 xbmc xbmc 206747345 Dec 9 12:32 cowboy_bebop.s01e18.ogm
drwxr-xr-x 2 xbmc xbmc 88 Dec 20 22:55 extrafanart
Of all of these, all have the series detected correctly, but only Tron Uprising episode 4-7 successfully scrape. I have Firefly too, laid out in very similar fashion, and all 14 episodes scrape perfectly.
Here is a advancedsettings.xml extract:
Code:
<tvshowmatching>
<regexp>[/\._ \-]()([0-9]+)(-[0-9]+)?</regexp>
</tvshowmatching>
I'd really appreciate some assistance on this please.
Regards,
n1md4