<%= title %> <%= url %> <%= description %> <%= description %> <% unless language.blank? %> <%= language %> <% end %> <% unless copyright.blank? %> <%= copyright %> <% end %> <% unless subtitle.blank? %> <%= subtitle %> <% end %> <% unless author.blank? %> <%= author %> <% end %> <% unless owner.nil? %> <%= owner[:name] %> <%= owner[:email] %> <% end %> <% unless image_url.blank? %> <% end %> <% categories.each{|category| %> <% } %> <% unless explicit.blank? %> <%= explicit %> <% end %> <% items.each{|item| %> <%= item.tag.title || item.tag2.TIT2%> <%= item.tag2.TP1 || item.tag2.TPE1 %> <% unless item.tag2.SUBTITLE.blank? %> <%= item.tag2.SUBTITLE %> <% end %> <% unless item.tag2.TT3.blank? %> <%= item.tag2.TT3 %> <% end %> <%= item.uuid %> <%= item.pub_date.to_formatted_s(:rfc822) %> <%= item.duration.to_i %> <% unless item.keywords.blank? %> <%= item.keywords %> <% end %> <% } %>