Ciao sto cercando di eseguire un applescript che avvierà VLC media player e riprodurrà tutti i file in una cartella ogni volta che viene aggiunto un nuovo file. Sembrava funzionare bene inizialmente, quindi ho riavviato il mio computer e non funzionerà. Sto eseguendo lo script come una cartella Azione. per favore vedi lo script allegato. Cosa mi manca?
on adding folder items to theAttachedFolder after receiving theNewItems
-- Get the name of the attached folder
-- Get List of files in folder
set the_files to get every file of theAttachedFolder
-- open vlc using files in folder which should result in a vlc playlist
of all files in folder
tell application "Finder" to open {the_files} using application
file "VLC.app"
end adding folder items to
Qualsiasi aiuto sarà molto apprezzato, sono abbastanza nuovo per questo. Grazie.