Kodi Community Forum

Full Version: XBMC Media Move - need help with dated shows
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!
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!
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.