Active Topics

 


Reply
Thread Tools
Dqkata's Avatar
Posts: 40 | Thanked: 3 times | Joined on Mar 2008 @ Bulgaria
#1
hello. Can somebody help me with one problem. I want to make my mplayer to read subtitles in Cirilic and I read the posts showing that I have to put the line 'subcp=cp1251' to /home/user/.mplayer/config . The problem is that I have no idea how to do this. I have the root program and I know how to gain root access but i have no idea what to do from there?? Please, if somebody can eplain me like to an idiot, I'll be very thankful.
 
ace's Avatar
Posts: 296 | Thanked: 80 times | Joined on Dec 2007
#2
Here's one way:
Open a terminal
run
Code:
echo 'subcp=cp1251' >> .mplayer/config
The echo command just repeats the text you give it, ">> file" instructs the terminal to append that text to the given file instead of displaying it.
 

The Following 2 Users Say Thank You to ace For This Useful Post:
Dqkata's Avatar
Posts: 40 | Thanked: 3 times | Joined on Mar 2008 @ Bulgaria
#3
Originally Posted by ace View Post
Here's one way:
Open a terminal
run
Code:
echo 'subcp=cp1251' >> .mplayer/config
The echo command just repeats the text you give it, ">> file" instructs the terminal to append that text to the given file instead of displaying it.
Thank you so much !!! Now I can say my N800 is becoming more and more a real laptop
By the way, do you know where I can learn some of these important Linux commands from ?
 
Reply


 
Forum Jump


All times are GMT. The time now is 16:57.