Getting TV Show Episode info from thetvdb.com using there 'Absolute Order' option?
#1
Question 
I just started using the program yesterday so forgive me if I am being really stupid here but.

Currently my directory is set up like this

Quote:TV Shows
|
|
\/
X Show
|
|
\/
X Show EP Y
X Show EP Z
ect
ect

I was wondering how I could build a <tvshowmatching> tag in advancedsettings.xml that would pull up from thetvdb.com information in Absolute Order instead of Air or DVD order, because if I can pull from Absolute order I wont have to rename anything and it will make my life a lot easier (Because it ignores seasons and is just the strait EP number).

I know this is possible, becuase I found this thread, http://forum.xbmc.org/showthread.php?tid...lute+Order, and followed the instructions to write

Quote:<advancedsettings>
<setting>
<tvshowmatching>
<regexp>Ep([0-9]+)</regexp>
</tvshowmatching>
</setting>
</advancedsettings>

to my newly created advancedsettings.xml in Userdata folder, but I clearly messed up some where along the way because its still just pulling show information and not episode info. Thanks again in advance for any help, and love the program!Big Grin

PS On Mac OSX 10.6.2 if that helps
Reply

Logout Mark Read Team Forum Stats Members Help
Getting TV Show Episode info from thetvdb.com using there 'Absolute Order' option?0