Synchronizace skladeb s MP3 přehrávačem se nezdařila

Vyhrazená zařízení Audio Player (zejména starší) mají často omezení, která vyžadují úpravu nastavení synchronizace, aby se synchronizovala. V opačném případě se (některé) soubory nepodaří synchronizovat nebo se zdá, že se synchronizují, ale nezobrazují se na zařízení. Některé příklady a řešení:

  1. Některá zařízení podporují pouze synchronizaci do kořenového adresáře zařízení. V takových případech nastavte formát cíle synchronizace tak, aby nepoužíval žádné podadresáře. např. <Artist>-<Title> namísto /Music/<Artist>-<Title>
  2. Některá zařízení podporují omezený počet souborů v adresáři. Pokud se některé skladby nesynchronizují, může problém vyřešit změna formátu cíle synchronizace na použití podadresářů. např. použijte /Music/<Artist>/<Album>-<Title> …místo /Music/<Artist>-<Title>
  3. Některá zařízení přijímají pouze cesty 8.3. V takových případech změňte cíl synchronizace např
    \Music$Trim($Left($Replace(, ,_),8))$Trim($Left($Replace((, ,_),5))_$Trim($Right(,2))$Trim($Left(-$Replace(, ,_),8))
  4. Některá zařízení nezobrazí stopy obsahující určité znaky, jako je '{' nebo '}' v názvu souboru stopy. Chcete-li tento problém vyřešit, upravte sekci [FilenameMappings] souboru MediaMonkey.ini přidáním následujících dvou řádků:
    7B = 2D
    7D = 2D
  5. Některá zařízení Zen, Sony Walkman NWZ-A828, zařízení Archos (např. 43 IT a 70 IT) a několik mobilních telefonů (Nokia 5800, HTC Desire) vykazují chybu v aplikaci MediaMonkey, která způsobuje, že synchronizace zkopíruje skladby do kořenového adresáře zařízení a masku cíle ignoruje. Navíc může být synchronizace neúplná. Chcete-li tento problém vyřešit, upravte soubor MediaMonkey.ini přidáním následujícího:
    [WMDM]
    COMApartmentThreading=1

Související:

Online nápověda: Konfigurace adresářů a formátů souborů
Knowledge Base: Úprava souboru INI MediaMonkey pro Windows

Platí pro: ,

Translated automatically (see original)

Tracks Fail to Sync to an MP3 Player

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:

  1. 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>
  2. 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>
  3. 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))
  4. 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
  5. 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: ,

Hide original

Byl tento článek užitečný?