Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions script.kodi.loguploader/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.kodi.loguploader" name="Kodi Logfile Uploader" version="1.0.4" provider-name="Team Kodi">
<addon id="script.kodi.loguploader" name="Kodi Logfile Uploader" version="1.0.5" provider-name="Team Kodi">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.pyqrcode" version="1.2.1+matrix.1"/>
Expand All @@ -18,6 +18,6 @@
<assets>
<icon>resources/icon.png</icon>
</assets>
<news>- allow 2MB uploads</news>
<news>- fix logfile cleaning</news>
</extension>
</addon>
3 changes: 3 additions & 0 deletions script.kodi.loguploader/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.0.5
- fix cleaning of the logfile before upload

v1.0.4
- changes for kodi 20

Expand Down
2 changes: 1 addition & 1 deletion script.kodi.loguploader/lib/loguploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def readLog(self, path):
def cleanLog(self, content):
for pattern, repl in REPLACES:
content = re.sub(pattern, repl, content)
return content
return content

def postLog(self, data):
self.session = requests.Session()
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
# Kodi Media Center language file
# Addon Name: Kodi Logfile Uploader
# Addon id: script.kodi.loguploader
# Addon Provider: Team Kodi
msgid ""
msgstr ""
"Project-Id-Version: Kodi add-ons\n"
"Report-Msgid-Bugs-To: translations@kodi.tv\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: af_za\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"

msgctxt "Addon Summary"
msgid "Uploads your kodi.log file."
msgstr ""

msgctxt "Addon Description"
msgid "Uploads your kodi.log file and returns an url you can post on http://forum.kodi.tv/"
msgstr ""

msgctxt "#32001"
msgid "The file is empty"
msgstr ""

msgctxt "#32002"
msgid "Failed to read the file"
msgstr ""

msgctxt "#32003"
msgid "Failed to connect to the server"
msgstr ""

msgctxt "#32004"
msgid "Failed to retrieve the paste url"
msgstr ""

msgctxt "#32005"
msgid "This file is too large. Max size is 2MB."
msgstr ""

msgctxt "#32006"
msgid "Post this url or scan QRcode for your %s, together with a problem description, on the Kodi forum: %s"
msgstr ""

msgctxt "#32007"
msgid "Error posting the logfile."
msgstr ""

msgctxt "#32011"
msgid "Error posting the kodi.log file"
msgstr ""

msgctxt "#32012"
msgid "Error posting the old log file"
msgstr ""

msgctxt "#32013"
msgid "Error posting the crashlog file"
msgstr ""

msgctxt "#32021"
msgid "No old log file found"
msgstr ""

msgctxt "#32022"
msgid "No crashlog file found"
msgstr ""

msgctxt "#32023"
msgid "Windows crashlogs are not supported, please disable this option in the addon settings"
msgstr ""

msgctxt "#32024"
msgid "Android crashlogs are not supported, please disable this option in the addon settings"
msgstr ""

msgctxt "#32031"
msgid "logfile"
msgstr ""

msgctxt "#32032"
msgid "old log"
msgstr ""

msgctxt "#32033"
msgid "crashlog"
msgstr ""

msgctxt "#32040"
msgid "Do you want to view your %s or upload it to http://paste.kodi.tv/?"
msgstr ""

msgctxt "#32041"
msgid "view"
msgstr ""

msgctxt "#32042"
msgid "upload"
msgstr ""

msgctxt "#32501"
msgid "Advanced options"
msgstr ""

msgctxt "#32502"
msgid "Additional logfiles to post"
msgstr ""

msgctxt "#32503"
msgid "Post the old logfile, from the last time Kodi ran"
msgstr ""

msgctxt "#32504"
msgid "Post the crashlog (available on linux/osx/ios only)"
msgstr ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
# Kodi Media Center language file
# Addon Name: Kodi Logfile Uploader
# Addon id: script.kodi.loguploader
# Addon Provider: Team Kodi
msgid ""
msgstr ""
"Project-Id-Version: Kodi add-ons\n"
"Report-Msgid-Bugs-To: translations@kodi.tv\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: am_et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"

msgctxt "Addon Summary"
msgid "Uploads your kodi.log file."
msgstr ""

msgctxt "Addon Description"
msgid "Uploads your kodi.log file and returns an url you can post on http://forum.kodi.tv/"
msgstr ""

msgctxt "#32001"
msgid "The file is empty"
msgstr ""

msgctxt "#32002"
msgid "Failed to read the file"
msgstr ""

msgctxt "#32003"
msgid "Failed to connect to the server"
msgstr ""

