Skip to content

Commit

Permalink
Do not need path, if need put it directly to the command
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed Jun 26, 2017
1 parent 398c960 commit fe310da
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions view/configurations.php
Original file line number Diff line number Diff line change
Expand Up @@ -595,28 +595,6 @@
<fieldset>
<legend><?php echo __("Advanced configuration"); ?></legend>

<div class="form-group">
<label class="col-md-2"><?php echo __("Path to FFMPEG"); ?></label>
<div class="col-md-10">
<input id="ffmpegPath" class="form-control" type="text" value="<?php echo $config->getFfmpegPath(); ?>" >
<small>Leave blank for native ffmpeg</small>
</div>
</div>
<div class="form-group">
<label class="col-md-2"><?php echo __("Path to Youtube-Dl"); ?></label>
<div class="col-md-10">
<input id="youtubeDlPath" class="form-control" type="text" value="<?php echo $config->getYoutubeDlPath(); ?>" >
<small>Leave blank for native youtube-dl</small>
</div>
</div>
<div class="form-group">
<label class="col-md-2"><?php echo __("Path to exiftool"); ?></label>
<div class="col-md-10">
<input id="exiftoolPath" class="form-control" type="text" value="<?php echo $config->getExiftoolPath(); ?>" >
<small>Leave blank for native Exiftool</small>
</div>
</div>

<div class="form-group">
<label class="col-md-2"><?php echo __("Exiftool"); ?></label>
<div class="col-md-10">
Expand Down

0 comments on commit fe310da

Please sign in to comment.