importing issue since kodi 14a4
#1
Hey Guys:
I was running Kodi 14 Alpha3 for a while now, and was using the special tvshow importer script below (advacedsettings.xml).

-<advancedsettings>
-<tvshowmatching action="prepend">
<regexp>Season[\._ ]([0-9]+)[\\/]([0-9]+)[^\\/]*</regexp>
</tvshowmatching>
</advancedsettings>

I upgraded to Kodi 14a4 today, and it seems that this script no longer works.
at 1st it was because the install folder became C:\program files\kodi instead of C:\program files\xbmc
so I put the script under the new install folder kodi\system

in the log, i see that it notices the file, but it still does not import my tvshows.
Movies work fine as they did not require a special import script.

Quote:16:28:17 T:5696 NOTICE: load settings...
16:28:17 T:5696 WARNING: CSettingString: unknown options filler "timezonecountries" of "locale.timezonecountry"
16:28:17 T:5696 WARNING: CSettingString: unknown options filler "timezones" of "locale.timezone"
16:28:17 T:5696 NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
16:28:17 T:5696 NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
<advancedsettings>
<tvshowmatching action="prepend">
<regexp>Season[\._ ]([0-9]+)[\\/]([0-9]+)[^\\/]*</regexp>
</tvshowmatching>
</advancedsettings>
16:28:17 T:5696 NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
Reply


Messages In This Thread
importing issue since kodi 14a4 - by jpichie - 2014-10-03, 22:35
Logout Mark Read Team Forum Stats Members Help
importing issue since kodi 14a40