Helder Martins
unread,Jan 6, 2012, 12:12:48 PM1/6/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to 7digital API Developers
Something that bugged me for a while, but not so critical. I noticed
that even having the attribute 'version' in the 'track/details'
method, most of the time (in my case) the version is being returned in
the title of the song between parenthesis (sometimes with brackets
too). For example, Pink Floyd's top song is 'Another Brick In The
Wall, Pt. 1 (2011 - Remaster)'. I'd expect that '2011 - Remaster'
would be returned in the 'version' attribute, and not in the title. It
is important to my app showing this info, but I also think that it
leaves the interface not so elegant with long song titles. Is that
correct and expected? If it is, what is the difference that we should
expect between this data and the one provided by the 'version'
attribute?
Since I already print the 'version' attribute with a different and
smaller style, I was thinking of some method of fixing that, like
parsing that data between parenthesis and printing with the 'version'
style in a different position. But I also fear of parsing wrong data,
like songs that do have parenthesis in the title. Any idea how that
parsing could be done?
Regards,
Helder M