XBMC Media Move - need help with dated shows
#1
Hi there,

I just installed XBMC Media Move, and I'm having trouble with shows that use air dates instead of season/episode numbers. XMM seems to pick up the 4-digit year as if it were a season/episode number, so for example, The.Colbert.Report.2014.07.30 becomes The Colbert Report S20E14 -- it's taken 2014 for the season/episode numbers.

I know nothing of regex, so I do not have the power to set up a string for handling dated shows. Can anyone point me to a regex setup that works for this situation? Thanks!
Reply
#2
All right, just in case anyone else stumbles across this thread, I managed to teach myself enough regex to get this working!

Replace:
The.Colbert.Report.(\d{1,4}).(\d{1,2}).(\d{1,2}).([A-Z]*).([A-Z]*).*

with:
The Colbert Report\The Colbert Report - {%2%}-{%3%}-{%1%} {%4%} {%5%}

Clunky, but it works!
Reply
#3
Hi,

If you have other issue with XBMC Media Move, you should post it on their website; they have a forum and they answer very quickly!

Have a nice one.
-----
XBMC Media Move easily completes your Media Center automated system.
Website: http://sourceforge.net/projects/xbmcmediamove/
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC Media Move - need help with dated shows0