Commit Graph

106 Commits

Author SHA1 Message Date
Matt
7b10c48e8f Show saved users in the user selection list 2022-10-01 10:59:10 -04:00
mcarlton00
14b2a10fdf Merge pull request #221 from mcarlton00/unique-client-id
Force unique client IDs when using quick connect
2022-09-29 21:37:52 -04:00
andry.yosua
6ee2f9c962 subtitle not working on self sign certificate
`requests.get` when download subtitle file do not respect "Verify HTTPS
certificate" setting.

STEPS TO REPRODUCE:
- i have installed self sign certificate on jellyfin server
- i have set "Verify HTTPS certificate" to false on addon setting

EXPECTED RESULTS:
i can play movies

ACTUAL RESULTS:
i can not play movies.

this happened because `requests.get` when download subtitle file do not
respect "Verify HTTPS certificate" setting.

this PR add "Verify HTTPS certificate" setting when downloading subtitle
file
2022-09-20 05:51:43 +07:00
Matt
1d8b9824ad Force unique client IDs when using quick connect 2022-09-18 09:36:00 -04:00
Matt
24548a081c Fix user switching 2022-08-06 19:43:16 -04:00
Matt
7a1a7843e6 Download all external subs when playback starts 2022-06-19 15:55:46 -04:00
Matt
075e1e8974 Move current date calculation to a function 2022-06-16 18:24:16 -04:00
Matt
06f78ce620 Do all date calculations in UTC 2022-06-16 18:15:40 -04:00
Matt
44afd62989 Address flake8 warnings 2022-06-09 20:35:06 -04:00
Matt
416b04fdec Don't use stale data 2 - widgets 2022-05-20 23:46:59 -04:00
Matt
c2958445cb Get current data when generating URLs 2022-05-20 23:40:13 -04:00
mcarlton00
43f576d1c5 Fix browsing the Live TV programs menu (#145)
* Convert server times to local timezone

* Fix naming format of programs

* Simplify string formatting

* Remove unneeded space
2022-04-30 10:34:47 -04:00
Odd Stråbø
6126d617f5 Copy translate_path from Jf4Kodi, fix LazyLogger 2022-03-09 22:51:38 +01:00
Matt
36b23d0b19 Reworking the network stack 2022-02-27 22:15:54 -05:00
Matt
6efa62ced2 Ensure deviceId is unique and URL safe 2022-01-17 15:16:51 -05:00
Matt
297b25a739 Rework user data storage 2022-01-17 12:17:21 -05:00
Matt
264145c4b9 Address flake8 complaints 2021-12-30 18:40:08 -05:00
Matt
fc690abee9 Rename translate function 2021-12-30 17:05:10 -05:00
Matt
5c3740b8a9 Function refactoring and reordering 2021-12-29 16:54:05 -05:00
Matt
6e6e753475 Remove unneeded double_urlencode function 2021-12-05 17:48:13 -05:00
mcarlton00
42187327d6 Update resources/lib/utils.py
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-10-02 09:53:12 -04:00
Matt
58a256c121 Fix direct play logic for 10.8 2021-10-01 17:49:19 -04:00
Matt
441bb10624 Fix next episode dialog 2021-05-28 23:33:13 -04:00
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