mherger wrote: 
> When you double-click an item you should get some information about it.
> Do  
> you see a foreign_id value starting with spotify-WW in there?
> 

Hi Michael

It doesn't seem to matter whether my music sources are set to just local
files or just Spotify - I get the same error message.

With a list made up of just local files, double clicking the first track
gives me this:

Code:
--------------------
    
  
  Sebastian - Steve Harley & Cockney Rebel
  {
  "title": "Sebastian",
  "foreign_ids": [
  {
  "catalog": "CAUTINE13C1B634554",
  "foreign_id": "CAUTINE13C1B634554:song:00d44a0fbc641aefdd36ad036962a98d"
  }
  ],
  "artist_name": "Steve Harley & Cockney Rebel",
  "artist_hotttnesss": 0.373707,
  "song_hotttnesss": 0.292098,
  "artist_familiarity": 0.742523,
  "artist_id": "ARRMVHS1187FB542FE",
  "id": "SODNQRR1373ECC74E3",
  "audio_summary": {
  "analysis_url": 
"http://echonest-analysis.s3.amazonaws.com/TR/0R5_5w3oQYFYf8RagnJYwZqNp9PTwLECF55qDu/3/full.json?AWSAccessKeyId=AKIAJRDFEY23UEVW42BQ&Expires=1358020394&Signature=T8KCVXS7kDngn47eChzXb7eou4w%3D";,
  "energy": 0.3718218675824041,
  "tempo": 123.478,
  "speechiness": 0.0554922661241215,
  "key": 11,
  "duration": 639.80517,
  "audio_md5": "1990103a6b206b35226edf3284bc5160",
  "liveness": 0.9910588171977303,
  "mode": 0,
  "time_signature": 3,
  "loudness": -15.84,
  "danceability": 0.3578992117969318
  }
  }
  
--------------------


With a list drawn from Spotify, double clicking the first track gives
this:

Code:
--------------------
    
  {
  "title": "The Girl Gets Around",
  "foreign_ids": [
  {
  "catalog": "CAUTINE13C1B634554",
  "foreign_id": "CAUTINE13C1B634554:song:9d5f6067615d2f3c1829a73f5c62be97"
  },
  {
  "catalog": "CAUTINE13C1B634554",
  "foreign_id": "CAUTINE13C1B634554:song:96123cb74e339d4ef06d0747d2962578"
  }
  ],
  "artist_name": "Sammy Hagar",
  "artist_hotttnesss": 0.44274,
  "song_hotttnesss": 0.24029,
  "artist_familiarity": 0.767478,
  "artist_id": "AR0YTWT1187FB3D62F",
  "id": "SOKTXQL12AB017FCC1",
  "audio_summary": {
  "analysis_url": 
"http://echonest-analysis.s3.amazonaws.com/TR/QU4BlwjO9PmYYONppzAi26_ARsk-pn6v4JJjgn/3/full.json?AWSAccessKeyId=AKIAJRDFEY23UEVW42BQ&Expires=1358020740&Signature=WY5D4r4Sv30OH/R6FEtQJRRwwJ4%3D";,
  "energy": 0.6420190606469259,
  "tempo": 144.19,
  "speechiness": 0.03520202101189357,
  "key": 0,
  "duration": 203.09333,
  "audio_md5": "f081326d39aa5ac839152482ccd2e807",
  "liveness": 0.14939077808252038,
  "mode": 1,
  "time_signature": 4,
  "loudness": -5.081,
  "danceability": 0.5688644092151148
  }
  }
  
--------------------


Chris


------------------------------------------------------------------------
chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=97668

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to