Commit Graph

19 Commits

Author SHA1 Message Date
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
13af7437af
Various fixes due to layout changes (#97)
* Various fixes due to layout changes

* Update .pylintrc
2021-10-21 15:19:10 +02: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
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
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
e25ebfd8a2
Rebranding to GoPlay (#64)
* Support for rebranding to GoPlay
2021-02-01 08:53:13 +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
Michaël Arnauts
b33062bd35
Add categories and clips (#23) 2020-04-20 08:59:10 +02:00
Michaël Arnauts
6e9a4718fe
Rework cache (#15)
* Rework cache

* Cancel at 5%

* Check before removing auth token

* Fix cache refreshing from service
2020-04-01 11:01:22 +02:00
mediaminister
3d7a05cf24
Py2/3 compatibility fixes (#16) 2020-04-01 11:00:06 +02:00
Dag Wieers
b282b3ef34
Various check fixes (#11)
* Various check fixes

This PR includes:
- Fix invalid-name pylint check
- Enable overriding PYTHON in Makefile
- Supporting multiple languages

* Add invalid-name to routing tests

Co-authored-by: Michaël Arnauts <michael.arnauts@gmail.com>
2020-03-25 08:08:15 +01:00
Michaël Arnauts
2c25ddd948 Use CACHE_PREVENT when opening a program so the cache is refreshed. 2020-03-24 17:58:40 +01:00
Michaël Arnauts
7e86106562
Implement program caching for more metadata in listings (#8) 2020-03-22 15:37:15 +01:00
Michaël Arnauts
5a19cf02a9 Handle authentication errors better 2020-03-22 10:30:23 +01:00
Michaël Arnauts
c3ff578fac Fix correct naming of channels to uppercase 2020-03-21 20:46:14 +01:00
Michaël Arnauts
f1463e9887 Fix checks and tests 2020-03-20 13:53:21 +01:00
Michaël Arnauts
a5c7de6b68 First version of the addon 2020-03-19 16:45:31 +01:00