T16: Added metaflac and vorbis-comment, and fixed a directory creation error.

This commit is contained in:
Peter Deltchev 2015-05-19 04:32:26 -07:00
parent 9aded3e6f1
commit 8cdf105c12
2 changed files with 2 additions and 2 deletions

View file

@ -352,7 +352,7 @@
umask(0); umask(0);
if (!is_dir($destination)) if (!is_dir($destination))
mkdir($destination, 777); mkdir($destination, 777, true);
} }
public function hasCover() { public function hasCover() {

View file

@ -1,7 +1,7 @@
sudo add-apt-repository -y ppa:kirillshkrogalev/ffmpeg-next sudo add-apt-repository -y ppa:kirillshkrogalev/ffmpeg-next
sudo apt-get update sudo apt-get update
sudo apt-get install -y ffmpeg sudo apt-get install -y ffmpeg
sudo apt-get install -y AtomicParsley sudo apt-get install -y AtomicParsley flac vorbis-tools
sudo add-apt-repository -y --remove ppa:kirillshkrogalev/ffmpeg-next sudo add-apt-repository -y --remove ppa:kirillshkrogalev/ffmpeg-next
mkdir /vagrant/logs mkdir /vagrant/logs