MediaMonkey 데이터베이스 및 설정 파일 수정/기본 데이터베이스 위치 변경

MediaMonkey 데이터베이스 파일은 파일 메타데이터, 재생 목록, 재생 기록, 동기화 설정, 팟캐스트 구독, 디스플레이/필터/컬렉션 설정을 포함하여 MediaMonkey 라이브러리에 있는 대부분의 정보를 저장합니다. 예외는 파일 시스템 내에 저장되는 MediaMonkey 4+ 아트워크 캐시입니다. 대부분의 구성 데이터는 사용자별로 구성 정보를 저장하는 .ini 설정 파일에 저장됩니다(예외는 레지스트리에 저장되는 Views와 관련된 일부 구성입니다). 이러한 파일은 MediaMonkey 버전과 운영 체제에 따라 다른 위치에 저장됩니다.

이러한 파일을 수정하려면 먼저 MediaMonkey가 닫혔는지 확인하십시오. 그런 다음 다음 도구를 사용하여 파일을 편집할 수 있습니다.

  • .db 파일은 SQLite를 지원하는 다양한 도구로 볼 수 있습니다.
  • .ini 파일은 메모장과 같은 텍스트 편집기로 편집할 수 있습니다.
  • persistent.json은 Notepad와 같은 텍스트 편집기로 편집할 수 있습니다.
  • .mdb 파일은 Access(MediaMonkey 2.x 및 이전 버전)를 사용하여 편집할 수 있습니다(사용자의 책임 하에).

기본 위치

미디어몽키 5+:

  • 윈도우 11 / 10:
    %APPDATA%\미디어몽키5\MM5.DB
    %APPDATA%\MediaMonkey5\MediaMonkey.ini
    %APPDATA%\MediaMonkey5\pertant.json
    %APPDATA%\MediaMonkey5\메타데이터캐시\
  • 휴대용 모드:
    MediaMonkey가 설치된 위치의 'Portable' 하위 디렉토리에 있습니다. 예:
    <MediaMonkey Portable 설치 폴더> \Portable\MM5.DB
    <MediaMonkey Portable 설치 폴더> \Portable\MediaMonkey.ini
    <MediaMonkey Portable 설치 폴더> \Portable\persistent.json
    <MediaMonkey Portable 설치 폴더> \Portable\MetadataCache\

미디어몽키 4.x:

  • 윈도우 10 / 8.1 / 8 / 7 / 비스타:
    %APPDATA%\미디어몽키\MM.DB
    %APPDATA%\MediaMonkey\MediaMonkey.ini
    %APPDATA%\MediaMonkey\MetadataCache\
  • 윈도우 XP:
    C:\Documents and Settings\ <사용자 이름> \Application Data\MediaMonkey\MM.DB
    C:\Documents and Settings\ <사용자 이름> \Application Data\MediaMonkey\MediaMonkey.ini
    C:\Documents and Settings\ <사용자 이름> \Application Data\MediaMonkey\MetadataCache
  • 휴대용 모드:
    MediaMonkey가 설치된 위치의 'Portable' 하위 디렉토리에 있습니다. 예:
    < MediaMonkey Portable 설치 폴더> \Portable\MM.DB
    <MediaMonkey Portable 설치 폴더> \Portable\MediaMonkey.ini
    <MediaMonkey Portable 설치 폴더> \Portable\MetadataCache\

미디어몽키 3.x:

  • 윈도우 XP:
    C:\Documents and Settings\ <사용자 이름> \Local Settings\Application Data\MediaMonkey\MM.DB
    C:\Documents and Settings\ <사용자 이름> \Local Settings\Application Data\MediaMonkey\MediaMonkey.ini
  • 윈도우 8 / 7 / 비스타:
    C:\Users\ <사용자 이름> \AppData\Local\MediaMonkey\MM.DB
    C:\Users\ <사용자 이름> \AppData\Local\MediaMonkey\MediaMonkey.ini

미디어몽키 2.5:

  • 윈도우 XP:
    C:\Documents and Settings\ <사용자 이름> \내 문서\내 음악\MediaMonkey\MediaMonkey.mdb
    C:\Documents and Settings\ <사용자 이름> \내 문서\내 음악\MediaMonkey\MediaMonkey.ini

메모:

  • %APPDATA%\가 포함된 경로는 파일 탐색기의 위치 표시줄에 표시된 대로 복사하여 붙여넣을 수 있습니다.
  • 경로의 <USERNAME>을 Windows에 로그인한 사용자 이름으로 바꾸세요.
  • < MediaMonkey Portable 설치 폴더>를 MediaMonkey Portable 설치가 설치된 경로로 바꾸세요.

MediaMonkey 데이터베이스의 기본 위치 변경

MediaMonkey를 사용하면 MediaMonkey.ini 파일을 편집하여 데이터베이스의 위치를 변경할 수 있습니다. 백업된 위치, 더 빠른 드라이브 또는 네트워크 위치에 저장할 다른 위치를 선택할 수 있습니다.

MediaMonkey 데이터베이스의 위치를 변경하려면:

  1. MediaMonkey를 닫습니다(변경 사항이 덮어쓰이지 않도록)
  2. MediaMonkey.ini 파일을 백업하세요
  3. 기본 위치에서 MediaMonkey 데이터베이스 파일을 이동합니다. 저장하려는 새 위치로
  4. MediaMonkey.ini 파일의 [시스템] 섹션에 다음 줄을 추가합니다. DBName=full pathfilename.DB. 예: DBName=C:\Databases\music.db
  5. MediaMonkey 시작


