Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要记住iTunes 媒体文件夹位置设置的原始设置,以便在多次更改(可能)后恢复它的值。
实现这一目标的最简单方法是什么?
com.apple.iApps.plist 是查看的正确位置。
键“iTunesRecentDatabasePaths”是一个字符串数组,第 0 项包含表单中相对于用户主目录的最新条目。这意味着它可能会以 ~ 字符开头。
键“iTunesRecentDatabases”是一个字符串数组,第 0 项以完全限定的“File://”URL 的形式保存最新条目。