faush01
759638e2ff
updates requested
2019-01-11 10:24:42 +11:00
faush01
283644d333
remove the addon id from the get addon instance call
...
this should nto be needed and it might be the cause of some werid error messages I am seeing
2018-03-16 10:18:08 +11:00
Shaun
c61a76ba1e
Change logging to use function args and render the log line only if debug logging is enabled
2017-12-30 19:13:31 +11:00
Shaun
cebd10affb
add some exception fall back in error reporting, reporting on the reporting
2017-12-20 08:37:06 +11:00
sfaulds
5c92e47d72
move the service check to the top of the main entry function so it is always called
2017-07-24 08:33:04 +10:00
sfaulds
2fce0e85c1
changes to comply with Kodi repo rules
2017-07-08 10:34:30 +10:00
sfaulds
f41c9757cd
add support for https
...
don't show view set dialog if skin is not supported
2017-06-18 12:04:20 +10:00
anxdpanic
7e7e9184cd
I18n and house-keeping ( #6 )
...
* convert strings.xml to strings.po for improved translation support
* set blank heading for error
* i18n: map ints to strings for readability/maintenance
* simple_logging - add prefix, add log.warning
* remove unneccesary Addon() instances
* uniform whitespace
* remove log warning, i18n log failure as error
* settings - create as needed
2017-05-29 20:19:33 +10:00
anxdpanic
0dfa39363d
artwork, Window props, minor fix play reporting, unused imports ( #4 )
...
* simplify artwork handling
- add getArt to utils
- widget = True limits primary image size for widgets
* smb settings to variables
* remove unused imports : low end devices
* fix reporting playback of last played item when playing from a different source after playing from embycon
* prefix all Home window properties with addon-id
- no other add-ons should conflict
- will be required for official repo
* resolve shadowed built-ins type and list
* refactor utils2 -> kodi_utils
- move getKodiVersion, and addMenuDirectoryItem to kodi_utils
2017-05-26 17:48:48 +10:00
anxdpanic
c6e1903667
remove xbmc references ( #2 )
...
* remove XBMC.
* add getClient and set client to 'Kodi EmbyCon'
* use getClient instead of multiple hardcoded 'XBMC'
2017-05-22 13:06:10 +10:00
Shaun
528cd5e220
move some function arround
...
add lic text to some files
add description
bump ver
2017-04-09 11:31:03 +10:00
Shaun
899ed9f95a
add direct path, direct http and transcode http to playback types
...
make device id global
2017-04-08 12:02:12 +10:00
shaun
f9e5f93bc3
add simple logging
2017-03-17 07:10:35 +11:00
shaun
f474070424
switch to use the python loggin module
2017-03-10 10:45:38 +11:00
Shaun
71d884ad05
Rename ClientInformation.py to clientinfo.py
2017-03-10 09:11:34 +11:00