jrlewis
03-20-2010, 03:10 PM
This driver is brought to you by Juan and the folks at AV Solutions (http://www.youravsolutions.com/). They are integration partners by way of VidaBox.
This is probably one of the most frustrating experiences with a manufacturer I have ever had. I think they take a hippocratic oath "To Do No Help". The company line is they provide no programming support and the only support they provide is the online documentation (http://www.iportmusic.com/cms_documents/iPort%20RS232%20Programming%20Manual_041709Final.p df). As my original suspicions confirmed it was impossible to develop a driver based on the printed documentation. The document has the usual errors/omissions/ambuguities that plague many protocol documents, but the glaring defect is the manner in which it describes how to navigate and play selections from the docked device. It is correct up to a point and then just falls flat. If you are a developer and have found this site and are scratching your head as I was feel free to contact me. Enough of the rant and on to the driver.
This driver provides support for the iPort Docking System. To date the driver has been tested against and FS-22 running firmware version 1.04. The docked devices tested have ranged from iPhones to regular iPods. If you happen to have one of these or know someone who does it would be great to have it tested against another dock. The driver provides access to cover art for the currently playing song via Amazon. The code base for the cover art is based on the work of Jonothan from the XMChannel Info driver. One interesting note on the driver is it allows you to access the list of queued songs on the docked device. Ipod'ish devices don't have a "playlist" in the same sense as CQC media renderer drivers, but the protocol provides access to the list of queued songs. I have a test template set that I need to package up and add to the attachments below.
Posted Version 0.8
0.1 Beta release with player support and no music selection
0.2 Added support for cover art from Amazon
0.3 Finally figured out how to select and control music in spite of the published protocol.
0.4 Changed music navigation to non-cached
0.5 Fixed Bugs
0.6 Fixed Bugs
0.7 Added MultiScroll,Playlist support, and general code cleanup
0.8 Renaming, cleanup, and added All Songs to strategic locations in the MediaList
This is probably one of the most frustrating experiences with a manufacturer I have ever had. I think they take a hippocratic oath "To Do No Help". The company line is they provide no programming support and the only support they provide is the online documentation (http://www.iportmusic.com/cms_documents/iPort%20RS232%20Programming%20Manual_041709Final.p df). As my original suspicions confirmed it was impossible to develop a driver based on the printed documentation. The document has the usual errors/omissions/ambuguities that plague many protocol documents, but the glaring defect is the manner in which it describes how to navigate and play selections from the docked device. It is correct up to a point and then just falls flat. If you are a developer and have found this site and are scratching your head as I was feel free to contact me. Enough of the rant and on to the driver.
This driver provides support for the iPort Docking System. To date the driver has been tested against and FS-22 running firmware version 1.04. The docked devices tested have ranged from iPhones to regular iPods. If you happen to have one of these or know someone who does it would be great to have it tested against another dock. The driver provides access to cover art for the currently playing song via Amazon. The code base for the cover art is based on the work of Jonothan from the XMChannel Info driver. One interesting note on the driver is it allows you to access the list of queued songs on the docked device. Ipod'ish devices don't have a "playlist" in the same sense as CQC media renderer drivers, but the protocol provides access to the list of queued songs. I have a test template set that I need to package up and add to the attachments below.
Posted Version 0.8
0.1 Beta release with player support and no music selection
0.2 Added support for cover art from Amazon
0.3 Finally figured out how to select and control music in spite of the published protocol.
0.4 Changed music navigation to non-cached
0.5 Fixed Bugs
0.6 Fixed Bugs
0.7 Added MultiScroll,Playlist support, and general code cleanup
0.8 Renaming, cleanup, and added All Songs to strategic locations in the MediaList