where is the mediaserver.ini file ?

everything about MacOS
Post Reply
mathamor
Posts:9
Joined:Wed Jan 31, 2007 7:08 pm
Location:Orleans - France
where is the mediaserver.ini file ?

Post by mathamor » Fri Aug 31, 2007 2:00 pm

bonjour,

i've a macmini (g4) and the 4.3 twonkyvision ; i want to change the tcp port to 9100... but i don't find the mediaserver.ini file ! can somebody help me ?

Bombino
Posts:1
Joined:Fri Sep 28, 2007 3:48 am

Post by Bombino » Fri Sep 28, 2007 3:49 am

/usr/local/mediaserver/twonkyvision-mediaserver.ini

nighthawk663
Posts:2
Joined:Sat Nov 24, 2007 5:26 am

Post by nighthawk663 » Sat Nov 24, 2007 5:45 pm

It would also be helpful to note that /usr is hidden from finder.

If you want to access the config file, you'll need to do it through Terminal.app. If you're not comfortable using a Terminal, you might want to contact a nerdier friend, haha.

I can give you a brief run-down here:

1. Open Terminal.app
2. Typing this will change your current directory to the one specified:

Code: Select all

cd /usr/local/mediaserver/
3. Nano is a good editer for newbies. Commands are listed at the bottom.

Code: Select all

nano twonkyvision-mediaserver.ini
Edit it, then save it.

I should warn you: you have infinite modification capabilities while in terminal, and while most are protected and can only be accessed through a sudo, you must take care not to damage things.

Good luck.
------------
<i>NightHawk</i>

Post Reply