CWinthrop - 2014-11-13

Thanks to kavulix for creating Open Rokn! It's a beautiful piece of work!

With that said, following the example he set here: https://sourceforge.net/p/openrokn/discussion/general/thread/78e57359/#ff2e I am writing my own XML for my channel.

BUT, I'd like to know if there's any way to split the shortdesc field up into multiple lines?

Here's an example of what I have now:

<!-- tequila.xml -->
<row title="Tequila Cocktails">
  <item type="video"
   title="Margarita"
   shortdesc="How to PROPERLY make a Margarita!"
   ingredient1="tequila"
   ingredient2="triple sec"
   ingredient3="simple syrup"
   ingredient4="lime juice"
   ingredient5=""
   sdposterurl="http://myrokuchannelfiles.com/sdposters/sdmargarita.png"
   hdposterurl="http://myrokuchannelfiles.com/hdposters/hdmargarita.png"
   length="371"
   url="http://myrokuchannelfiles.com/videos/margarita.mp4"
   streamformat="mp4"/>
</row>

Which results in this: http://i.imgur.com/qYSbobV.jpg

What I'd LIKE to do is replace "How to PROPERLY make a Margarita!" with something like this:

2 oz Tequila
1 oz Triple Sec
.5 oz Simple Syrup
.75 oz Lime Juice

Would that be at all possible?

 

Last edit: CWinthrop 2014-11-13