Solved Naming problems with spaces and anidb scraper
#1
I'm currently using Scudlee's AniDB scrapper and it's naming conventions and i've run into a problem which i know the cause of but not the solution too. Basically it will only pick up episode names from folders using . instead of spaces eg.

Quote:B.Gata.H.Kei
works while
Quote:B Gata h Kei
Will not.

Only the folders are affected with this, my episode names have spaces and work fine aslong as I rename the folders like this.

I could rename all folders to match this but i use two different PC's as XBMCs and would like to avoid forcing the second one too change it's settings along with having to re-work the settings for that PC too.

these are my current advancedsettings.xml settigns

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




EDIT:

I fixed it by using this

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


if anyone else hit's a similar problem and finds it on google.
Reply
#2
Great info, bad title. I modified it a bit so people googling might find it.
Thanks for providing an answer as well Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Naming problems with spaces and anidb scraper0