Bugzilla – Bug 9603
count: comes after list of replies, not before
Last modified: 2008-09-29 10:29:54 UTC
While browsing in CLI using genre, artist, album or playlist (at least), the count: comes after the list of items not before as it was before (pre 7.0) and as the CLI documentation states. So instead of: Request: "genres 0 5 search:unk<LF>" Response: "genres 0 5 search:unk count:1 id:4 genre:Alternative%20&%20Punk<LF>" We get: Request: "genres 0 5 search:unk<LF>" Response: "genres 0 5 search:unk id:4 genre:Alternative%20&%20Punk count:1<LF>" I haven't tried this in 7.2, but don't see it in the release notes.
IMHO CLI responses which use tagged values aren't positional. You'll have to parse the tags.
Andy agrees with Michael