Posts: 11
Joined: Sep 2008
Reputation:
0
Paradise Regained.
Handy tip: Put the advancedsettings.xml in
c:\documents and settings\<login>\Application Data\XBMC\UserData
Thank you, thank you, thank you
Posts: 8
Joined: Oct 2008
Reputation:
1
Can anyone help me modify the expression to match this:
example...
The Sopranos/S01/The Sopranos S01 E01.avi
Been trying to do it myself, but can't seem to get it to work...
Thanks in advance.
Posts: 38
Joined: Oct 2008
Reputation:
0
Valpen
Junior Member
Posts: 38
I would like some help with my config to match this:
TV/Name.S05E01.DSR.XviD-GROUP/
or
TV/Season 05/Name.S05E01.DSR.XviD-GROUP/
Posts: 26,215
Joined: Oct 2003
Reputation:
187
Welcome to the forums Valpen.
Said naming is supported by default if it's part of the filename, though you appear to have individual files in separate folders? What are the filenames called?
Posts: 26,215
Joined: Oct 2003
Reputation:
187
If you have transparent rar's enabled it may work out of the box, but it would depend on what they're named.
Posts: 38
Joined: Oct 2008
Reputation:
0
Valpen
Junior Member
Posts: 38
It dont. I tried that already. Tha filenames can be pretty mutch anything.
Posts: 26,215
Joined: Oct 2003
Reputation:
187
You might have to alter the regexp so that the / and \\ are ignored, so that it takes the season and episode numbers from the folder names.
Cheers,
Jonathan
Posts: 4
Joined: Oct 2008
Reputation:
0
Hi, I have now browsed this forum, wiki and all over internet for answer the same issue than Valpen has.
My directory structure is:
TVSeries
-SeriesX.S12E10.DSR.XviD-0TV
--SeriesX.s12e10.dsr.xvid-0tv.avi
-SeriesY.S02E03.HDTV.XviD-XOR
--SeriesY.s02e03.hdtv.xvid-xor.avi
All my series are downloaded to this TVSeries -folder without any further moving to different folder and i delete those when i have watched them. I dont keep my xbox on all the time, so every time i watch something i put it on and my library is updated.
Tried to figure out how to form proper scraper, but i cant figure it out and if someone has solution it would be great.. Tho i think that i need to start debugging my xbmc and start to read what logs says about that.
This is great forum and here is tons of useful stuff.. good community going on here thanks for that.
Posts: 3
Joined: Dec 2008
Reputation:
0
Unfortunately I must join the crowd not getting these things to work at all. I've spent a couple of days with the tutorials, read the entire thread, tried various tricks, but nothing seems to work.
Examples of my filing system:
\Sopranos s1\The Sopranos - 105 - College.avi
\Rome\Rome - 101- The Stolen Eagle.avi
So, \series (with or without s+season#)\series - s#e## - episode name.avi
From what I've gathered, this SHOULD do the trick:
<tvshowmatching>
<regexp>([0-9]+)([0-9][0-9])[^\\/]*</regexp>
</tvshowmatching>
(and yes, <advancedsettings> is included).
However, nothing turns up in any scans. Though I have a feeling there must be something I've overlooked and haven't noticed anywhere. Just for a test I tried renaming some of my stuff according to formulas supported by default, and scans still wouldn't find anything.
Any ideas appreciated.
Posts: 12,706
Joined: Nov 2003
Reputation:
129
spiff
Team-Kodi Member
Posts: 12,706
both of those examples works just fine with the standard expressions. no reason to customize anything