2004-05-03, 03:28 PM
Sub,
Thanks for those new APIs. What version will they be in?
I have a working "hello world" project now, based on the weather app source. It was pretty easy to get set up, and the graphics architecture allows a lot of freedom, which is nice since the Jukebox will need sub-menus as well.
Questions:
- How do you show the current play time on video? That is basically what I want to display for the currently playing track.
- Since you gave access to the playlist + index, I won't need an event to signal the end of the playlist (but still need the track time + length, or filename + position to display play time).
- What API are you using for directory browsing? Is there a standard in .NET for this?
- How do you extract the track information given a file name (ie: artist, album, genre, etc..)? Is there a .NET API for this also?
Thanks,
--Bryan
Thanks for those new APIs. What version will they be in?
I have a working "hello world" project now, based on the weather app source. It was pretty easy to get set up, and the graphics architecture allows a lot of freedom, which is nice since the Jukebox will need sub-menus as well.
Questions:
- How do you show the current play time on video? That is basically what I want to display for the currently playing track.
- Since you gave access to the playlist + index, I won't need an event to signal the end of the playlist (but still need the track time + length, or filename + position to display play time).
- What API are you using for directory browsing? Is there a standard in .NET for this?
- How do you extract the track information given a file name (ie: artist, album, genre, etc..)? Is there a .NET API for this also?
Thanks,
--Bryan