We recommend <%= link_to "VLC Player", "http://www.videolan.org/vlc/" %> for movie playback.
<%= form_tag movies_url(), :method => "get" do %> Limit to: <%= select_tag :filter, options_for_select({"5 stars" => 5, "4 stars" => 4, "3 stars" => 3, "2 stars" => 2, "1 stars" => 1}) %> Order by: <%= select_tag :order, options_for_select({"Ratings" => :ratings, "Date" => :date, "Author" => :author}) %> <%= submit_tag "Filter" %> <% end %>