Open wutschel opened 2 months ago
Testing shows some more problems which are not completely resolved:
There are two paths possible
Needs polling of user profile and has several implications to update the current view in case the user profile was changed. E.g. this would require reloading of the movie list view (and any other cached view) if the user profile changed.
This is more in line with current behaviour. Cache does not take the user profile into account. If the user changes the profile, a manual pull-to-sync might be required to update the views to the new access rights. In this case changing the user profile is treated like a Kodi setting which the app can read and set.
Description
Closes https://github.com/xbmc/Official-Kodi-Remote-iOS/issues/38.
This PR implements support for user profiles. Profiles can be reached via the Settings menu. The available profiles (incl. thumbnails) are listed, and the current active profile is highlighted. When selecting another profile it is attempted to load it.
Screenshots:
Summary for release notes
Feature: Support listing/loading profiles