Skip to content

Instantly share code, notes, and snippets.

@henrik
Created November 4, 2009 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save henrik/226410 to your computer and use it in GitHub Desktop.
Save henrik/226410 to your computer and use it in GitHub Desktop.
Plex advancedsettings.xml for "S01xE02" TV shows.
<?xml version="1.0"?>
<!--
Edit ~/Library/Application Support/Plex/userdata/advancedsettings.xml
See http://xbmc.org/wiki/?title=AdvancedSettings.xml#.3Ctvshowmatching.3E
and http://wiki.plexapp.com/index.php/Changing_TV_Show_Naming_Conventions
-->
<advancedsettings>
<tvshowmatching action="append">
<regexp>[\._ \-][Ss]([0-9]+)[\.\-xX]?[Ee]([0-9]+)([^\\/]*)</regexp> <!-- allow S01xE02, e.g. "Deadwood - S01E01 - Deadwood" -->
</tvshowmatching>
<!-- … -->
</advancedsettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment