Controlla a livello di codice se "Condividi XML Libreria XML con altre applicazioni" è disabilitato

0

L'aggiornamento di iTunes (10.2.0.145) sembra aver aggiunto una nuova funzione avanzata "Condividi iTunes LIbrary XML con altre applicazioni" che, se disabilitata, non porta più in uscita Music Library.xml .

Le nostre applicazioni dipendono molto da quel file, che tramite questa documentazione indica che il file sarà disponibile. Qualcuno sa come impostare o controllare se tale preferenza è disabilitata? Ho consultato com.apple.iTunes.plist, ma nulla sembrava riflettere questa impostazione.

    
posta mateuscb 02.07.2015 - 00:37
fonte

1 risposta

1

Ho una soluzione per mac. soluzione mac "ShareiTunesLibrary.applescript"

activate application "iTunes"
tell application "System Events"
    tell process "iTunes"
        keystroke "," using command down
        repeat until exists toolbar 1 of window 1
            delay 0.2
        end repeat
        tell window 1
            if title does not contain "Advanced" then
                click button "Advanced" of toolbar 1
            end if
            repeat until its title starts with "Advanced"
                delay 0.2
            end repeat
            tell checkbox "Share iTunes Library XML with other applications" of group 1
                if value is not 1 then
                    click it
                end if
            end tell
            click button "OK"
        end tell
    end tell
end tell

bloccato in windows

    
risposta data 30.06.2016 - 12:34
fonte

Leggi altre domande sui tag