Page 1 of 1

Where is the .INI file in Media Server 5.x?

Posted: Thu Apr 23, 2009 6:43 pm
by sirnh
I have looked high and low and I just can't seem to find this thing. I really need to find it in order to configure external web browsing on a different port.

It's not in /user/var - there is no media directory there.
It's not in the server's app bundle.

I used spot laser to look for it. I even tried looking for one of the paths that I have it configured to share, and it just won't find it.

Could someone please help?

Re: Where is the .INI file in Media Server 5.x?

Posted: Sat Apr 25, 2009 7:55 am
by nabecyan
Hello.

At my PowerPC Mac, .ini file is placed as
/Users/User-Name/Library/Application Support/TwonkyMediaServer/twonkymedia-server.ini

Re: Where is the .INI file in Media Server 5.x?

Posted: Sun Apr 26, 2009 1:35 am
by sirnh
Thanks! That worked perfectly! I guess you can't count on spotlight to look everywhere.

Re: Where is the .INI file in Media Server 5.x?

Posted: Tue Apr 28, 2009 2:40 pm
by nabecyan
You're welcome.
I use terminal and typed like below, so I found .ini file.

MyMac:~ nabecyan$ sudo find / -name *twonky*.ini
Password:
/Applications/TwonkyMediaServer.app/MediaServer/twonkymedia-server-default.ini
/Users/nabecyan/Library/Application Support/TwonkyMediaServer/twonkymedia-server.ini
MyMac:~ nabecyan$