Commit Graph

68 Commits

Author SHA1 Message Date
Matt
8ece4ae651 Remove commented blocks of code 2021-02-14 11:14:03 -05:00
Matt
ed3087a222 String manipulations and encoding fixes 2021-01-26 22:34:51 -05:00
Matt
7ffd16df4b Remove manually specifying return payload 2020-12-05 18:26:53 -05:00
mcarlton00
1733e64403 Parse json payloads in centralized place 2020-11-11 22:50:26 -05: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
mcarlton00
e59b54cccf Beginning rebranding + removing emby from api urls 2020-07-04 13:26:21 -04:00
faush01
0a69d82ff1 add simple new data check 2020-07-04 16:30:42 +10:00
faush01
f25c309167 use locking to limit cache file access to one 2020-07-03 15:38:37 +10:00
faush01
e8a9be1ae0 fix a bung of LINT warnings 2020-06-21 11:27:09 +10:00
faush01
278e1e7aed add setting to allow showing watched items in some lists 2020-06-10 15:51:13 +10:00
Gregor Hoffleit
dba4804460 Widgets use get_emby_url helper function (#89)
* switch widgets.py to using url helper function get_emby_url
2020-01-10 08:19:58 +11:00
Shaun
b6bd56fbc6 add alternative way of getting recomendations 2019-11-05 08:28:05 +11:00
Shaun
4bf18547c3 optomise the recomendation widget call 2019-10-30 19:07:05 +11:00
faush01
db2eaf41fb add movie recomendation custome widget 2019-10-30 16:05:56 +11:00
faush01
132868fc0d add the ability to log timing data 2019-10-14 11:55:18 +11:00
faush01
058cd6c8c8 default to ws for all new media notifications 2019-07-03 14:15:42 +10:00
Shaun
f77b53b758 add user agent, only use items with backgrounds 2019-07-02 20:46:38 +10:00
Shaun
9ae174d5e3 filter out in progress items fron next up 2019-06-02 20:09:34 +10:00
faush01
2fba26ca80 dont show seek bar when seeing or puased 2019-04-08 13:29:43 +10:00
Shaun
050d2519b2 remove unused context menu code and files 2019-02-24 10:34:57 +11:00
faush01
258d0bdbb2 load all background images and never hit the server again until forced to refresh them 2019-02-07 15:40:55 +11:00
faush01
39e25bb90b with the screen saver active only do background image updates 2019-02-06 16:05:02 +11:00
Shaun
555629872d fix the paging, return total records form the get_items cache system for use in the paging 2019-02-05 16:41:39 +11:00
faush01
759638e2ff updates requested 2019-01-11 10:24:42 +11:00
faush01
aeec3e2bae remove some checks 2019-01-06 15:36:40 +11:00
Shaun
a6ab2cfaf4 add extra info to widget calls, show correct into for tvshow widgets in skin files 2018-12-27 16:32:59 +11:00
faush01
a38c3d785b fully build widget items so info video info dialog works 2018-12-19 15:12:34 +11:00
faush01
7c7d694f76 add cached random movie list that refreshes very 5 minutes 2018-12-19 13:24:41 +11:00
faush01
fee88972f8 remove unplayed setting, by defalt no only returns unplayed 2018-12-14 12:10:23 +11:00
Shaun
fd75d6565b use grouped tv shows for recent new episode lost 2018-12-01 14:14:39 +11:00
Shaun
921e40b37a alter some bedug logs 2018-11-05 11:41:02 +11:00
faush01
7e5548243b load 60 items for background images, make the interval configurable 2018-10-25 15:44:35 +11:00
faush01
a5f30bd1cb add label name for background 2018-09-19 15:45:31 +10:00
faush01
0853225f57 add person search 2018-07-11 12:22:41 +10:00
faush01
6e95167495 use the same images for widgets and none widgets
dont set a poster for episodes
2018-05-18 18:07:40 +10:00
faush01
f1960fa542 remove version check
remove error reporting
2018-05-15 13:59:29 +10:00
faush01
338dcb08a4 remove iconImage 2018-04-17 11:34:27 +10:00
faush01
bb8b575b8e add first season id for all seasons item
show series cast for seasons
2018-04-07 18:52:07 +10:00
faush01
39dae60586 get the cast of the series if this is an episdoe 2018-04-07 13:31:47 +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
faush01
c6c597b810 only set actor image if there is one
set the trailer for movies
2018-03-05 09:38:26 +11:00
Shaun
ed54374488 use a session id to allow item re-selection to take place when navigating between lists
the session id is consistent for the while session
2018-03-04 15:13:00 +11:00
Shaun
1e49bec7ea add time stamp to item links to stop internal watched status being applied 2018-03-03 15:27:06 +11:00
Shaun
8651f989ba add background random image link 2018-02-25 11:23:23 +11:00
Shaun
1b62139767 items are actually no playable, they just pass to message along to the service 2018-01-20 13:29:08 +11:00
Shaun
c9c76401af set some more container content type and item types 2018-01-18 10:04:17 +11:00
Shaun
935addf597 if no responce from server return no people 2018-01-15 11:41:53 +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
7baa0c7180 encode name in widget content 2017-12-31 16:31:57 +11:00