View Single Post
moja's Avatar
Posts: 66 | Thanked: 27 times | Joined on Feb 2008 @ near Memphis, TN USA
#70
Originally Posted by pinguino89 View Post
I saw that i have to move the file in /usr/bin/ , config to /home/user/.mplayer/ ,
menu.conf to /etc/mplayer/... but I do not know what to write in the terminal to do this I'M veeeeeeeeery nooooooob
Okay, if you saved the files in /media/mmc2 (for example), you would start Xterm and...

Code:
cp  /media/mmc2/config /home/user/.mplayer/config
sudo gainroot
mv /usr/bin/mplayer /usr/bin/mplayer_old
cp /media/mmc2/mplayer /usr/bin/mplayer
cp /media/mmc2/menu.conf /etc/mplayer/menu.conf
...that should do it. - Hope this helps.