xbmc / chorus2

Official Kodi Web Interface
GNU General Public License v2.0
333 stars 116 forks source link

set last played values after playing in browser #580

Open czosnkowy666 opened 4 months ago

czosnkowy666 commented 4 months ago

Feature suggestion

Detailed Description

After playing music or video in browser this should be recorded in kodi in played count and last played date

Context

Right now on music tab we have list of last played albums but playing anything in web ui is not affecting this list due to lack of recording fact of playing anything in browser

Possible Implementation

Additional context, screenshots or links

Here are some relevant links or screenshots:

Note: Team Kodi will consider this item however we will not make any promises if it will be included.

malard commented 3 months ago

@czosnkowy666 the issue is that Kodi is not playing the content, the browser is, Kodi is merely providing the link to the asset. Therefore what I think we are talking about here is making the web interface mark the content as played once its rendered it locally. Do you know if any other web interface has this existing behaviour?

czosnkowy666 commented 2 months ago

I'm not aware about existing webui doing this but api for this exists on kodi side