koying / SPMC

fork of xbmc/kodi
Other
633 stars 257 forks source link

Does SPMC have similar setting to<tvshowmatching><regexp> in kodi? #478

Open shadow2810 opened 7 years ago

shadow2810 commented 7 years ago

Really happy with how SPMC run on my shield tv, but the episode match isn't working really well for me. I'm wondering if there is option to update the regex search for tv show? I tried to copy the setting from Kodi to SPMC but it didnt work. Currently either I have to use Kodi to import first then export the library or have to rename the file whenever I want to update SPMC library.

heymoe commented 7 years ago

Looks like it's in the code:

https://github.com/koying/SPMC/blob/a5f694029398a5320f20f61aa8ee5d59f49eb685/xbmc/settings/AdvancedSettings.cpp#L983

SPMC is a fork of Kodi v16 so pretty much anything Kodi can do config wise, it can be done with SPMC too.