Switch to side-by-side view

--- a/src/radio_scripts/radio-paradise-get-art.sh
+++ b/src/radio_scripts/radio-paradise-get-art.sh
@@ -1,4 +1,8 @@
 #!/bin/sh
+# Poor example for a very basic script to retrieve the cover art. The
+# Radio Paradise now.xml file actually contains much more info, but
+# there has to be an example of a simple artScript (outputs cover art
+# url), as opposed to metaScript (outputs full metadata json).
 
 curl -s http://radioparadise.com/xml/now.xml | grep '<coverart>' | sed -e 's/<coverart>//' -e 's!</coverart>!!'