2015-02-25 02:18:51 -06:00
|
|
|
|
|
|
|
##Zymp3
|
|
|
|
####A frontend for youtube-dl and ffmpeg/avconv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
###Dependencies
|
|
|
|
|
|
|
|
|
|
|
|
* youtube-dl
|
|
|
|
* zenity or yad
|
|
|
|
* xdg-utils
|
|
|
|
* libnotify
|
|
|
|
* ffmpeg or avconvert
|
|
|
|
|
|
|
|
|
|
|
|
###Install
|
|
|
|
|
2015-02-25 02:34:54 -06:00
|
|
|
Install git from your distribution repository
|
|
|
|
for Ubuntu run:
|
|
|
|
```
|
|
|
|
sudo apt-get install git
|
|
|
|
```
|
|
|
|
|
|
|
|
Next, use git to make a clone of this repository
|
|
|
|
This will download a copy of the repository into a directory named "zymp3":
|
|
|
|
|
|
|
|
```
|
|
|
|
git clone https://github.com/silvernode/zymp3.git
|
|
|
|
```
|
|
|
|
Change to the new directory
|
|
|
|
```
|
|
|
|
cd zymp3
|
|
|
|
```
|
|
|
|
|
|
|
|
Then run the installer script:
|
2015-02-25 02:18:51 -06:00
|
|
|
|
2015-02-25 02:34:54 -06:00
|
|
|
```
|
|
|
|
./install.sh
|
|
|
|
```
|
2015-02-25 02:18:51 -06:00
|
|
|
|
|
|
|
###Uninstall
|
|
|
|
|
2015-02-25 02:34:54 -06:00
|
|
|
To uninstall run the uninstall script located in the repo or the installation directory:
|
2015-02-25 02:18:51 -06:00
|
|
|
|
2015-02-25 02:34:54 -06:00
|
|
|
```
|
|
|
|
./uninstall.sh
|
|
|
|
```
|