Michaël Arnauts
7ac3a21d1a
Fix publish.py script
2022-07-07 15:52:36 +02:00
Michaël Arnauts
a26121ee37
Fix API ( #105 )
2022-07-07 15:51:56 +02:00
Michaël Arnauts
d5a905db5c
Prepare for v0.4.7
2022-02-04 21:36:53 +01: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
21f877fb8d
Update LICENSE to latest version
2022-02-02 17:54:07 +01:00
Michaël Arnauts
cfeae82636
Prepare for v0.4.6
2022-02-02 17:52:24 +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
4b24396aa0
Update to actions/setup-python@v2
2022-02-02 17:09:01 +01:00
michaelarnauts
d93de09d2f
Prepare for v0.4.5
2021-10-21 15:25:40 +02:00
Michaël Arnauts
8b22d285e7
Remove dependency on inputstream.adaptive ( #98 )
2021-10-21 15:24:46 +02: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
e07edfa658
Prepare for v0.4.4 ( #95 )
2021-09-15 16:39:40 +02:00
mediaminister
3a9848d0f0
Fix tests ( #94 )
2021-09-15 16:28:47 +02:00
mediaminister
9c44d323e6
Fix menu ( #93 )
2021-09-15 16:18:53 +02:00
michaelarnauts
f221d0040f
Fix test
2021-07-12 20:15:55 +02:00
michaelarnauts
94752d2c6a
Update .pylintrc
2021-07-12 20:09:54 +02:00
michaelarnauts
bfe7036999
Add issue templates
2021-07-12 19:46:38 +02:00
michaelarnauts
c5dee12e46
Prepare for v0.4.3
2021-04-24 18:30:45 +02:00
Michaël Arnauts
37121fa6dd
Fetch a week of EPG data for IPTV Manager ( #89 )
2021-04-24 18:27:26 +02:00
michaelarnauts
9d6eabc43e
Update README.md
2021-04-24 18:24:04 +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
f688036559
Prepare for v0.4.2
2021-03-22 13:48:51 +01: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
d8b95cd2e9
Fix README.md
2021-02-27 10:57:27 +01:00
Michaël Arnauts
6334a215c6
Prepare for v0.4.1
2021-02-27 10:56:45 +01:00
Michaël Arnauts
2f0e236718
Update test
2021-02-25 13:00:48 +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
d8a9ab4e10
Create FUNDING.yml
2021-02-09 21:13:32 +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
497cdd6b14
Remove dependency on tox ( #70 )
2021-02-08 22:23:35 +01:00
Michaël Arnauts
769812f7cd
Update .gitattributes
2021-02-04 12:20:49 +01:00
Michaël Arnauts
b3199dc7bd
Prepare for v0.4.0
2021-02-04 12:18:47 +01:00
Michaël Arnauts
6565b4e0df
Fix watched indicator
2021-02-01 13:44:39 +01:00
Dag Wieers
c41264965d
Make use of git archive ( #66 )
...
This simplifies the creation of the ZIP file as it uses .gitattributes for excluding common files.
It builds a ZIP file based on the working directory by using the current working directory as a stash.
2021-02-01 08:54:07 +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
8a2129b894
Run CI on Windows ( #62 )
...
* Run CI on Windows
* Don't run service on windows
2020-12-17 14:16:49 +01:00
Michaël Arnauts
415a239d82
Add support for Python 3.9 ( #60 )
2020-11-30 10:15:52 +01:00
Michaël Arnauts
f7f90ac400
Prepare for v0.3.1
2020-11-28 17:17:51 +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
3d987b969d
Prepare for v0.3.0
2020-11-17 16:48:40 +01:00
Michaël Arnauts
4fd5fda393
Cleanup imports in kodiutils, and fix translatePath for Matrix.
2020-11-17 09:33:59 +01:00