Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more metadata to Kodi information pane #674

Open
dagwieers opened this issue Jan 11, 2020 · 1 comment · Fixed by xbmc/xbmc#17179
Open

Add more metadata to Kodi information pane #674

dagwieers opened this issue Jan 11, 2020 · 1 comment · Fixed by xbmc/xbmc#17179
Labels
enhancement New feature or request kodi Related to the Kodi media player released A fix for this issue has been released by upstream

Comments

@dagwieers
Copy link
Collaborator

dagwieers commented Jan 11, 2020

Describe the feature

Currently the Kodi information pane is showing very limited metadata for our VOD content:

  • ListItem.Premiered (episode) -- Date aired:
  • ListItem.Studio (episode/oneoff/program) -- Studio:
  • ListItem.Tag (episode/oneoff) -- Tags:

whereas we could be showing:

  • ListItem.Date (episode/oneoff) -- Date:
  • ListItem.DateAdded (episode/oneoff) -- Date added:
  • ListItem.Duration (episode/oneoff) -- Duration:
  • ListItem.Playcount (episode/oneoff) -- Play count:
  • ListItem.LastPlayed (episode/oneoff) -- Last played at:
  • ListItem.DBTYPE (episode/oneoff/program) -- Media type:
@dagwieers dagwieers added enhancement New feature or request kodi Related to the Kodi media player estuary Related to Kodi's default skin labels Jan 11, 2020
@dagwieers dagwieers added fixed An upstream fix is available but not yet released and removed estuary Related to Kodi's default skin labels Jan 12, 2020
@dagwieers
Copy link
Collaborator Author

The code was merged into the master branch and will be released with Kodi Matrix.

@dagwieers dagwieers added merged A fix for this issue has been merged by upstream and removed fixed An upstream fix is available but not yet released labels Jan 17, 2020
@mediaminister mediaminister added released A fix for this issue has been released by upstream and removed merged A fix for this issue has been merged by upstream labels Mar 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request kodi Related to the Kodi media player released A fix for this issue has been released by upstream
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants