Commit Graph

140 Commits

Author SHA1 Message Date
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
Michaël Arnauts
b41bf2543f Prepare for v0.3.0 2020-11-12 14:38:10 +01:00
Michaël Arnauts
591cd91c09
Update README.md 2020-11-12 14:18:45 +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
1fdc18f73a
Update addon.xml 2020-10-10 14:14:48 +02: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
Michaël Arnauts
2cf81ea6c5 Ignore super-with-arguments pylint warning 2020-09-10 21:05:18 +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
94067c2fa9 Release v0.2.0 2020-06-19 15:44:10 +02:00
Michaël Arnauts
85ced854a5
Add IPTV Manager to Integrations category (#35) 2020-06-19 15:28:09 +02:00
Michaël Arnauts
6ed3b1097b
Add Clean Metadata setting (#34) 2020-06-19 15:20:20 +02:00
Michaël Arnauts
3477fd4aa2
Use sock.sendall instead of sock.send (#32) 2020-06-12 17:02:19 +02:00
Michaël Arnauts
6e30322f8a
Pass genre, program title and episode number to IPTV Manager. (#31) 2020-06-09 10:51:59 +02:00
Michaël Arnauts
3902a93aa1
Add stream info for direct playing in Kodi 19 (#30) 2020-06-02 22:55:50 +02:00
Michaël Arnauts
c8781424c1
Add support for playing from the Guide with IPTV Manager (#29) 2020-05-25 20:41:38 +02:00
Michaël Arnauts
b5e36047f5
Add option for debug logging and fix CI (#27) 2020-05-11 14:12:13 +02:00
Michaël Arnauts
121ea8808f
Use inputstream.adaptive for playback (#25) 2020-04-20 16:26:16 +02:00
Michaël Arnauts
78bfae2471
Check for unused translations (#24) 2020-04-20 16:09:00 +02:00
Michaël Arnauts
b33062bd35
Add categories and clips (#23) 2020-04-20 08:59:10 +02:00