msgctxt "#32004"
msgid "Failed to retrieve the paste url"
msgstr ""

msgctxt "#32005"
msgid "This file is too large. Max size is 2MB."
msgstr ""

msgctxt "#32006"
msgid "Post this url or scan QRcode for your %s, together with a problem description, on the Kodi forum: %s"
msgstr ""

msgctxt "#32007"
msgid "Error posting the logfile."
msgstr ""

msgctxt "#32011"
msgid "Error posting the kodi.log file"
msgstr ""

msgctxt "#32012"
msgid "Error posting the old log file"
msgstr ""

msgctxt "#32013"
msgid "Error posting the crashlog file"
msgstr ""

msgctxt "#32021"
msgid "No old log file found"
msgstr ""

msgctxt "#32022"
msgid "No crashlog file found"
msgstr ""

msgctxt "#32023"
msgid "Windows crashlogs are not supported, please disable this option in the addon settings"
msgstr ""

msgctxt "#32024"
msgid "Android crashlogs are not supported, please disable this option in the addon settings"
msgstr ""

msgctxt "#32031"
msgid "logfile"
msgstr ""

msgctxt "#32032"
msgid "old log"
msgstr ""

msgctxt "#32033"
msgid "crashlog"
msgstr ""

msgctxt "#32040"
msgid "Do you want to view your %s or upload it to http://paste.kodi.tv/?"
msgstr ""

msgctxt "#32041"
msgid "view"
msgstr ""

msgctxt "#32042"
msgid "upload"
msgstr ""

msgctxt "#32501"
msgid "Advanced options"
msgstr ""

msgctxt "#32502"
msgid "Additional logfiles to post"
msgstr ""

msgctxt "#32503"
msgid "Post the old logfile, from the last time Kodi ran"
msgstr ""

msgctxt "#32504"
msgid "Post the crashlog (available on linux/osx/ios only)"
msgstr ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
# Kodi Media Center language file
# Addon Name: Kodi Logfile Uploader
# Addon id: script.kodi.loguploader
# Addon Provider: Team Kodi
msgid ""
msgstr ""
"Project-Id-Version: Kodi add-ons\n"
"Report-Msgid-Bugs-To: translations@kodi.tv\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ar_sa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"

msgctxt "Addon Summary"
msgid "Uploads your kodi.log file."
msgstr ""

msgctxt "Addon Description"
msgid "Uploads your kodi.log file and returns an url you can post on http://forum.kodi.tv/"
msgstr ""

msgctxt "#32001"
msgid "The file is empty"
msgstr ""

msgctxt "#32002"
msgid "Failed to read the file"
msgstr ""

msgctxt "#32003"
msgid "Failed to connect to the server"
msgstr ""

msgctxt "#32004"
msgid "Failed to retrieve the paste url"
msgstr ""

msgctxt "#32005"
msgid "This file is too large. Max size is 2MB."
msgstr ""

msgctxt "#32006"
msgid "Post this url or scan QRcode for your %s, together with a problem description, on the Kodi forum: %s"
msgstr ""

msgctxt "#32007"
msgid "Error posting the logfile."
msgstr ""

msgctxt "#32011"
msgid "Error posting the kodi.log file"
msgstr ""

msgctxt "#32012"
msgid "Error posting the old log file"
msgstr ""

msgctxt "#32013"
msgid "Error posting the crashlog file"
msgstr ""

msgctxt "#32021"
msgid "No old log file found"
msgstr ""

msgctxt "#32022"
msgid "No crashlog file found"
msgstr ""

msgctxt "#32023"
msgid "Windows crashlogs are not supported, please disable this option in the addon settings"
msgstr ""

msgctxt "#32024"
msgid "Android crashlogs are not supported, please disable this option in the addon settings"
msgstr ""

msgctxt "#32031"
msgid "logfile"
msgstr ""

msgctxt "#32032"
msgid "old log"
msgstr ""

msgctxt "#32033"
msgid "crashlog"
msgstr ""

msgctxt "#32040"
msgid "Do you want to view your %s or upload it to http://paste.kodi.tv/?"
msgstr ""

msgctxt "#32041"
msgid "view"
msgstr ""

msgctxt "#32042"
msgid "upload"
msgstr ""

msgctxt "#32501"
msgid "Advanced options"
msgstr ""

msgctxt "#32502"
msgid "Additional logfiles to post"
msgstr ""

msgctxt "#32503"
msgid "Post the old logfile, from the last time Kodi ran"
msgstr ""

msgctxt "#32504"
msgid "Post the crashlog (available on linux/osx/ios only)"
msgstr ""
Loading