Actions
Bug #294
closedaccess for Tracknumber and Year on a Listitem on xbmc4xbox not working correct
Status:
Closed
Priority:
Normal
Assignee:
Category:
Python Code and/or Scripts
Target version:
Start date:
23/03/2014
Due date:
% Done:
0%
Resolution:
wontfix
Affected Version:
Description
When you want to access the Tracknumber and Year from a Album over List item on a addon or plugin on xbmc4xbox give it ever the same number '65535'
On main xbmc the same code works without Problem.
This mean the access from the Infolabels:
the following code on a addon since for the Tracknumber and Year from a Album not working.
liz.setInfo( type="music", infoLabels={ "Artist": artist, "Title": track, "Album": album, "TrackNumber": number, "Year": date})
Actions