Add 3 queries in api.py to support authentication, favourites and last viewed videos retrieval
Add categories and fields in settings to store user and password
Add 2 menu items at the top
They lead to empty list if email and password are not set in settings
If one of the 2 field is set but not the other a warning notification is displayed before empty list
If authentication fails, an error notification is displayed before empty list
Add Polish translation (for existing and new text)
Mark Arte HBBTV as deprecated in api.py module.
Possible enhancements:
Modification of favourites through Kodi is not supported yet.
Authentication requests may be optimized, by storing the bearer token in session rather than doing it for each menu item (requiring it : favourites and last viewed videos).
Add menu item to get favourite and last viewed video from Arte TV API to solve issue https://github.com/known-as-bmf/plugin.video.arteplussept/issues/78.
Summary of changes:
Possible enhancements: