Commit Graph

83 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
fb6a1c1329 Initial py3 pass 2021-01-02 23:04:24 -05:00
Matt
8f736e8bd3 We need the brackets for later 2020-12-05 18:28:20 -05:00
Matt
4ba0b64d2c Update auth for 10.7 2020-11-23 17:58:45 -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
62469e806a Remove debug statement 2020-07-05 12:10:26 -04:00
mcarlton00
97342edee0 Remove bad variable 2020-07-05 12:03:28 -04:00
mcarlton00
87ec183694 Fix url generation to work with jellyfin 2020-07-04 18:43:50 -04:00
mcarlton00
e59b54cccf Beginning rebranding + removing emby from api urls 2020-07-04 13:26:21 -04:00
faush01
14514fc7b5 remove old playback method functions 2020-07-02 12:48:29 +10:00
faush01
6b9f709092 small fix for transocde url having duplicate params 2020-06-29 14:04:50 +10:00
faush01
91cd8ce656 add force transcode bitrate selector 2020-06-24 20:31:47 +10:00
faush01
7edede7707 few small changes to the auto play logic 2020-06-23 19:42:17 +10:00
faush01
867545a9b3 use PlaybackInfo results to determin playback method, paths and urls 2020-06-22 19:32:41 +10:00
faush01
e8a9be1ae0 fix a bung of LINT warnings 2020-06-21 11:27:09 +10:00
faush01
17ac755e36 add more audio options when transcoding 2020-06-05 16:42:10 +10:00
faush01
38dcb5d119 add details for multi version items 2020-04-18 11:05:51 +10:00
Juan Manuel Carnicero Vega
6b562e069d Add label2 to list of streams to play dialog (#98)
* Add label2 to list of streams dialog.
authored-by: Juan Manuel Carnicero Vega <jm.carnicero@dreev.com>
2020-04-18 10:53:00 +10:00
faush01
8d78391b89 add safe delete support 2020-04-14 13:24:01 +10:00
faush01
caef60d180 url encode params in get emby url, small bug fix for a to z lists 2020-03-14 11:40:40 +11:00
faush01
3fecc108da add SegmentContainer=ts to transocde request 2020-02-28 10:52:25 +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
Shaun
5a70c52fde fix path smb substituation to only replace if path starts with // 2019-11-24 12:51:56 +11:00
Shaun
3d8269aa71 remove is played from one of the resumable movies list menu 2019-11-10 12:16:15 +11:00
faush01
9aa290fd9f switch to using url helper function to build emby request urls 2019-11-06 16:04:41 +11:00
Shaun
beefdd1dd2 add some force transcode options 2019-07-20 11:27:26 +10:00
Shaun
2dfaacc184 for manual and detect server correctly parse user:passowrd@ url tokens 2019-03-03 09:51:11 +11:00
faush01
d282c0851a use the use_https and verify_cert settings to work out if the verifypeer=false is needed on Kodi urls 2019-03-01 09:04:23 +11:00
faush01
ffaf17dd31 Add support for basic http password auth in the host URL and dont check for SSL errors for image and streaming urls 2019-02-22 15:05:23 +11:00
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