问题标签 [ipod]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
com - 需要有关 iTunes COM 持久 ID 的说明。曲目传输到 iPod 时的 ID 是否相同?
我正在使用 iTunes COM api 编写一个 JScript 脚本,用于更新ratings
并played count
从 iPod 数据库返回到 iTunes 库。为此,脚本应该能够识别从该 iTunes 资料库传输的歌曲,以便它可以读取 iPod 上曲目的评级数据并更新 iTunes 资料库中的相应曲目
这是我写的代码:
根据 iTunes COM API
您可以使用相应集合接口的 ItemByPersistentID 属性检索具有指定持久 ID 的源、播放列表或曲目
ItemByPersistentID 返回具有指定持久 ID 的 IITTrack 对象
现在的问题是:
- 我是否正确地说,当曲目传输到 iPod 时,iTunes 库中曲目的 64 位永久 ID 保持不变。
- 我使用
ITObjectPersistentIDHigh()
and的方式有什么问题吗ITObjectPersistentIDLow()
- 有没有其他方法可以做到这一点?
PS:测试 iPod 有 662 首歌曲,所以没有问题
任何帮助深表感谢!谢谢!
linux - Linux下的iPod开发
我正在考虑开始开发 iPod 应用程序,问题是我使用 Linux(Ubuntu Hardy),我不知道我是否可以在上面开发,然后我在这里要求一些资源和教程开始。谢谢。
请记住,我不想为 iPod Touch 开发,而是为 iPod Video 开发
iphone - iPhone SDK - 检查 iPod 播放列表以查看是否有下一曲目可以跳到
有没有办法从 MPMusicPlayerController 检查当前播放列表以查看队列中是否有另一个曲目要播放?
之后可能会检测到这一点,因为 skipToNextItem 将停止播放并更改播放状态,但我想在此之前了解一下,因此如果没有更多曲目可以跳过,我可以禁用跳过曲目功能。
iphone - 如何在 iphone 中播放 iTunes 库中的歌曲
嗨,我需要播放 iTunes 库中的歌曲。我浏览了 Apples ipod Library Access Guide 并获得了代码。
但这将从库列表的最开始播放。当我从列表中选择一首歌时,我需要播放它。任何人都可以帮助我吗...
谢谢,世斌。
iphone - What causes “EXC_BAD_ACCESS” error when getting wifi information?
I'm getting the following error
Program received signal: “EXC_BAD_ACCESS”.
warning: check_safe_call: could not restore current framewarning: Unable to restore previously selected frame.
warning: Unable to restore previously selected frame.
My app is to get wifi information
When the code reaches open(&airportHandle)
, I receive the error but I'm not sure because at this line it stops.
How can I resolve this?
iphone - 关于 WifiManager.bundle
会是什么结果
我正在使用它来获取 ipod os 3.1.2 上的 wifi 信息,因为当我NSLog(@"Result %@",libhandle);
得到 null 时,答案应该是什么,
谢谢
iphone - Predicting performance for an iPhone/iPod Touch App
I don't have an iPhone Developer Program Account yet and will be getting one in the next couple of days. Can instruments be used with the simulator to give a rough estimate on how well my app may perform? Using instruments I checked and fixed all the leaks it was detecting, and it appears that my memory usage maxes out at about 5.77mb. Is there any other tests I could perform with instruments to judge how well my app would perform? I realize there is no way other then the actual device to get a definite answer, it would be nice to get an estimate.
iphone - 如何以编程方式检测iphone中的听筒?
我目前正在从事一个项目,该项目涉及在应用程序内部播放来自 iphone 音乐库的音乐。我正在使用 MPMediaPickerController 来允许用户选择他们的音乐并使用 iPhone 中的 iPod 音乐播放器播放它。
但是,当用户插入耳机并将其取下时,我遇到了问题。音乐会无缘无故地突然停止播放。经过一些测试,我发现当用户从设备上拔下耳机时,iPod 播放器会暂停播放。那么有没有办法以编程方式检测听筒是否已拔下,以便我可以继续播放音乐?或者有什么方法可以防止用户拔下耳机时 iPod 播放器暂停?
iphone - iPhone 或 iPod Touch 作为测试设备
我想要一个设备来测试我可以随时擦除的 iPhone 应用程序。1stG iPhone 或 iPod Touch 是理想的选择。有了 iPod touch,我会为操作系统升级付费。然而,在 eBay 上,iPhone 的售价为 300 美元以上。二手 iPod Touch 的价格约为 150 至 200 美元。
我想避免为 iPhone 支付月费,这意味着我将被限制为使用 wifi 来连接互联网。那应该没问题。
有没有更便宜的方法来获得测试设备或任何其他建议?