Más fallos en iTunes 10 y Automator

mislata

Mislata
Más fallos en iTunes 10 y Automator


Como todo el mundo conoce, iTunes 10 ha llegado hace muy poco y su presentación no puede estar más envuelta de polémicas.

La primera impresión fue el cambio de icono de la aplicación, después de instalar llama la atención la disposición de los elementos que recuerda a una copia de Windows Media Player de Microsoft.

Se anuncio integración con redes sociales a través de la API de FaceBook por Ping que misteriosamente ha desaparecido.

Un cambio inesperado es que la carga de acciones iTunes en Automator no funcionan.

Esto afecta a los flujos de trabajo existentes creados para una versión anterior de iTunes, así como cualquier flujo de trabajo que crea con iTunes 10.
Los flujos de trabajo existentes, simplemente no se ejecutará.

Y si se intenta crear nuevos flujos de trabajo que incluyen acciones de iTunes, usted descubrirá que las acciones de iTunes no aparecen en la biblioteca de acciones si has instalado iTunes 10.

Vía: MacWorld
 

Adjuntos

  • iTunes10-event.jpg
    iTunes10-event.jpg
    22,9 KB · Visitas: 1.116

matrix

Colaborador
'Add to iTunes as a Spoken Track.workflow' is found in /System/Library/Services. Navigate to that location and double-click the workflow file. Don't Panic! We are not going to modify this file; we're just looking for error messages when it's opened in Automator.

Automator complains that the actions 'Import Audio Files' and 'Add Songs to Playlist' could not be loaded because the application iTunes is the wrong version.

Navigate to /System/Library/Automator. WARNING: Do not modify files found under /System! Copy 'Import Audio File.action' and 'Add Songs to Playlist.action' to a convenient location in your User area. After copying, right-click on one of those files and select 'Show Package Contents.' Inside the package you will find a Contents folder within which is an Info.plist file. Open this file in your favorite text editor. Look for a section of text that looks something like this:
Código:
<array>
  <dict>
    <key>Display Name</key>
    <string>iTunes</string>
    <key>Resource</key>
    <string>com.apple.iTunes</string>
    <key>Type</key>
    <string>application</string>
    <key>Version</key>
    <string>4.6</string>
  </dict>
</array>
Delete the 'Version' line and the '4.6' line (the last two lines in the dict entry). Save. Repeat this process for the other action file.

Launch Automator. Select File » Import Actions... and choose the actions you just modified. These modified actions will be placed in ~/Library/Automator. You may want to color-label them so that they can be removed if/when Apple fixes this problem. You probably will want to log out/log back in to get your workflow working.

This process should work for any iTunes-related Automator action that broke when iTunes 10.0 was released.

enjoy ¡
 
Arriba