regex Hatfields.and.McCoys.Part.1.2012.720p.HDTV.x264-2HD ?
#1
Could someone please help with a regex that would work for this please
foo.Part.1...........
Reply
#2
Renamed to:

Foo S01E01

works here.
Reply
#3
if i wanted to rename it, i wouldnt be wanting a regex
Reply
#4
Try:
Code:
<advancedsettings>
  <tvshowmatching action="append">
    <regexp>[\._ \-]p(?:ar)?t[._ -]()([0-9]+)([\._ \-][^\\/]*)</regexp>
  </tvshowmatching>
</advancedsettings>
Reply
#5
In addition to the above regex, you will also probably need absolute ordering turned on. Set content on the specific show folder, change/set content, click "Settings" and enable "Absolute ordering"

That way it will detect shows without season numbers (and thus have only one season).
Reply
#6
gave those a shot, but still wont give it up. thanks for trying though Wink
Reply

Logout Mark Read Team Forum Stats Members Help
regex Hatfields.and.McCoys.Part.1.2012.720p.HDTV.x264-2HD ?0