2014-07-04, 09:22
Just a quick question in regards to the artist information. Spotimc retrieves multiple artist in the format '(Artist 1), (Artist 2)' which looks fine to the eye except XBMC internally would use ' / ' as the separator. iTunes and Amazon use 'feat.' and 'ft.'. Is the ',' added by spotify or Spotimc? The reason I ask is I use Artist Slideshow and the comma breaks it.
AS supports three ways of identifying multiple artists:
- When scrapped, XBMC will separate artists based on the separation string (by default that is ' / '). AS asks XBMC for the list of artists associated with the song. (this one probably doesn't apply in your case since Spotify music obviously isn't scrapped into the library).
- AS will also look at the artist string and try and parse multiple artists. AS looks for the standard XBMC separator (' / ' <- that's a space, a slash, and a space) as well as 'feat.' and 'ft.' (for featured).
- AS also looks in the song title for 'feat.' and 'ft.' (this is the iTunes/Amazon style for featured artists)
Is it possible to get spotimc to use a different separator for multiple artists? The Artist Slideshow developers bring up the good point that with a comma there is no way to tell the difference between Katy Perry, Juicy J as two artists and Earth, Wind, & Fire as one in code.
AS supports three ways of identifying multiple artists:
- When scrapped, XBMC will separate artists based on the separation string (by default that is ' / '). AS asks XBMC for the list of artists associated with the song. (this one probably doesn't apply in your case since Spotify music obviously isn't scrapped into the library).
- AS will also look at the artist string and try and parse multiple artists. AS looks for the standard XBMC separator (' / ' <- that's a space, a slash, and a space) as well as 'feat.' and 'ft.' (for featured).
- AS also looks in the song title for 'feat.' and 'ft.' (this is the iTunes/Amazon style for featured artists)
Is it possible to get spotimc to use a different separator for multiple artists? The Artist Slideshow developers bring up the good point that with a comma there is no way to tell the difference between Katy Perry, Juicy J as two artists and Earth, Wind, & Fire as one in code.