Untergeordnete Seiten
  • User Management

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.36
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download



Table of Contents

Overview

MediaPortal 2 has a basic user management service for storing settings and user specific metadata about media items.

Current State

 

 

 

User management is not widely used yet nor does it support creating new users. It's basically means having a user per client, currently. See infos below. This needs to be extended to a full featured user management with shared profiles across clients and managed by the server, but it is not implemented, yet.

 

Details

MP2-Server provides a service that stores user specific information, either "globally" (per user) or per MediaItem. It's accessible via the IUserManagementService (http://src-doc.team-mediaportal.com/...anagement.html) that uses the UPnPUserProfileDataManagementServiceProxy  (http://src-doc.team-mediaportal.com/...ice_proxy.html) for server communication.

What is an "user" ?

While the UserProfileDataManagementService provides methods to create users and store arbitary informations for them, at the moment there is only a "pseudo user" per client system.

This means the resume information is currently stored per client.

What needs to be done?

To share the same user on different systems, a kind of user management needs to be implemented:

  • Creating users
  • Setting user properties (needs to be defined), can be used for password store
  • Creating a login model to set the current user

Related

   

 

This page has no comments.