faush01
|
8d78391b89
|
add safe delete support
|
2020-04-14 13:24:01 +10:00 |
|
Shaun
|
a54299bbd0
|
notify when debig loggin is enabled
|
2020-01-01 11:10:54 +11:00 |
|
Shaun
|
a0c9792096
|
user base64 for notify messages as AddonSignals addon has changed from hex string to base64
|
2019-12-31 11:07:03 +11:00 |
|
faush01
|
783d482f36
|
add dynamic image colage http image server for menu items
|
2019-12-09 16:40:55 +11:00 |
|
faush01
|
132868fc0d
|
add the ability to log timing data
|
2019-10-14 11:55:18 +11:00 |
|
faush01
|
88d3035969
|
fix some exections with Pickel loading that were stopping the service from starting
|
2019-07-21 12:29:11 +10:00 |
|
faush01
|
84f99f8e9d
|
rename some settings to pick up new defaults
|
2019-07-08 12:05:57 +10:00 |
|
Shaun
|
350031a238
|
auto delete cache items that have not been accessed for 7 days
|
2019-07-07 20:04:19 +10:00 |
|
Shaun
|
4054a0f17c
|
session_id should no longer be needed, this was a hack to get things to show the correct play status
|
2019-07-07 12:17:11 +10:00 |
|
faush01
|
edf1f6bf99
|
add a 15 sec delay to the random movies refresh when playback stops or the screen saver is dismissed
|
2019-07-04 14:57:26 +10:00 |
|
faush01
|
058cd6c8c8
|
default to ws for all new media notifications
|
2019-07-03 14:15:42 +10:00 |
|
faush01
|
1741b995a1
|
fix service interval actions 0 = disabled also add a setting for random movies interval
|
2019-02-27 10:18:03 +11:00 |
|
faush01
|
39e25bb90b
|
with the screen saver active only do background image updates
|
2019-02-06 16:05:02 +11:00 |
|
faush01
|
2b18f685ab
|
use monitor.abortRequested()
|
2019-01-18 09:18:30 +11:00 |
|
Shaun
|
4890cc96a8
|
wait for kodi start screen to close
|
2019-01-18 07:20:22 +11:00 |
|
faush01
|
849fe95d07
|
add setting to not persists user details between restarts
|
2019-01-16 19:11:51 +11:00 |
|
faush01
|
7c7d694f76
|
add cached random movie list that refreshes very 5 minutes
|
2018-12-19 13:24:41 +11:00 |
|
Shaun
|
7a1845c1bb
|
clear user image in more situations
|
2018-11-10 10:41:45 +11:00 |
|
faush01
|
a9beb5c666
|
refactor settings layout
|
2018-10-26 09:27:28 +11:00 |
|
faush01
|
7e5548243b
|
load 60 items for background images, make the interval configurable
|
2018-10-25 15:44:35 +11:00 |
|
Shaun
|
a4d60254bc
|
add info logging and log play start action messages
|
2018-07-31 06:53:56 +10:00 |
|
faush01
|
fd86bdb526
|
add context monitor to replace default context menu with EmbyCon menu
|
2018-07-14 13:37:38 +10:00 |
|
faush01
|
f1960fa542
|
remove version check
remove error reporting
|
2018-05-15 13:59:29 +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
|
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
|
f0c73dd021
|
move menu view list load to background load
check every 30 seconds if menus have been set, if not set them
|
2018-03-02 15:30:46 +11:00 |
|
Shaun
|
77b4a5f3bc
|
load the BG image into window prop on first run
add EmbyCon BG images to home screen
|
2018-02-25 16:27:47 +11:00 |
|
Shaun
|
8651f989ba
|
add background random image link
|
2018-02-25 11:23:23 +11:00 |
|
Shaun
|
4d95858c75
|
add user views to home window properties
|
2018-02-24 11:23:02 +11:00 |
|
Shaun
|
b21322de16
|
update activity on disk at tme of activity
delete activity once used
|
2018-02-24 09:52:14 +11:00 |
|
Shaun
|
c09263e594
|
add verion compatability check
|
2018-02-12 18:41:05 +11:00 |
|
Shaun
|
8dea48c4c1
|
record activity to determin if notification is required
|
2018-02-12 14:38:25 +11:00 |
|
Shaun
|
a97733f587
|
add more info to the current and next episode notifications
|
2018-01-09 20:08:19 +11:00 |
|
Shaun
|
1cb9ffab44
|
dont assume only one, test for it
|
2018-01-05 08:49:06 +11:00 |
|
Shaun
|
32f8e2b7e5
|
use plotoutline instead of listItem.setUniqueIDs for backwards compatability with Kodi 16
|
2018-01-04 18:11:24 +11:00 |
|
Shaun
|
69b388e2d3
|
remove unused imports and old code
|
2018-01-04 15:32:11 +11:00 |
|
Shaun
|
9b9c087b69
|
dont use home window properties to track playback started events
|
2018-01-04 12:27:50 +11:00 |
|
Shaun
|
9825c0831f
|
move all the playback functions and classes to the play_utils module
|
2018-01-04 08:25:39 +11:00 |
|
Shaun
|
613f8e28d1
|
use an xbmc.Monitor to monitor for playback events instead of the home window property
|
2018-01-03 19:01:01 +11:00 |
|
Shaun
|
c757b7ed5b
|
split out get next episode into its own function
add notification event for next episode details
|
2018-01-03 14:42:27 +11:00 |
|
Shaun
|
ea3932d569
|
add more info to now playing items
|
2018-01-03 11:53:24 +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
|
44b1ba78ad
|
make sure index numbers for season and epp are not None
|
2017-12-29 09:59:14 +11:00 |
|
Shaun
|
7100a09daa
|
remove popup error on connection errors
add option to surppress all connection errors
|
2017-12-27 16:50:22 +11:00 |
|
Shaun
|
03a2026732
|
add error submission prompt
|
2017-12-16 12:55:28 +11:00 |
|
Shaun
|
54e3ead792
|
add back in WebSocket remote control
|
2017-12-14 13:43:23 +11:00 |
|
shaun
|
22985a4ae8
|
remove version check
|
2017-11-22 18:20:40 +11:00 |
|
Shaun Faulds
|
7199726109
|
Add play session id
|
2017-11-14 19:11:25 +11:00 |
|
sfaulds
|
885b0c85ca
|
version check every 6 hours
add option for no prompt for next episode play event
|
2017-10-03 15:04:20 +11:00 |
|