There are lots of How To's so if you get stuck on these just search in the forum threads.
- Install the Medibuntu repository https://help.ubuntu.com/community/Medibuntu.
- Follow these instructions for adding repositories and packages in Ubuntu https://help.ubuntu.com/community/InstallingSoftware
- Install the Ubuntu Restricted Extras https://help.ubuntu.com/community/RestrictedFormats
- Install “Build Essential” from Synaptic (or use apt get or aptitude get – whatever method you prefer)
Now you are ready to install PACPL.
- Go to the PACPL web site and download the source package to your desktop http://pacpl.sourceforge.net//. As of this writing the latest package is pacpl-4.0.1.tar.bz2.
- Extract the pacpl-4.0.1.tar.bz2 package to the desktop (right click>extract here).
- In the pacpl-4.0.1 folder is a folder called “extras”. This contains the script for installing all the dependencies. To run the script, open a terminal and change directories to the pacpl-4.0.1/extras folder on your desktop.Code:
cd /home/yourusername/Desktop/pacpl-4.0.1/extra
- Next run the script that will install all the dependencies. At the terminal prompt type (or cut and paste):Code:
./mod-install-kubuntu.sh
- Once that is finished change directories again:Code:
cd /home/yourusename/Desktop/pacpl-4.0.1
- Type or cut and paste the following commands at the prompt (1 line at a time).Code:
./configure
Code:make
Code:sudo make install
That's it. To run pacpl, open a terminal and type:
Code:
pacpl --longhelp
Open a terminal and at the prompt type:
Code:
~$pacpl --todirectories/files
Code:
cozmicharlie@ubuntu:~$ pacpl --to mp3 Home/music/xyz.flac
There are a number of options including moving the file to a new directory, overwriting the original, tagging (you can tag and convert at the same time). See the pacpl --longhelp for all the commands.
source: http://ubuntuforums.org/showthread.php?t=712064
No comments:
Post a Comment