Configurazione aggiornamento videoteca

This commit is contained in:
axlt2002
2020-05-22 18:22:28 +02:00
parent a17019cd6a
commit 84c5bb5f8b
4 changed files with 29 additions and 12 deletions

View File

@@ -829,6 +829,11 @@ def update_db(old_path, new_path, old_movies_folder, new_movies_folder, old_tvsh
sql = 'UPDATE path SET strPath="%s" WHERE idPath=%s' % (strPath, idPath)
logger.info('sql: ' + sql)
nun_records, records = execute_sql_kodi(sql)
else:
progress.update(100)
xbmc.sleep(1000)
progress.close()
return
p = 80
progress.update(p, config.get_localized_string(20000), config.get_localized_string(80013))