Commit Graph

87 Commits

Author SHA1 Message Date
1118468427
Added playcrime channel 2024-05-08 15:39:53 +02:00
mediaminister
0ddcdb1b0b Add live channels 2023-09-21 15:28:52 +02:00
Michaël Arnauts
bc82711886
Add support for proxies (#126)
* Add support for proxies
2023-07-21 22:54:53 +02:00
Michaël Arnauts
48c993a4e7 Fix pylint warnings/errors 2023-07-21 22:28:50 +02:00
mediaminister
c9ae78f83b
Add DRM support for all streams (#121) 2023-07-21 22:16:07 +02:00
mediaminister
7504d1a6ec
Use inputstreamhelper for unprotected MPEG-DASH (#118) 2023-07-21 22:12:09 +02:00
Michaël Arnauts
be42bc6e1c Remove obsolete API_VIERVIJFZES 2023-01-16 18:23:30 +01:00
mediaminister
9cdebb6c7f
Update api (#114) 2023-01-16 17:59:29 +01:00
mediaminister
b7a479e585
Add support for unprotected MPEG-DASH streams (#111) 2022-12-15 11:36:51 +01:00
Michaël Arnauts
98a0ffb162
Support Python 3.10 (#107)
* Support Python 3.10

* Add timeout

* Fix test
2022-10-16 15:36:00 +02:00
Michaël Arnauts
9f4bba446a
Fix clips (#108) 2022-10-16 15:32:56 +02:00
Michaël Arnauts
a26121ee37
Fix API (#105) 2022-07-07 15:51:56 +02:00
Michaël Arnauts
02b2d4dbb1
Fix empty My List due to unknown items (#102)
* Ignore unavailable items on My List

* Rework My List API
2022-02-03 18:38:34 +01:00
Michaël Arnauts
16bb1ceab3
Modify repository so HEAD contains the Matrix version (#100) 2022-02-02 17:49:48 +01:00
Michaël Arnauts
bcb5caceeb
Fix playback of DRM protected content (#101) 2022-02-02 17:45:56 +01:00
Michaël Arnauts
13af7437af
Various fixes due to layout changes (#97)
* Various fixes due to layout changes

* Update .pylintrc
2021-10-21 15:19:10 +02:00
mediaminister
9c44d323e6
Fix menu (#93) 2021-09-15 16:18:53 +02:00
Michaël Arnauts
37121fa6dd
Fetch a week of EPG data for IPTV Manager (#89) 2021-04-24 18:27:26 +02:00
Michaël Arnauts
0edbad10df
Improve playback error handling (#87) 2021-04-23 23:27:55 +02:00
Michaël Arnauts
d5551f4e9e
Add support for Play7 (#86) 2021-04-06 18:07:15 +02:00
Michaël Arnauts
4a47c5c933
Don't use cached episode info for playback (#82) 2021-03-22 13:40:26 +01:00
Michaël Arnauts
8f59c16eab
Improve artwork (#79)
* Update channel logo's
* Improve artwork selection
* Filter out <br /> in descriptions
2021-03-19 16:45:26 +01:00
Michaël Arnauts
88e1bbc4d6
Add recommendations and categories (#76) 2021-02-17 07:42:24 +01:00
Dag Wieers
9ddc73094d
Fix incomplete descriptions (#75)
* Fix incomplete descriptions

This PR includes:
- Use full description for episodes rather than cut-off description
- Use the program description if the season description is missing

* Update kodiutils.py

Co-authored-by: Michaël Arnauts <michael.arnauts@gmail.com>
2021-02-16 16:57:52 +01:00
Michaël Arnauts
1a541552d7
Remove background metadata downloading (#74)
* Don't download metadata in the background anymore

* Remove warning logging
2021-02-15 13:42:10 +01:00
Michaël Arnauts
a80100247e
Fix error when requesting a My List that has not been created yet. (#73) 2021-02-11 18:25:51 +01:00
Michaël Arnauts
7ad56fbca2
Cleanup CI test (#72) 2021-02-09 21:09:58 +01:00
Michaël Arnauts
1140b9b07a
Implement My List (#71)
* Fetch my list from amazon cognito sync
* Allow updating My List
2021-02-09 20:54:40 +01:00
Michaël Arnauts
6565b4e0df Fix watched indicator 2021-02-01 13:44:39 +01:00
Michaël Arnauts
e25ebfd8a2
Rebranding to GoPlay (#64)
* Support for rebranding to GoPlay
2021-02-01 08:53:13 +01:00
Michaël Arnauts
415a239d82
Add support for Python 3.9 (#60) 2020-11-30 10:15:52 +01:00
Michaël Arnauts
80045cdb4e
Fix authentication on some older Android devices (#58) 2020-11-28 17:16:11 +01:00
Michaël Arnauts
57b2ac36c0
Fix CI tests (#59) 2020-11-28 17:13:21 +01:00
Michaël Arnauts
c8a1908159 Fix pylint warning 2020-11-17 16:52:15 +01:00
Michaël Arnauts
4fd5fda393 Cleanup imports in kodiutils, and fix translatePath for Matrix. 2020-11-17 09:33:59 +01:00
mediaminister
385c0b0aec
Add inputstreamhelper (#57) 2020-11-12 08:13:13 +01:00
mediaminister
909ab94003
Fix clearing local metadata (#55) 2020-11-10 23:18:41 +01:00
Michaël Arnauts
209edde50d
Don't cast season to an int since it can be a string (#54) 2020-11-10 10:52:06 +01:00
Michaël Arnauts
f54622f930
Allow playing drm protected content (#47)
* Allow playing drm protected content
2020-11-04 12:48:33 +01:00
Michaël Arnauts
d8824d32be
Allow to install and run Kodi Logfile Uploader from the settings (#50) 2020-11-03 11:50:54 +01:00
Michaël Arnauts
84b7ade8a1
Allow to install IPTV Manager from the settings (#49) 2020-11-03 11:47:35 +01:00
Michaël Arnauts
8cec8ecfd5
Fix logging for Kodi Matrix (#48) 2020-10-26 17:25:37 +01:00
Michaël Arnauts
ed36677694
Various fixes (#46)
* Various fixes
* Order imports
* Use __name__ for _LOGGER
2020-10-26 10:25:57 +01:00
Dag Wieers
e7c06c7966
AttributeError: 'list' object has no attribute 'get' (#45) 2020-10-26 09:57:23 +01:00
Michaël Arnauts
def9fe54b8 Fix opening items from search 2020-09-10 21:06:16 +02:00
Michaël Arnauts
dcc0a61560 Fix loading content from cache 2020-09-10 21:06:02 +02:00
Michaël Arnauts
33b53e8ab4 Fix debug logging 2020-09-10 21:05:38 +02:00
mediaminister
c88e7f37c0
Show message when Kodi Player fails to get the stream (#40) 2020-08-23 17:31:10 +02:00
Michaël Arnauts
fd83e93b1d
Use sake for Kodi stubs (#36) 2020-07-09 10:16:45 +02:00
Michaël Arnauts
85ced854a5
Add IPTV Manager to Integrations category (#35) 2020-06-19 15:28:09 +02:00