Commit Graph

65 Commits

Author SHA1 Message Date
Matt
2d20dc4282 Remove unused and commented out code 2021-12-21 21:22:16 -05:00
Matt
d5af0c8d7e Fix display public user list 2021-04-14 19:37:41 -04:00
Mister Rajoy
1b7c3ffae0 Remove multicast socket options from autodiscovery 2021-03-15 15:36:23 +01:00
Matt
f42b5c2a99 Fix yes/no dialogs in kodi 19 2021-02-28 19:29:55 -05:00
Matt
ed3087a222 String manipulations and encoding fixes 2021-01-26 22:34:51 -05:00
Matt
fb6a1c1329 Initial py3 pass 2021-01-02 23:04:24 -05:00
Matt
73d757122a Stop doing string manipulations on translations 2021-01-02 18:10:59 -05:00
mcarlton00
e2628d27dc Don't error on empty user list 2020-11-28 15:00:29 -05:00
mcarlton00
8799c2bb5e Use correct lookup URL 2020-11-28 14:59:55 -05:00
mcarlton00
1733e64403 Parse json payloads in centralized place 2020-11-11 22:50:26 -05:00
Matt
45823ccd96 Connect to servers with special characters in the name 2020-10-06 21:43:36 -04:00
Matt
a90c2c2fa8 Use future strings to fix unicode errors 2020-09-05 17:29:38 -04:00
Matt
a0efd1087f Copy log handler from JF for Kodi, modify for strings 2020-07-25 01:01:30 -04:00
Abby Gourlay
303fdfc9ad Merge branch 'master' of github.com:mcarlton00/jellycon into server_address_storing_fix 2020-07-19 23:19:28 +01:00
Abby Gourlay
640860a3af Store full URL instead of component parts. Fixes #1 and Fixes #2 2020-07-19 03:54:15 +01:00
Abby Gourlay
446dd921bf Replace httplib with requests 2020-07-19 01:31:42 +01:00
Abby Gourlay
47993b612f Removed debugging code 2020-07-18 15:55:24 +01:00
Abby Gourlay
2302f2dbef Lowered the maximum connection test size to comply with API limits 2020-07-18 15:53:21 +01:00
mcarlton00
e59b54cccf Beginning rebranding + removing emby from api urls 2020-07-04 13:26:21 -04:00
faush01
83993f4304 add connection speet test 2020-06-26 14:46:57 +10:00
faush01
e8a9be1ae0 fix a bung of LINT warnings 2020-06-21 11:27:09 +10:00
faush01
8d78391b89 add safe delete support 2020-04-14 13:24:01 +10:00
faush01
058cd6c8c8 default to ws for all new media notifications 2019-07-03 14:15:42 +10:00
Shaun
16c140a148 only set the focus to main menu if the skin is the estuary_embycon clone one 2019-06-11 08:30:29 +10:00
Shaun
8c666f653a reset focus to the main menu on user switch 2019-06-10 15:23:22 +10:00
Shaun
2dfaacc184 for manual and detect server correctly parse user:passowrd@ url tokens 2019-03-03 09:51:11 +11:00
faush01
9305d3aac8 only stop playback on screensaver activate if what is playing was started by EmbyCon 2019-01-18 10:30:25 +11:00
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