Skip to content

PoerOne/WUVA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WUVA

Radio App for WUVA 92.7

Website: Live Radio and Song History

Triton Digital

iOS SDK Reference PDF

Cover Art Archive

API reference

A (potential) source for cover art. The process seems complicated, but the images are licensed for comercial use without restrictions and the API is available for free.

Steps:

  1. Get the cue_title and track_artist_name from the Triton Station Player

  2. Use cue_title and track_artist_name to query MusicBrainz Search API for the 36 character MBID (info)

  3. For all release_ids (up to 10), fire off concurrent requests with the following format:

  4. Each request should write its result back to its respective spot in an array, based on the order the requests were fired off (which is also the order result_ids were found in the search results). When all requests are done, step through the array sequentially. If we find image data, use it (priority goes to higher search results). If we exhaust the array without finding image data, use a default image.

About

Radio App for WUVA 92.7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 99.9%
  • PLSQL 0.1%