Is it possible to have a disc property added to TrackObject and AlbumObject? Should I create a ticket for it? One of the options I’m giving in my plugin is to pull down by Albu, but some albums span multiple discs. When that happens and it sorts by track number, they intermix.
Just wondering if this was being considered. I'm trying to do:
track = TrackObject(
...
disc = song.get('disc', 0),
...
)
But I get the following error:
FrameworkException: The 'disc' attribute is inaccessible from model interfaces.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.