Conversation
tuxpoldo
commented
Aug 7, 2018
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
UpdateMode 2 war wohl nicht so wie beabsichtigt
Verbesserungen im Download
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)
…ing, first lint checked source
Better implementation of Recent Searches (Closes #67)
Play with subtitles (Closes #78)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.