编写用于转换播放列表的 iTunes 脚本

发布于 2024-09-18 15:25:39 字数 256 浏览 2 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

绮烟 2024-09-25 15:25:40

既然您提到您正在使用 iTunes 9,您仍然可以使用 mp3 作为默认设置。 (我没有看过 iTunes 10;我怀疑那里也有同样的效果。)

  1. 转到 iTunes:首选项…
  2. 选择导入设置(“插入 CD 时”旁边)
  3. 选择使用 MP3 编码器导入
  4. 作为设置,选择自定义,然后对于立体声比特率,选择 320 kbps。

尽管导入设置位于 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.)

  1. Go to iTunes:Preferences…
  2. Choose Import Settings (next to “When you insert a CD”)
  3. Choose Import Using MP3 Encoder
  4. For Setting, choose Custom, and for Stereo Bit Rate, choose 320 kbps.

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.

我为君王 2024-09-25 15:25:39

哇,我不知道他们剥夺了将歌曲转换为其他格式的能力,这很糟糕。您可能可以在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文