Commit Graph

38 Commits

Author SHA1 Message Date
faush01
849fe95d07 add setting to not persists user details between restarts 2019-01-16 19:11:51 +11:00
faush01
759638e2ff updates requested 2019-01-11 10:24:42 +11:00
faush01
014ae3947b add setting to stop media playback on screensaver activation 2019-01-10 15:04:35 +11:00
faush01
cf1fa04b26 add manual server entering when scanning for servers 2019-01-06 15:04:36 +11:00
faush01
a20b1b1553 new user selection interface 2019-01-05 13:28:43 +11:00
Shaun
7a1845c1bb clear user image in more situations 2018-11-10 10:41:45 +11:00
faush01
1b67860a22 clean up strings 2018-10-26 14:04:54 +11:00
faush01
783ea091df add some auto close to the dialogs to they dont interfear with the screen saver 2018-10-05 15:28:29 +10:00
faush01
366854a5cb small bug fix when selecting password protected users 2018-09-07 14:48:36 +10:00
faush01
f46af9835c stop playback when user selection is shown 2018-08-27 13:04:53 +10:00
Shaun
ef70ec389d add option to show change user dialog on screen saver activation 2018-04-21 20:57:06 +10:00
faush01
41e3545635 allow saving users password for fast user switching 2018-04-20 11:56:47 +10:00
Shaun
1d3804d131 is user did not change do nothing 2018-04-19 22:26:11 +10:00
Shaun
3b0a2fb26b dont show manual input user selection 2018-04-19 19:12:34 +10:00
faush01
71e91aeeee dont return just dont to the reload 2018-04-19 16:17:40 +10:00
faush01
527fcf102a pre select current user in user select box
if the same user is selected and no pasword entered then dont relead or refresh
2018-04-19 13:23:04 +10:00
Shaun
c0e515fc3e make changing user better 2018-04-18 23:03:52 +10: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
5a3233c071 add multi server detection 2018-02-14 12:03:01 +11:00
Shaun
12930afa9e fix a unicode bug, comparing unicode and none unicode strings has issues 2018-01-03 18:59:33 +11:00
Shaun
2e9c230314 remove a bunch of string encode calls, they ar enot needed and were there to fix logging
fix the logging to convery any unicode to a utf-8 string on the fly
2018-01-02 11:52:56 +11:00
Shaun
56f568a5b8 utf-8 encode name and strip none utf-8 chards form device name 2018-01-01 10:24:25 +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
8f0b19c436 better messaging for server detection 2017-12-17 10:48:44 +11:00
sfaulds
2fce0e85c1 changes to comply with Kodi repo rules 2017-07-08 10:34:30 +10:00
sfaulds
088b686a62 use a popup ok dialog instead of a notification
check for null on return of download function
2017-06-22 17:18:39 +10:00
anxdpanic
3107af0514 No servers detected notification, add skin.confluence to skin_views (#12)
* No servers detected notification
* add skin.confluence to skin_views
2017-06-20 07:01:38 +10:00
sfaulds
220d427266 use {server} and {userid} in all urls, this allows changes to settings to by applied to saved favourites and custom menu items 2017-06-19 11:49:22 +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
sfaulds
e933c859e4 remove websockets 2017-05-25 18:16:01 +10:00
sfaulds
0eaac876f4 revamp the server detect function
dont pass around settings objects
dont create settings objects in constructors
2017-05-23 13:40:49 +10:00
anxdpanic
dd7cb3656c Batch of updates (#1)
* allow unlisted users

- return silently if username not set
- if user not in public users try authentication anyway
- set userid during authentication

* add missing time import, fix player pause

* updates to server_detect

- optional notify
- add change_user parameter
- add user input and user defined to username selection
- test settings host:port connection when force and no servers returned

* support playback from strm files

* play item props and typo

*  i18n

* remove ;'s
2017-05-20 10:14:14 +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
f9e5f93bc3 add simple logging 2017-03-17 07:10:35 +11:00
shaun
04ab4f3ea1 reset token and userid
move getTime into update timer action
2017-03-13 17:40:39 +11:00
shaun
8606ec177f split our server detect functions
fix server detect code
2017-03-13 11:32:21 +11:00