Bug 490 - search results in handheld skin reset the selected player to the default
: search results in handheld skin reset the selected player to the default
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Skins
: 5.x or older
: PC Windows XP
: P2 normal (vote)
: ---
Assigned To: Blackketter Dean
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-08-08 05:36 UTC by Ben Gladstone
Modified: 2008-12-18 11:51 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 Ben Gladstone 2004-08-08 05:36:25 UTC
using the search feature in the handheld skin will change the selected player 
back to the default one. this prevents you using the search feature for any 
player other than the default one. 

the problem happens on the search results page - the links on the returned 
item list have the mac address of the default player, not the one currently 
selected.

the cause appears to be the hidden mac field in handheld/searchinput.html 
(line 19):
<input type=hidden value="[% player | uri %]" name="player"> 
which produces a mac address with '%3A' instead of colons

if you change it to 
<input type=hidden value="[% player %]" name="player">
the mac address has colons and the problem disappears - you can now search and 
add tracks to the playlist for a non-default player
Comment 1 Blackketter Dean 2004-08-08 09:27:51 UTC
Fixed for the next nightly.  Thanks!
Comment 2 Chris Owens 2006-06-16 14:40:28 UTC
There are 536 bugs in the database with targets of '---' that were fixed prior to new year 2006.  I am setting them to targets of 6.2.1 to keep them from showing up in my queries.
Comment 3 Chris Owens 2008-12-18 11:51:29 UTC
Routine bug db maintenance; removing old versions which cause confusion.  I apologize for the inconvenience.