@extends("admin.admin_app") @section("content")
@if(!getcong('tmdb_api_key'))
Please set TMDB API key here
@endif @if(!isset($movie->id))
({{trans('words.imdb_search_recommended')}})

@endif {!! Form::open(array('url' => array('admin/movies/add_edit_movie'),'class'=>'form-horizontal','name'=>'movie_form','id'=>'movie_form','role'=>'form','enctype' => 'multipart/form-data')) !!}

{{trans('words.movie_info')}}

(Upcoming display only on Home page)

{{trans('words.seo')}}

{{trans('words.seo_keyword_note')}}

{{trans('words.movie_poster_thumb_video')}}

({{trans('words.recommended_resolution')}} : 270X390)
@if(isset($movie->video_image_thumb))
video thumb
@endif
({{trans('words.recommended_resolution')}} : 800x450)
@if(isset($movie->video_image))
video image
@endif
(Supported : MP4, YouTube, Vimeo, HLS / m3u8 URL. If you are using external files then those files have to be CORS enabled otherwise they will not work.)
upcoming) AND $movie->upcoming==1) style="display:none;" @endif>
video_quality) && $movie->video_quality==1) {{ 'checked' }} @endif>
video_quality) && $movie->video_quality==0) {{ 'checked' }} @endif {{ isset($movie->id) ? '' : 'checked' }}>
video_type) AND $movie->video_type!="Local") style="display:none;" @endif>
(Supported : MP4)
video_type) AND $movie->video_type!="URL") style="display:none;" @endif @if(!isset($movie->id)) style="display:none;" @endif>
(Supported : MP4 URL. If you are using external files then those files have to be CORS enabled otherwise they will not work.)
video_type) AND $movie->video_type!="Embed") style="display:none;" @endif @if(!isset($movie->id)) style="display:none;" @endif>
video_type) AND $movie->video_type!="HLS") style="display:none;" @endif @if(!isset($movie->id)) style="display:none;" @endif>
(Supported : MP4, YouTube, Vimeo, HLS / m3u8 URL. If you are using external files then those files have to be CORS enabled otherwise they will not work.)
video_type) AND $movie->video_type!="DASH") style="display:none;" @endif @if(!isset($movie->id)) style="display:none;" @endif>
download_enable) && $movie->download_enable==1) {{ 'checked' }} @endif>
download_enable) && $movie->download_enable==0) {{ 'checked' }} @endif {{ isset($movie->id) ? '' : 'checked' }}>

{{trans('words.subtitles')}}

(Supported : .srt or .vtt files URL only. If you are using external files then those files have to be CORS enabled otherwise they will not work.)

subtitle_on_off) && $movie->subtitle_on_off==1) {{ 'checked' }} @endif>
subtitle_on_off) && $movie->subtitle_on_off==0) {{ 'checked' }} @endif {{ isset($movie->id) ? '' : 'checked' }}>
{!! Form::close() !!}
@include("admin.copyright")
@endsection