Release Log Viewer for Kodi - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: Release Log Viewer for Kodi (/showthread.php?tid=223490) |
Log Viewer for Kodi - fightnight - 2015-04-05 Log Viewer for Kodi Log viewer for Kodi is an addon program/module to easily display/get Kodi log on GUI interface. Functionalities: Quote:- Display log at interface. How to use the "API" First of all you have to add the require dependency: Quote:<import addon="script.logviewer"/> Now you have to import the addon module: Quote:from logviewer.lib import Logmodule Quote:logmodule.loglocation(): Quote:plugin://script.logviewer/get_log Source: https://github.com/fightnight/fightnight-addons/tree/master/script.logviewer Repo: Submitted to the Kodi repo. Waiting for response RE: Log Viewer for Kodi - Karnagious - 2015-04-06 Very nice. RE: Log Viewer for Kodi - enen92 - 2015-04-08 Indeed, very usefull. Hope it makes it to the repository RE: Log Viewer for Kodi - leejk - 2016-04-16 Hello, Very useful addon. One small bug, whenever you first open this addon from the Programs menu, it will always display a blank window. I tested it with Confluence, Titan, and Aeon MQ 6; all behave the same way. Thx RE: Log Viewer for Kodi - i96751414 - 2017-08-12 I've submitted a new version of this add-on to the official repository. The source code can be found here. Some features are described bellow:
Screenshots RE: Log Viewer for Kodi - warrenmurray - 2018-05-28 How do you stop log viewer wince it starts. andriod box 17.6 kryton RE: Log Viewer for Kodi - enen92 - 2018-05-30 (2018-05-28, 17:49)warrenmurray Wrote: How do you stop log viewer wince it starts. andriod box 17.6 krytonService can be disabled in the addon settings (set "Show log when error occurs" radio button to disabled state) RE: Log Viewer for Kodi - skylarking - 2019-10-19 Hi, addon has issues running on todays Kodi 19 daily, possibly due to master branch now depreciating python2 and going to python 3. Is there a strategy/plan to update this addon? RE: Log Viewer for Kodi - i96751414 - 2019-12-04 (2019-10-19, 03:30)skylarking Wrote: Hi, addon has issues running on todays Kodi 19 daily, possibly due to master branch now depreciating python2 and going to python 3. It's being updated as we speak :p RE: Log Viewer for Kodi - joesse - 2020-11-17 Just discovered the feature http-server - this is just great! Thank you! |