Popular recipes tagged "itunes"http://code.activestate.com/recipes/tags/itunes/2011-10-12T05:29:30-07:00ActiveState Code RecipesConvert Audio CD track in iTunes with Python (Python) 2011-10-12T05:29:30-07:00Kai Xiahttp://code.activestate.com/recipes/users/4168327/http://code.activestate.com/recipes/577904-convert-audio-cd-track-in-itunes-with-python/ <p style="color: grey"> Python recipe 577904 by <a href="/recipes/users/4168327/">Kai Xia</a> (<a href="/recipes/tags/itunes/">itunes</a>, <a href="/recipes/tags/win32com/">win32com</a>). </p> <p>This script would do convert tracks from an audio cd into Apple lossless music using iTunes.</p> <p>When we have a bad cd rom or a bad disk, conversion would usually fail and iTunes would not complain about it. I usually have to check every converted track manually. This script would save the pain: it would check every converted track, if the duration of the converted track is less than the original track, the script would retry the conversion.</p> <p>This script is inspired by <a href="http://code.activestate.com/recipes/users/4010550/">Fabien C.</a> 's <a href="http://code.activestate.com/recipes/498241/">Recipe 498241</a>.</p> iTunes control (Tcl) 2010-03-30T04:06:56-07:00Frank Bannonhttp://code.activestate.com/recipes/users/4167503/http://code.activestate.com/recipes/577165-itunes-control/ <p style="color: grey"> Tcl recipe 577165 by <a href="/recipes/users/4167503/">Frank Bannon</a> (<a href="/recipes/tags/itunes/">itunes</a>, <a href="/recipes/tags/tcom/">tcom</a>). </p> <p>Simple TCL commands can control your iTunes player, add network control, or create an alternate interface. This recipe uses the tcom package on Windows.</p> Copy audio files from exported playlist of iTunes (using plistlib) (Python) 2010-03-13T19:08:30-08:00Keisuke URAGOhttp://code.activestate.com/recipes/users/668964/http://code.activestate.com/recipes/577107-copy-audio-files-from-exported-playlist-of-itunes-/ <p style="color: grey"> Python recipe 577107 by <a href="/recipes/users/668964/">Keisuke URAGO</a> (<a href="/recipes/tags/itunes/">itunes</a>). Revision 3. </p> <p>It script is copy from original audio file to directory of you decide.</p>