Bug 9491 - improving the setting and retieval of preferences
: improving the setting and retieval of preferences
Status: RESOLVED DUPLICATE of bug 9448
Product: Logitech Media Server
Classification: Unclassified
Component: CLI
: unspecified
: PC Windows XP
: -- enhancement (vote)
: ---
Assigned To: Unassigned bug - please assign me!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-09-15 07:37 UTC by Barry Gordon
Modified: 2008-09-15 09:54 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Barry Gordon 2008-09-15 07:37:17 UTC
As per Michael Herger's suggestion to request this as an enhancement:

There is significant overhead in all aspects of a system to make a TCP/IP request so it is best to get as much as possible in a single request. Rather than do 5 seperate TCP/IP requests I would much rather do one of the form:
ID playerpref prefname: prefname: prefname: ...
or specifically for the alarms
ID playerpref alarmSnoozeTime: alarmFadeTime: alarmTimeoutTime: alarmDefaultVolume: alarmEnabled:

similarly to set a bunch of prefs 
ID playerpref prefname:value prefname:value prefname:value ... 
which just looks very similar to a set of tags on the request

This would be a very good general capability for all prefrences, server or player based. My 2 Cents.
Comment 1 KDF 2008-09-15 09:28:31 UTC
Isn't this what you filed as bug 9448?
Comment 2 Barry Gordon 2008-09-15 09:54:36 UTC
Yes. Obviously a Senior Moment

Getting old really does draw down the memory capacity

*** This bug has been marked as a duplicate of bug 9448 ***