通过itunes api访问itunes dj相关信息
我正在为当地一家酒吧编写 WPF 应用程序,
他们目前正在使用 iTunes DJ 来管理投票系统来处理顾客的歌曲请求 他们目前正在寻找一种方法,将其显示在栏上方的大高清屏幕上,我实现的当前版本显示基本的 iTunes 曲目信息,例如当前播放的曲目,包括艺术家姓名、歌曲名称和专辑封面,他们想要添加能够显示 iTunes DJ 中播放的最后 3 首歌曲 当前对即将推出的歌曲的最高票数以及接下来的 5 首即将推出的曲目,以帮助减少重复歌曲的数量,我计划为其添加管理例程,以便同一首歌曲每小时只能播放一次
有没有办法通过 Windows 的标准 itunes com api 访问此类信息,或者这是否仅限于 applescript(我已经看到 applescript 可以检索接下来的 10 首歌曲)
我已经在 SO 和 google 上搜索了类似的主题,但到目前为止没有提出任何关于通过 com api 访问 itunes dj 的内容,并且很少有关于使用 applescript 访问 itunes dj 的文章
i am in the process of writing a wpf application for a local bar
they currently are using itunes dj to manage a voting system to handle patrons song requests
they are currently looking for a way to display this on a large hd screen above the bar the current version i have implemented shows basic itunes track information such as the current track playing with artist name, song name and album art they would like to add the ability to display the last 3 songs played in itunes dj the current top votes for upcoming songs and the next 5 upcoming tracks to help reduce the number of repeat songs which i plan on adding management routines for so the same song can only play once an hour
is there a way to access this type of information through the standard itunes com api for windows or is this something limited to applescript (i have seen applescript that can retrieve next 10 songs)
i have searched SO and google for similar topics but have so far come up with nothing on accessing itunes dj through the com api and very few article on doing it with applescript
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Apple 发布了 iTunes COM 接口文档。如果您可以通过 COM API 访问 iTunes DJ 界面,则会在那里进行记录。
Apple published their iTunes COM Interface Documentation. If you can access the iTunes DJ interface through the COM API, it'll be documented there.