Skip to content

Commit

Permalink
don't hardcode paths to commands
Browse files Browse the repository at this point in the history
  • Loading branch information
cpg committed Mar 10, 2016
1 parent 0cb1747 commit 05b6c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema-mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ CREATE TABLE `settings` (

INSERT INTO `settings` (`name`, `value`) VALUES
('paths', '/var/hda/files/movies/'),
('encode_command', '/bin/nice /usr/bin/HandBrakeCLI --preset="iPhone & iPod Touch" -i $input -o $output'),
('encode_command', 'nice HandBrakeCLI --preset="iPhone & iPod Touch" -i $input -o $output'),
('encode_extension', 'm4v'),
('video_extensions', 'm4v,mp4,ts,mov,divx,xvid,vob,m2v,avi,mpg,mpeg,mkv,mt2,m2ts');

Expand Down

0 comments on commit 05b6c5b

Please sign in to comment.