getplaylist fails with iTunes v9 |
getplaylist fails with iTunes v9 |
jdh |
Feb 20 2010, 01:50 AM
Post
#1
|
Newbie Group: Members Posts: 7 Joined: 20-February 10 Member No.: 842 |
Hi,
I'm using AMIP SDK v1.4, but am unable to get a playlist when using iTunes v9. Even the supplied getplaylist example fails in: int code = ac_get_pl(); LeaveCriticalSection(&cs_list); if (code != AC_ERR_NOERROR) { printf("Failed to get playlist: %d\n", code); It reports: Failed to get playlist: 3 When using WinAmp or foobar2000 then getplaylist works just fine! Just wondering if I'm doing something wrong or if it simply does not work with iTunes v9. Thanks, Jdh |
jdh |
Mar 23 2010, 09:54 PM
Post
#2
|
Newbie Group: Members Posts: 7 Joined: 20-February 10 Member No.: 842 |
I realy appreciate this quick SDK fix! Going to download the new SDK now..
Thanks so much Serge! Jdh |