mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-02-16 18:14:23 +01:00
T16: Added metaflac and vorbis-comment, and fixed a directory creation error.
This commit is contained in:
parent
9aded3e6f1
commit
8cdf105c12
2 changed files with 2 additions and 2 deletions
|
@ -352,7 +352,7 @@
|
|||
umask(0);
|
||||
|
||||
if (!is_dir($destination))
|
||||
mkdir($destination, 777);
|
||||
mkdir($destination, 777, true);
|
||||
}
|
||||
|
||||
public function hasCover() {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
sudo add-apt-repository -y ppa:kirillshkrogalev/ffmpeg-next
|
||||
sudo apt-get update
|
||||
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
|
||||
|
||||
mkdir /vagrant/logs
|
||||
|
|
Loading…
Reference in a new issue