Commit Graph

58 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
014ae3947b add setting to stop media playback on screensaver activation 2019-01-10 15:04:35 +11:00
faush01
a20b1b1553 new user selection interface 2019-01-05 13:28:43 +11:00
faush01
fee88972f8 remove unplayed setting, by defalt no only returns unplayed 2018-12-14 12:10:23 +11:00
Shaun
af09f36340 add settings for user ratings
add recently added and in progress to home movies
2018-11-24 12:53:26 +11:00
Shaun
cc2336e9d7 add caching to settings and fix search usage 2018-11-11 16:32:25 +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
faush01
b7dbed0edc add group movies option to client 2018-09-18 14:29:54 +10:00
faush01
fd86bdb526 add context monitor to replace default context menu with EmbyCon menu 2018-07-14 13:37:38 +10:00
faush01
d008d75a1d add cache images in background when screen saver is active
default to off for show change user on screen saver
2018-05-18 14:53:00 +10:00
faush01
f1960fa542 remove version check
remove error reporting
2018-05-15 13:59:29 +10:00
faush01
1ded5f008b add movie paging 2018-05-07 16:01:58 +10:00
Shaun
ef70ec389d add option to show change user dialog on screen saver activation 2018-04-21 20:57:06 +10:00
faush01
8fbbf39e89 add show empty folders option, this shows empty tv shows 2018-04-04 09:26:06 +10:00
Shaun
373f96feb6 add an addon setting for the version check 2018-02-12 22:48:36 +11:00
Shaun
b05948c99f use a selection dialog and set the default to just the name 2018-01-29 14:07:39 +11:00
Shaun
605fd0df6f add setting to force auto resume of in progress items 2018-01-27 11:57:21 +11:00
Shaun
582dbb3b47 remove add season and episode numbers to name options from the settings and code 2018-01-10 19:50:45 +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
64d6f0481e fix widget select action settings 2017-12-17 20:37:36 +11:00
Shaun
54e3ead792 add back in WebSocket remote control 2017-12-14 13:43:23 +11:00
Shaun
8a1aefa289 add Spoiler Alert feature, in settings hide unwatched episode info 2017-12-12 12:30:54 +11:00
Shaun
6944fc0188 add show_all_episodes option to settings 2017-12-12 11:54:07 +11:00
Shaun
40316a4875 remove datamanager local data cache 2017-12-07 19:54:09 +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
sfaulds
e81e3f9383 add h265 video play type override 2017-09-14 19:55:28 +10:00
sfaulds
b2dfb729de add setting to show watched items in the recently added lists 2017-08-25 18:23:02 +10:00
sfaulds
ece4a4073c add widget menu action 2017-08-19 11:08:15 +10:00
sfaulds
2fce0e85c1 changes to comply with Kodi repo rules 2017-07-08 10:34:30 +10:00
sfaulds
f8d79e7ac1 add GA client for error and metric gathering 2017-07-04 20:05:04 +10:00
sfaulds
4216870ca4 remove the show collections option as this can be managed by the server under Library->Display 2017-06-28 18:43:50 +10:00
sfaulds
0e72bb23b2 add cc to name is subtitle is available 2017-06-27 11:51:01 +10:00
sfaulds
e3c897440d add flatten single season option
add subtitle language media info
2017-06-26 19:56:48 +10:00
sfaulds
1e3738922b add settings for filtered episode name and number of items to show 2017-06-25 16:20:20 +10:00
sfaulds
ddd68ae5ea add option to verify HTTPS certificate 2017-06-23 09:55:28 +10:00
sfaulds
cb3cd603b4 add jump back x sec on resume
add next up episodes for user tv libraries
2017-06-21 20:34:09 +10:00
sfaulds
aa88aa7a1c revamp on stop action function
add delete movie
revise on stop actions settings
2017-06-21 17:42:04 +10:00
sfaulds
65c4384079 add the post play actions for prompt for delete and prompt for play next episode 2017-06-20 10:10:51 +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
Shaun
9ade9c6047 - Add Force Transcode to context menu
- Add max width to transcode
- Add force 8 bit to transcode
- Add playback type to begining of overview text
2017-06-10 13:01:04 +10:00
sfaulds
571e6c0b77 - Add cast and people
- Add setting to show Media Info, Overview and People
- Add setting to collapse movies into collections
- Add media types for movies, seasons and episodes
- Only add season and episodes numbers to seasons and episodes
- Fix a bug with i18n settings when being called as a script to set mark as watched
2017-06-08 19:59:34 +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
Shaun
2fd0af783e add and use server and user detect 2017-05-20 11:20:54 +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
sfaulds
c2ce514435 reset user windows values at login
remove old jump back setting
only show smb username|password if diect file plackback selected
2017-04-29 10:37:20 +10:00
sfaulds
742cf09792 add option to disable local data cache 2017-04-19 13:23:44 +10:00
Shaun
9794549865 use the correct change user message 2017-04-09 19:50:12 +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