编写用于转换播放列表的 iTunes 脚本
我在 iTunes 中有一个巨大的播放列表(大约 2000 首歌曲),我想将其转换为 320 kbps MP3(来自低质量 AAC)。我想要做的是转换播放列表中的所有歌曲,删除低质量的原始歌曲,然后将歌曲重新导入到播放列表中(因为iTunes将转换后的歌曲识别为新歌曲,而删除的原始歌曲显然不会保留) 。鉴于 Automator 用于执行此操作的默认脚本在 iTunes 9 中已损坏,我将如何编写 Apple 脚本来处理此任务?
我想避免痛苦:如果可以的话,手动执行此操作。谢谢。
I have a gigantic playlist (around 2000 songs) in iTunes that I would like to convert to 320 kbps MP3 (from low-quality AAC). What I want to do is convert all the songs in the playlist, delete the low-quality originals, and then re-import the songs into the playlist (as iTunes recognizes the converted songs as new songs and the deleted originals obviously do not remain). Seeing as Automator's default scripts for doing this are broken in iTunes 9, how would I write an Apple Script to handle this task?
I would like to avoid the painful: doing this manually, if I can help it. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
既然您提到您正在使用 iTunes 9,您仍然可以使用 mp3 作为默认设置。 (我没有看过 iTunes 10;我怀疑那里也有同样的效果。)
尽管导入设置位于 CD 设置旁边,但它适用于所有转换。您的高级菜单的转换项将从 AAC 更改为 MP3。因此,您可以选择所有歌曲,进行转换,然后删除 AAC 版本。
除非我遗漏了一些东西(听起来你只有一个播放列表,而你只想转换该播放列表中的所有歌曲),否则你不需要为此编写脚本。
Since you mention you’re using iTunes 9, you do still have the ability to use mp3 as your default. (I haven’t looked at iTunes 10; I suspect the same works there.)
Despite being next to the CD settings, the Import Settings are for all conversions. Your Advanced menu’s convert item will change from AAC to MP3. So you can select all of your songs, convert them, and then delete the AAC versions.
Unless I’m missing something (it sounds like you only have one playlist, and you just want to convert all songs in that playlist), you wouldn’t need a script for this.
哇,我不知道他们剥夺了将歌曲转换为其他格式的能力,这很糟糕。您可能可以在 Doug's applescripts for itunes 找到更好的答案,但您必须使用一些其他处理转换任务的软件希望很容易或由 applescript 提供支持,然后使用 applescript 从 itunes 中删除旧版本并将新版本放入
wow I didn't know they took away the ability to convert songs to other formats that stinks. You may be able to find a better answer at Doug's applescripts for itunes baring that you'll have to use some other software that will handle the conversion task which will hopefully be easy or powered by applescript and then use applescript to reomve the old verisons from itunes and put the new ones in