2009-05-25, 17:18
Hi,
I'm trying to add my TV shows in the library.
My files are named like this :
"TV Show\Season #\tv show name - seas # x ep #.mkv
Example : Lost\Saison 5\Lost - 5 x 05.mkv
I tried with
<regexp>/season[^\w]?(\d{1,2})[^\d]*\/.*?\1[^\w]?x[^\w]?(\d\d?)([^/\\]*)</regexp>
in the advancedsettings.xml (thanks xexe) but it doesn't work. I have a list of the seasons in the library but with no episode in it.
You can see the debug log on http://xbmc.pastebin.com/m5f834ffc
The error is :
DEBUG: could not enumerate file D:\Videos\Séries\Weeds\Saison 4\Weeds - 4 x 01.mkv
If I rename my files like this :
Californication\Saison 1\Californication - s01e01.mkv
it works, but it means that I will have lots of files to rename.
Is anyone have an idea ?
Thanks a lot !
I'm trying to add my TV shows in the library.
My files are named like this :
"TV Show\Season #\tv show name - seas # x ep #.mkv
Example : Lost\Saison 5\Lost - 5 x 05.mkv
I tried with
<regexp>/season[^\w]?(\d{1,2})[^\d]*\/.*?\1[^\w]?x[^\w]?(\d\d?)([^/\\]*)</regexp>
in the advancedsettings.xml (thanks xexe) but it doesn't work. I have a list of the seasons in the library but with no episode in it.
You can see the debug log on http://xbmc.pastebin.com/m5f834ffc
The error is :
DEBUG: could not enumerate file D:\Videos\Séries\Weeds\Saison 4\Weeds - 4 x 01.mkv
If I rename my files like this :
Californication\Saison 1\Californication - s01e01.mkv
it works, but it means that I will have lots of files to rename.
Is anyone have an idea ?
Thanks a lot !