INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: how do i reset all settings?  (Read 5309 times)

nycjazz

  • Recent member
  • *
  • Posts: 39
how do i reset all settings?
« on: February 04, 2014, 10:33:51 am »

I deleted the application from my Mac mini, emptied the trash, reinstalled from the jriver site and the new version still has all the thumnails and same settings as before (it even registered too).  I have made so many changes, I wanted to start clean, how do i do this?f
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: how do i reset all settings?
« Reply #1 on: February 04, 2014, 11:36:18 am »

There are typically hidden (from Finder) settings and data files stored on Mac OS when you install/use an app.  These can be found under your home directory, in a folder tree Library/Application Support.  You can get to it in the Finder by using Go > Go to Folder and entering:

    ~/Library/Application Support

Under it, you'll see J River.  If you truly want no settings or backups, or anything MC created, quit MC, and then delete the entire J River folder tree.
Logged
The opinions I express represent my own folly.

mcvt2k1

  • Member
  • *
  • Posts: 3
Re: how do i reset all settings?
« Reply #2 on: May 15, 2014, 12:29:13 am »

There are typically hidden (from Finder) settings and data files stored on Mac OS when you install/use an app.  These can be found under your home directory, in a folder tree Library/Application Support.  You can get to it in the Finder by using Go > Go to Folder and entering:

    ~/Library/Application Support

Under it, you'll see J River.  If you truly want no settings or backups, or anything MC created, quit MC, and then delete the entire J River folder tree.

Hi, i don't see any j.river folder there.  After deleting MC19, i downloaded and reinstalled, when i opened, it looks exactly the same as before i uninstalled it. I would like to delete the configs and library completely.
Logged

Wybe

  • World Citizen
  • ***
  • Posts: 129
Re: how do i reset all settings?
« Reply #3 on: May 15, 2014, 01:44:37 am »

These are hidden files. You can use for example TinkerTool to view these hidden files: enable the Finder to "Show hidden and system files".
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: how do i reset all settings?
« Reply #4 on: May 15, 2014, 01:45:21 am »

It is there.  Open Terminal.app, and copy the following commands:

   ls -1 ~/'Library/Application Support/J River/'
   ls -1 ~/'Library/Application Support/J River/Media Center 19/'

and hit Enter.  You'll see that they exist:

Code: [Select]
$ ls  -1 ~/'Library/Application Support/J River/'
Lock/
Media Center 18/

Media Center 19/
$ ls -1 ~/'Library/Application Support/J River/Media Center 19/'
Connected Library/
Cover Art/
DLNA Library/
Default RAW Image Cache/
Library/
Log.txt
Plugins/
Previous Log.txt
Settings/
Temp/
Thumbnails/

This command will remove the MC19 folder (copy/paste it into Terminal):

   rm -rf  ~/'Library/Application Support/J River/Media Center 19/'
Logged
The opinions I express represent my own folly.

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: how do i reset all settings?
« Reply #5 on: May 15, 2014, 01:47:21 am »

These are hidden files. You can use for example TinkerTool to view these hidden files: enable the Finder to "Show hidden and system files".

You don't need to do this for a simple operation.  Just typing the path into the Finder's menu item Go > Go To Folder... is sufficient.
Logged
The opinions I express represent my own folly.
Pages: [1]   Go Up