MediaMonkey データベース ファイルには、ファイル メタデータ、プレイリスト、再生履歴、同期設定、ポッドキャスト サブスクリプション、表示/フィルター/コレクション設定など、MediaMonkey ライブラリのほとんどの情報が保存されます。例外は、ファイル システム内に保存される MediaMonkey 4+ アートワーク キャッシュです。ほとんどの構成データは、ユーザーごとに構成情報を保存する .ini 設定ファイルに保存されます (例外は、レジストリに保存されるビューに関連する一部の構成です)。これらのファイルは、MediaMonkey のバージョンとオペレーティング システムに応じて、異なる場所に保存されます。
これらのファイルを変更するには、まず MediaMonkey が閉じられていることを確認してください。その後、次のツールを使用してファイルを編集できます。
- .dbファイルはSQLiteをサポートするさまざまなツールで表示できます。
- .iniファイルはメモ帳などのテキストエディタで編集できます。
- persistent.jsonはメモ帳などのテキストエディタで編集できます。
- .mdb ファイルは、Access (MediaMonkey 2.x 以前) で編集できます (自己責任で)
デフォルトの場所
メディアモンキー5+:
- Windows 11 / 10:
%APPDATA%\MediaMonkey5\MM5.DB
%APPDATA%\MediaMonkey5\MediaMonkey.ini
%APPDATA%\MediaMonkey5\persistent.json
%APPDATA%\MediaMonkey5\メタデータキャッシュ\
- ポータブルモード:
MediaMonkeyがインストールされた場所の「Portable」サブディレクトリ内。例:
<MediaMonkey Portable インストールフォルダ> \Portable\MM5.DB
<MediaMonkey ポータブル インストール フォルダ> \Portable\MediaMonkey.ini
<MediaMonkey ポータブル インストール フォルダ> \Portable\persistent.json
<MediaMonkey Portable インストール フォルダ> \Portable\MetadataCache\
メディアモンキー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\ <ユーザー名> \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\MediaMonkey.ini
<MediaMonkey Portable インストール フォルダ> \Portable\MetadataCache\
メディアモンキー3.x:
- Windows XPの場合:
C:\Documents and Settings\ <ユーザー名> \Local Settings\Application Data\MediaMonkey\MM.DB
C:\Documents and Settings\ <ユーザー名> \Local Settings\Application Data\MediaMonkey\MediaMonkey.ini
- Windows 8 / 7 / Vista:
C:\Users\ <ユーザー名> \AppData\Local\MediaMonkey\MM.DB
C:\Users\ <ユーザー名> \AppData\Local\MediaMonkey\MediaMonkey.ini
メディアモンキー2.5:
- Windows XPの場合:
C:\Documents and Settings\ <ユーザー名> \My Documents\My Music\MediaMonkey\MediaMonkey.mdb
C:\Documents and Settings\ <ユーザー名> \My Documents\My Music\MediaMonkey\MediaMonkey.ini
注記:
- %APPDATA%\ を含むパスは、ファイル エクスプローラーのロケーション バーに表示されているようにコピーして貼り付けることができます。
- パス内の<USERNAME>をWindowsにログインしているユーザー名に置き換えます。
- < MediaMonkey Portable Install Folder> を、 MediaMonkey のポータブル インストールがインストールされているパスに置き換えます。
MediaMonkey データベースのデフォルトの場所を変更する
MediaMonkey では、MediaMonkey.ini ファイルを編集することでデータベースの場所を変更できます。バックアップされた場所、より高速なドライブ、またはネットワーク上の場所など、別の場所に保存することもできます。
MediaMonkey データベースの場所を変更するには:
- MediaMonkey を閉じます (変更が上書きされないようにするため)
- MediaMonkey.ini ファイルをバックアップする
- MediaMonkeyデータベースファイルをデフォルトの場所から移動する保管したい新しい場所に
- MediaMonkey.ini ファイルの[System]セクションに次の行を追加します: DBName=full pathfilename.DB。例: DBName=C:\Databases\music.db
- MediaMonkeyを起動する
注記
- これらのファイルが表示されない場合は、隠しファイル/フォルダーの表示を有効にする必要がある可能性があります。ファイル エクスプローラーで、[ファイル] > [オプション]に移動します。[表示] タブを選択し、[隠しファイル、隠しフォルダー、および隠しドライブを表示する] をオンにします。これで、上記のフォルダーとファイルにファイル エクスプローラーからアクセスできるようになります。
- カスタム MediaMonkey.ini の場所は、コマンド ラインの指示を通じて使用できます。
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:
- Close MediaMonkey (so that it doesn’t overwrite any of the changes)
- Back up the MediaMonkey.ini file
- Move the MediaMonkey database file from default location to the new location where you’d like to store it
- Add the following line to the [System] section of the MediaMonkey.ini file: DBName=full pathfilename.DB. For example: DBName=C:\Databases\music.db
- 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: MMW4, MMW5+
Hide original