전용 오디오 플레이어 장치(특히 오래된 장치)에는 종종 동기화 설정을 조정해야 동기화할 수 있는 제한 사항이 있습니다. 그렇지 않으면(일부) 파일이 동기화되지 않거나 동기화된 것처럼 보이지만 장치에 표시되지 않습니다. 몇 가지 예와 해결 방법:
- 일부 기기는 기기의 루트 디렉토리로만 동기화를 지원합니다. 이런 경우 동기화 대상 형식을 설정하여 하위 디렉토리를 사용하지 않도록 합니다. 예: /Music/ <아티스트>-<제목> 대신 <아티스트>-<제목>
- 일부 기기는 디렉토리당 제한된 수의 파일을 지원합니다. 일부 트랙이 동기화되지 않으면 동기화 대상 형식을 하위 디렉토리를 사용하도록 변경하면 문제가 해결될 수 있습니다. 예를 들어 /Music/<아티스트>/<앨범>-<제목> 대신 /Music/<아티스트>-<제목 > …을 사용합니다.
- 일부 장치는 8.3 경로만 허용합니다. 이러한 경우 동기화 대상을 예를 들어 변경합니다.
\음악$트림($왼쪽($바꾸기(, ,_),8))$트림($왼쪽($바꾸기((, ,_),5))_$트림($오른쪽(,2))$트림($왼쪽(-$바꾸기(, ,_),8)) - 일부 기기는 트랙의 파일 이름에 '{' 또는 '}'와 같은 특정 문자가 포함된 트랙을 표시하지 않습니다. 이 문제를 해결하려면 MediaMonkey.ini 파일의 [FilenameMappings] 섹션을 편집하여 다음 두 줄을 추가합니다.
7B=2D
7D=2D - 일부 Zen 기기, Sony Walkman NWZ-A828, Archos 기기(예: 43 IT 및 70 IT) 및 여러 모바일 폰(Nokia 5800, HTC Desire)은 MediaMonkey에서 동기화가 대상 마스크를 무시하고 트랙을 기기의 루트 디렉토리로 복사하는 버그를 보입니다. 또한 동기화가 완료되지 않을 수 있습니다. 이 문제를 해결하려면 다음을 추가하여 MediaMonkey.ini 파일을 편집합니다.
[DMDM]
COMApartmentThreading=1
관련된:
온라인 도움말: 디렉토리 및 파일 이름 형식 구성
지식 기반: Windows용 MediaMonkey .ini 파일 편집
Dedicated Audio Player devices (especially older ones) often have limitations that require sync settings to be tweaked to sync. Otherwise (some) files will fail to sync, or appear to sync but fail to display on the device. Some examples and workarounds:
- Some devices only support synchronization to the device’s root directory. In such cases set the sync destination format so that it doesn’t use any subdirectories. e.g. <Artist>-<Title> instead of /Music/<Artist>-<Title>
- Some devices support a limited number of files per directory. If some tracks fail to sync, changing the sync destination format to use subdirectories may solve the problem. e.g. use /Music/<Artist>/<Album>-<Title> …instead of /Music/<Artist>-<Title>
- Some devices only accept 8.3 paths. In such cases, change the sync destination to e.g.
\Music$Trim($Left($Replace(, ,_),8))$Trim($Left($Replace((, ,_),5))_$Trim($Right(,2))$Trim($Left(-$Replace(, ,_),8)) - Some devices won’t display tracks containing certain characters such as ‘{‘ or ‘}’ in a track’s filename. To fix this issue, edit the [FilenameMappings] section of MediaMonkey.ini file by adding the following two lines:
7B=2D
7D=2D - Some Zen devices, Sony Walkman NWZ-A828, Archos devices (e.g. 43 IT and 70 IT) and several Mobile phones ( Nokia 5800, HTC Desire) exhibit a bug with MediaMonkey causing synchronization to copy tracks to the device’s root directory, ignoring the destination mask. Additionally, the sync may be incomplete. To fix this issue, edit the MediaMonkey.ini file by adding the following:
[WMDM]
COMApartmentThreading=1
Related:
Online Help: Configuring directory and filename formats
Knowledge Base: Editing the MediaMonkey for Windows .ini file
Applies to: MMW4, MMW5+
Hide original