노트

  • 이러한 파일이 보이지 않으면 숨겨진 파일/폴더 보기를 활성화해야 한다는 의미일 수 있습니다. 파일 탐색기에서 파일 > 옵션 으로 이동합니다. 보기 탭을 선택하고 "숨겨진 파일, 폴더 및 드라이브 표시"를 선택합니다. 위에 나열된 폴더와 파일은 이제 파일 탐색기에서 액세스할 수 있어야 합니다.
  • 사용자 정의 MediaMonkey.ini 위치는 명령줄 명령을 통해 사용할 수 있습니다.

적용 대상: ,

Translated automatically (see original)

Modifying the MediaMonkey database and settings files / changing the default database location

The MediaMonkey database file stores most of the information in the MediaMonkey library, including file metadata, playlists, play history, synchronization settings, podcast subscriptions, and display/filter/Collection settings. The exception is the MediaMonkey 4+ artwork caches which are stored within the file system. Most configuration data is stored in an .ini settings file that saves configuration information on a per-user basis (the exception being some configuration related to Views which is stored in the registry). These files are stored in different locations depending on the version of MediaMonkey and the operating system.

To modify any of these files, first make sure that MediaMonkey has been closed. You can then use the following tools to edit the files:

  • .db files can be viewed with various tools that support SQLite
  • .ini files can be edited with a text editor such as Notepad
  • persistent.json can be edited with a text editor such as Notepad
  • .mdb files can be edited (at your own risk) with Access (MediaMonkey 2.x and older)

Default Locations

MediaMonkey 5+:

  • Windows 11 / 10:
    %APPDATA%\MediaMonkey5\MM5.DB
    %APPDATA%\MediaMonkey5\MediaMonkey.ini
    %APPDATA%\MediaMonkey5\persistent.json
    %APPDATA%\MediaMonkey5\MetadataCache\
  • Portable Mode:
    In the ‘Portable’ subdirectory of the location to which MediaMonkey was installed. e.g.
    <MediaMonkey Portable Install Folder>\Portable\MM5.DB
    <MediaMonkey Portable Install Folder>\Portable\MediaMonkey.ini
    <MediaMonkey Portable Install Folder>\Portable\persistent.json
    <MediaMonkey Portable Install Folder>\Portable\MetadataCache\

MediaMonkey 4.x:

  • Windows 10 / 8.1 / 8 / 7 / Vista:
    %APPDATA%\MediaMonkey\MM.DB
    %APPDATA%\MediaMonkey\MediaMonkey.ini
    %APPDATA%\MediaMonkey\MetadataCache\
  • Windows XP:
    C:\Documents and Settings\<USERNAME>\Application Data\MediaMonkey\MM.DB
    C:\Documents and Settings\<USERNAME>\Application Data\MediaMonkey\MediaMonkey.ini
    C:\Documents and Settings\<USERNAME>\Application Data\MediaMonkey\MetadataCache
  • Portable Mode:
    In the ‘Portable’ subdirectory of the location to which MediaMonkey was installed. e.g.
    <MediaMonkey Portable Install Folder>\Portable\MM.DB
    <MediaMonkey Portable Install Folder>\Portable\MediaMonkey.ini
    <MediaMonkey Portable Install Folder>\Portable\MetadataCache\

MediaMonkey 3.x:

  • Windows XP:
    C:\Documents and Settings\<USERNAME>\Local Settings\Application Data\MediaMonkey\MM.DB
    C:\Documents and Settings\<USERNAME>\Local Settings\Application Data\MediaMonkey\MediaMonkey.ini
  • Windows 8 / 7 / Vista:
    C:\Users\<USERNAME>\AppData\Local\MediaMonkey\MM.DB
    C:\Users\<USERNAME>\AppData\Local\MediaMonkey\MediaMonkey.ini

MediaMonkey 2.5:

  • Windows XP:
    C:\Documents and Settings\<USERNAME>\My Documents\My Music\MediaMonkey\MediaMonkey.mdb
    C:\Documents and Settings\<USERNAME>\My Documents\My Music\MediaMonkey\MediaMonkey.ini

Note:

  • Paths with %APPDATA%\ can be copy & pasted as shown in the location bar in File Explorer.
  • Replace <USERNAME> in paths with the username you’re logged into Windows
  • Replace <MediaMonkey Portable Install Folder> with the path to where the portable install of MediaMonkey is installed.

Changing the Default Location of the MediaMonkey database

MediaMonkey allows you to change the database’s location by editing the MediaMonkey.ini file. You can choose a different location to store in a location that’s backed up, on a faster drive or a networked location

To change the location of the MediaMonkey database:

  1. Close MediaMonkey (so that it doesn’t overwrite any of the changes)
  2. Back up the MediaMonkey.ini file
  3. Move the MediaMonkey database file from default location to the new location where you’d like to store it
  4. Add the following line to the [System] section of the MediaMonkey.ini file: DBName=full pathfilename.DB. For example: DBName=C:\Databases\music.db
  5. Start MediaMonkey


NOTES

  • If you cannot see these files, it likely means that you need to enable viewing of hidden files/folders. In File Explorer, go to File > Options. Select the View tab and check “Show hidden files, folders, and drives”. The folders and files listed above should now be accessible in File Explorer.
  • A custom MediaMonkey.ini location can be used through command line instructions.

Applies to: ,

Hide original

이 글이 도움이 되었나요?