Valcon - 2005-01-13

I'm a .NET developer myself (mostly VB.NET). I'd be happy to help with the development of FriendlyNomad. But I'm quite worthless with regards to C(++).
The current version of FriendlyNodam is nice, but misses some essential functionality:
- the relation between albums, artists and songs;
- properties (ID3 so to speak of) of a song
- list of devices and their properties (now I have to use device 1 fixed)

I used the current version in a test-program which iterates all (root/parent)elements of the Nomad, puts them in a treeview and displays items in a listview when clicked on a treenode (a classical exlorer-like application). It works quite nice, and hasn't crashed.

It would also be nice to have a complete .NET solution instead of a COM component, especially since you intended FriendlyNomad to be used in C#.

Anyhow, a very nice and "noble" effort of making the accessing of the Nomad series through an API understandible and useable for not-C programmers!