I'll swap my old linux server running mediatomb for a NAS. That's why I try to evaluate the Twonky Server.
Technical:
TwonkyMedia version : Twonky Server for linux 6.0.38
Server Hardware: noname PC Hardware with Intel(R) PIII and 256 MByte RAM
Operating System: SUSE Linux 7.3 with many changes beside the distribution
If you are running as a system service (Windows only) : ./.
Client(s) and their software version : foobar 2000 1.1.9 with upnp 0.99.35 | XBMC 10.1 auf Intel-HW | AV Media Controller 1.0.4144.25069 from the Developer Tools for UPnP Technologies
Type(s) of media you are having problems with : audio/mp3 and audio/flac
How many files you have in your database : 752 (only for testing)
Network type (Wired/Wireless) : all wired
Other items on your network (Router make/model for example) : no other upnp devices
And here the problem: All tracknumbers greater then 255 are shiftet by n*256. This will say:
Track 1 -> Track 1 -> ok
Track 255 -> Track 255 -> ok
Track 256 -> Track 0 -> nok
Track 258 -> Track 2 -> nok
Track 514 -> Track 2 -> nok
...
This can be seen with XBMC and foobar2000.
Having a look with the AV Media Controller from the Developer Tools for UPnP Technologies the upnp:originalTrackNumber is set to the value what foobar and XBMC shows.
Purging the database and rescan the library, restarting the server does not change the behaviour.
Here the log while scanning one of the tracks with tracknumber > 255 what I did prepare for finding easy in the log:
18:54:33:024 [Trace] - LOG_SCAN: db_add_dir_entry_impl : processing /hdc/daten/daten2/Media/Musik/Bette Midler/258 - The Rose - Kopie.flac (check = 1)
18:54:33:024 [Trace] - LOG_SCAN: db_add_dir_entry_impl : no /hdc/daten/daten2/Media/Musik/Bette Midler/258 - The Rose - Kopie.flac found in db
18:54:33:024 [Info] - LOG_SCAN: db_add_dir_entry_impl : adding file /hdc/daten/daten2/Media/Musik/Bette Midler/258 - The Rose - Kopie.flac
18:54:33:036 [Info] - LOG_SCAN: db_add_dir_entry_impl : processed /hdc/daten/daten2/Media/Musik/Bette Midler/258 - The Rose - Kopie.flac
18:54:33:036 [Trace] - LOG_SCAN: db_add_dir_entry_impl : done with /hdc/daten/daten2/Media/Musik/Bette Midler/258 - The Rose - Kopie.flac
Pointing to the mediatomb server the tracknumbers shown by the upnp:originalTrackNumber shown by the AV Media Controller are correct as been stored in the Tags/Comments and foobar and XBMC shows the right tracknumber.
The Device is set to "Windows 7" in the Server Configuration.
I did find only one post in the board
http://www.twonkyforum.com/viewtopic.ph ... 255#p14939
what did point to this problem but there is no answer

Is there an solution for this issue bcs I have a lot of media (e.g. soundclips) organized in special "albums" with more then 255 tracks.
Thanks
ejmk