<%= h(title) %> <%= h(url) %> <%= h(description) %> <%= h(description) %> <% unless language.blank? %> <%= h(language) %> <% end %> <% unless copyright.blank? %> <%= h(copyright) %> <% end %> <% unless subtitle.blank? %> <%= h(subtitle) %> <% end %> <% unless author.blank? %> <%= h(author) %> <% end %> <% unless owner.nil? %> <%= h(owner[:name]) %> <%= h(owner[:email]) %> <% end %> <% unless image_url.blank? %> <% end %> <% categories.each{|category| %> <% if category.respond_to?(:each_line) %> <% else %> <% end %> <% } unless categories.blank? %> <% unless explicit.blank? %> <%= h(explicit) %> <% end %> Dropcaster <%= Dropcaster::VERSION%> <% unless keywords.blank? %> <%= keywords.map{|k| h(k)}.join(',') %> <% end %> <% items.each{|item| %> <%= item.tag.title || item.tag2.TIT2 || item.file_name%> <%= h(item.tag2.TP1 || item.tag2.TPE1) %> <% unless item.tag2.TT3.blank? %> <%= h(truncate(item.tag2.TT3, 50)) %> <%= h(item.tag2.TT3) %> <% end %> <%= item.url %> <%= h(item.uuid) %> <%= h(item.pub_date.to_formatted_s(:rfc822)) %> <%= item.duration.to_i %> <% unless item.keywords.blank? %> <%= item.keywords.map{|k| h(k)}.join(',') %> <% end %> <% } %>