Aiuto Ipod Itunes
Posted: Sun Mar 05, 2006 8:13 am
Esiste un modo per caricare sull'Ipod la musica senza dover utilizzare ITunes?
Mac Peer Forum. Forum dedicato al Mac e alle sue applicazioni. Ipad, iPhone e iPod
https://www.tuttologia.com/mac-forum/
Si, esiste, usando Audionsuperpippo wrote:Esiste un modo per caricare sull'Ipod la musica senza dover utilizzare ITunes?

Code: Select all
THE SOURCE CODE:
--iPod Opener
--Open this script in a new Script Editor window.
property your_iPod_name : missing value
property userchoice : "All"
--set the iPod name once:
set your_iPod_name to text returned of (display dialog "Enter your iPod's name:" & return & "(If your iPod's name has any spaces in it, enter a backslash before the space)" default answer "" buttons {"Cancel", "OK"} default button 2 with icon 1)
--open some or all folders inside Music:
set userchoice to button returned of (display dialog "What do you want to do?" buttons {"Cancel", "ALL", "PICK"} default button userchoice with icon 1)
if userchoice = "ALL" then
set theNumber to "F**"
else
set theNumber to text returned of (display dialog "Enter a random folder name:" & return & "(i.e., F00, F01, F02, etc.)" & return & "If nothing happens, then there is no such folder." default answer "" buttons {"Cancel", "OK"} default button 2 with icon 1)
end if
do shell script "open /Volumes/" & your_iPod_name & "/iPod_Control/Music/" & theNumber & "/"
display dialog "Done!" buttons {"Okay! Thanks!"}
Capisco le tue perplessità, in effetti.Lorenzo wrote:Non vorrei sbagliare, ma se questo script non fa altro che rendere visibili le cartelle invisibile dell'iPod non si possono ne aggiungere ne togliere i brani...bisogna agire sul db di itunes inserito nella cartella invisibile dedicata sul pod...se questo script lo fa alora è portentoso![]()
![]()
![]()
Non posso fare altro che condividere...avrobay wrote: Io non l'ho provato e neanche ho tanta voglia di testarlo visto che preferiso utilizzare iTunes per lo scopo![]()
E' probabile che tu abbia ragione: forse questo script permette solo di portare le canzoni dall'iPod al computer. Ma a quel punto io userei Senuti!