{{extend 'layout.html'}} <-- Back to media library

{{=title}}

Tags: {{=tags}}
Description: {{=description}}
Views: {{=views}}
Category: {{=category}}
YouTube URL: {{=youtube_url}}
Embed This Movie (Minimal Player - Recommended):
<iframe width="{{=iframe_width}}" height="{{=iframe_height}}" src="{{=URL('media', 'player.load'+"/"+movie_id, host=True)}}" frameborder="0" allowfullscreen></iframe>
Embed This Movie w auto play (Minimal Player - NOTE: Not all browsers support autoplay):
<iframe width="{{=iframe_width}}" height="{{=iframe_height}}" src="{{=URL('media', 'player.load'+"/"+movie_id, host=True)}}?autoplay=true" frameborder="0" allowfullscreen></iframe>
Link to This Movie (Minimal - Recommended):
{{=URL('media', 'player.load'+"/"+movie_id, host=True)}}
Link to This Movie w autoplay (Minimal - NOTE: Not all browsers support autoplay):
{{=URL('media', 'player.load'+"/"+movie_id, host=True)}}?autoplay=true
Link to This Movie (Player with Details):
{{=URL('media', 'player'+"/"+movie_id, host=True)}}
Embed This Movie (Player With Details):
<iframe width="{{=iframe_width}}" height="{{=iframe_height}}" src="{{=URL('media', 'player'+"/"+movie_id, host=True)}}" frameborder="0" allowfullscreen></iframe>