[WINDOWS] Setting custom filename structure via advancedsettings.xml for anime
#1
Hey

I'm trying to set up Scraper (Anime News Network) follow following ordering:
"Animes\07-Ghost (TV)\07-Ghost 01" --> "series name""episode"
I made text Document named advancedsettings.xml file to
"AppData\Roaming\XBMC" and copypasted code that should have worked from xbmc wiki.

code:
<advancedsettings>
<tvshowmatching>
<regexp>[/\._ \-]()([0-9]+)(-[0-9]+)?</regexp>
</tvshowmatching>
</advancedsettings>

This should enable single season "mode"
Well, I do get a information for anime but it leaves episodes totally out. but my normal TV shows normally, I use default
"TV Shows\Fight Quest 2007\Season 1\Fight Quest - S01E01" path. and TVDb scraper.
I think my xbmc wont even read advancedsettings file becouse it still finds my american tv-shows normally.

I have
XBMC version 10.0 r35647
"NIGHT" skin
windows 7

Thank you : )
Reply

Logout Mark Read Team Forum Stats Members Help
[WINDOWS] Setting custom filename structure via advancedsettings.xml for anime0