Commit Graph

51 Commits

Author SHA1 Message Date
faush01
759638e2ff updates requested 2019-01-11 10:24:42 +11:00
faush01
40ad8f3ee7 fix for strm playback hack, dont force set when the item has a runtime 2019-01-07 07:49:36 +11:00
faush01
a20b1b1553 new user selection interface 2019-01-05 13:28:43 +11:00
faush01
1b67860a22 clean up strings 2018-10-26 14:04:54 +11: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
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
Sebastian S
0d8f51c831 Added support for season landscape and season banner artworks (#33)
+ re-added fallback values for compatiblity reasons for some skins
2018-05-18 09:11:14 +10:00
faush01
e6135e7445 changes to the images for seach item type 2018-05-10 15:46:21 +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
Sebastian S
76809030b3 Don't set fanart to listitem.art(landscape) (#26) 2018-02-09 23:35:58 +01:00
Shaun
9bb5428349 move field filters to a dynamic url word 2018-01-26 10:35:39 +11:00
Sebastian S
1ff82b0d1c Fix broken and wrong clearlogo/clearart for episodes/tvshows (#20) 2018-01-17 18:57:49 +11:00
Ian Mclaughlin
9ff27c1cae fix artwork for episodes in widgets (#19)
* set user image in windows props for skins
* artwork changes
2018-01-09 08:29:00 +11:00
Shaun
d30a31c9cf move the Send Notify Event to its own function
send a notification when items are displayed so the viewmaster addon can do its thing
2018-01-04 07:52:20 +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
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
8a560e33e7 remove a bunch of map get calls 2017-12-28 15:38:32 +11:00
Shaun
66763bfeb3 Add selection of media source for items that have multiple sources 2017-12-13 11:17:51 +11:00
anxdpanic
0904e8388b add debug logging, fail gracefully (#17)
looks good
2017-12-08 09:44:44 +11:00
anxdpanic
ba0da9221b fix strm playback (#16)
* fix strm

* strm: treat lines starting with # that aren't #KODIPROP as comments

* fixup linebreak detection in strm
2017-12-07 07:19:16 +11:00
Shaun
b0ac30a7de - remove CumulativeRuntimeTicks
- set correct type on ALL episodes entrry
- add TVShowTitle to All episodes entry
2017-11-28 20:03:07 +11:00
shaun
23870227d9 stop playback before playing next item on play request
fix a transcode url issue
add notice for playabck starting
2017-11-19 16:07:45 +11:00
shaun
c241504abf add translation support for new strings 2017-11-19 15:38:38 +11:00
shaun
aa00f577e9 add texture caching 2017-11-18 20:07:25 +11:00
Shaun Faulds
7199726109 Add play session id 2017-11-14 19:11:25 +11:00
sfaulds
e81e3f9383 add h265 video play type override 2017-09-14 19:55:28 +10:00
sfaulds
cf76f5ca01 add Date Added to the sort types available 2017-09-13 11:42:09 +10:00
sfaulds
a4f17861d7 add tvshow images
add override action for url widgets
2017-09-03 18:55:51 +10:00
sfaulds
c1254365de add premiered date
add production info to widget items
add tvshow.poster and tvshow.clearart images types to items
2017-08-26 18:41:43 +10:00
sfaulds
b7a41c4aa5 - use /emby/Shows endpoint for series season view
- add import encodings to fix an issue on android
- clear the last time stamp on service exit
2017-07-27 11:34:23 +10:00
sfaulds
2fce0e85c1 changes to comply with Kodi repo rules 2017-07-08 10:34:30 +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
83a92b3d96 add search (movies, series, episodes) (#10)
Add search
2017-06-14 06:56:35 +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
anxdpanic
2b646ddc46 change strm handling (#9)
- change strm handling
- don't write .strm file
- return and set any listitem properties that are in strm
- resolves: https://emby.media/community/index.php?/topic/46651-embycon/page-4#entry456816 while maintaining inputstream support
* refactor of strm handling
2017-06-10 07:13:24 +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
b1ac2ca2aa .strm support improvement (#7)
- resolves playback of strms requiring inputstream addons
2017-05-31 07:16:59 +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
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
6fee2f88bc add api_key to streaming urls 2017-05-18 17:21:21 +10:00
sfaulds
8d7095df9d add played percenatage to item hash 2017-04-13 19:30:58 +10:00
sfaulds
0bcd4db6d2 use eTag to determin changes in item to detect dirty cache 2017-04-13 16:33:22 +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
0c6ca7ecfa set actual playback path in the directory item 2017-04-09 10:25:58 +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
shaun
f9e5f93bc3 add simple logging 2017-03-17 07:10:35 +11:00
shaun
6365569888 use the new emby api endpoint
use the root address for WS connections
add the X-Emby-Authorization header
2017-03-10 12:18:47 +11:00
shaun
f474070424 switch to use the python loggin module 2017-03-10 10:45:38 +11:00
shaun
2b36f6edc3 update imports due to renaming files 2017-03-10 09:32:49 +11:00