Skip to content

Release 0.5.0#87

Merged
tuxpoldo merged 37 commits into
masterfrom
develop
Aug 7, 2018
Merged

Release 0.5.0#87
tuxpoldo merged 37 commits into
masterfrom
develop

Conversation

@tuxpoldo

@tuxpoldo tuxpoldo commented Aug 7, 2018

Copy link
Copy Markdown
Member
  • Bei manchen Filme fehlte im Kontext-Menü die Möglichkeit sie herunterzuladen
  • Old Maria DB / MySQL support
  • Datenbank-Downloads werden direkt nach der Verarbeitung gelöscht
  • Abspielen mit Untertitel wahlweise aus dem Kontext-Menü oder immer (Einstellung)
  • Letzte Suchvorgänge
  • Auflistung der Life-Streams beschleunigt
  • Möglichkeit eine Sendung als Film oder als Episode einer Serie herunterzuladen
  • Auf gewissen Systemen ist die Erzeugung der SQLite Datenbank fehlgeschlagen
  • Effizientere Datenbankstruktur
  • "mvupdate" hat die neuen Optionen --force und --intervall
  • Verschiedene Optionen bezüglich NFO-Dateien
  • Automatische Erkennung von Staffel und Folge
  • Verbesserte Download-Einstellungen
  • "Update bei Start" aktualisiert erst beim ersten Addon-Aufruf
  • Typ und Version der SQL Datenbank wird nun im Log angezeigt

tuxpoldo and others added 30 commits January 28, 2018 14:21
UpdateMode 2 war wohl nicht so wie beabsichtigt
the column doesn't exist and the plugin crashes on the db creation. this
will result in the updater process is not able to get a lock on the
table.

    ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
     - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
    Error Type: <class 'sqlite3.OperationalError'>
    Error Contents: table show has no column named category
    Traceback (most recent call last):
      File "/home/kodi/.kodi/addons/plugin.video.mediathekview/service.py", line 88, in <module>
	service.Init()
      File "/home/kodi/.kodi/addons/plugin.video.mediathekview/service.py", line 56, in Init
	self.updater.Init()
      File "/home/kodi/.kodi/addons/plugin.video.mediathekview/resources/lib/updater.py", line 57, in Init
	self.db.Init()
      File "/home/kodi/.kodi/addons/plugin.video.mediathekview/resources/lib/store.py", line 28, in Init
	self.db.Init( reset )
      File "/home/kodi/.kodi/addons/plugin.video.mediathekview/resources/lib/storesqlite.py", line 38, in Init
	self._handle_database_initialization()
      File "/home/kodi/.kodi/addons/plugin.video.mediathekview/resources/lib/storesqlite.py", line 783, in _handle_database_initialization
	""" )
    OperationalError: table show has no column named category
    -->End of Python script error report<--
fix: table show has no column named category (Closes #80)
Better implementation of Recent Searches (Closes #67)
@tuxpoldo tuxpoldo added this to the release-0.5.0 milestone Aug 7, 2018
@tuxpoldo tuxpoldo requested a review from alex1702 August 7, 2018 09:55
@tuxpoldo tuxpoldo merged commit 6eb8f07 into master Aug 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants