XBMC 12.2 Git:20130502-32b1a5e running on Linux Mint 15, compiled it myself.
I'm attempting to get XBMC to recognize Nisemonogatari, which is the "sequel" to Bakemonogatari. The latter works fine. Both are organized into their own folders in my TV Shows folder, like so:
To get XBMC to recognize this (which is the naming convention I use for all shows), I have placed the following regex into advancedsettings.xml: "Season[\._ ]([0-9]+)[\\/]([0-9]+)([^\\/]*)$"
This works well for all of my shows, with the exception of Nisemonogatari, which does not appear in the TV Show listing screen.
I'm attempting to get XBMC to recognize Nisemonogatari, which is the "sequel" to Bakemonogatari. The latter works fine. Both are organized into their own folders in my TV Shows folder, like so:
Code:
Nisemonogatari/
Season 1/
01 Episode Title.mkv
...
Bakemonogatari/
Season 1/
01 Episode Title.mkv
...
To get XBMC to recognize this (which is the naming convention I use for all shows), I have placed the following regex into advancedsettings.xml: "Season[\._ ]([0-9]+)[\\/]([0-9]+)([^\\/]*)$"
This works well for all of my shows, with the exception of Nisemonogatari, which does not appear in the TV Show listing screen.