Bug 6177 - Favorites: need to confirm removal of favorites on SB/Transporter
: Favorites: need to confirm removal of favorites on SB/Transporter
Status: CLOSED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Player UI
: unspecified
: Macintosh Other
: P2 normal (vote)
: 7.x
Assigned To: Andy Grundman
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-11-16 14:11 UTC by Blackketter Dean
Modified: 2009-07-31 10:15 UTC (History)
3 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Blackketter Dean 2007-11-16 14:11:04 UTC
Because people often double-press with the remote, we should require them to confirm the deletion of a favorite, otherwise it can be lost accidentally.

From within a favorite, pressing RIGHT should show:

Favorite #1 (Go right to remove)

Pressing right should show:

Remove Favorite #1
Cancel                >


Scrolling down one should show:


Remove Favorite #1
Remove                >


That way they have to go down to actually remove the favorite.

Also note that "delete" should be replaced with "remove".
Comment 1 Blackketter Dean 2007-11-25 20:28:21 UTC
Been thinking about this a little bit and realized that the (Go Right To Delete) bit is ugly and unnecessary.  Let's simplify things a bit.

The item in the song info page should just say

Favorite 2                        >

if it's already a favorite.  (Note the missing # sign and the missing parenthetical).

Going right:

Favorite 2 
Cancel                   >

scroll down to see:

Favorite 2
Remove Favorite  >

This should work the same in Jive as well as SC and SN on the player UI.


Comment 2 Andy Grundman 2008-01-07 14:16:05 UTC
I've implemented this in change 15987 for TrackInfo, RemoteTrackInfo, and BrowseDB favorite areas.
Comment 3 Andy Grundman 2008-01-07 14:16:41 UTC
Reopening as there is still Jive work to be done here, passing over to Ben.
Comment 4 Ben Klaas 2008-01-21 13:45:19 UTC
edit summary for bug list organization
Comment 5 Ben Klaas 2008-01-28 08:04:03 UTC
the jive-side of this bug is covered by bug#6818

*** This bug has been marked as a duplicate of 6818 ***
Comment 6 Max Spicer 2008-04-20 03:03:19 UTC
I don't like the implementation of this.  On my top-level favorites menu, I get the following:

Favorites (2 of 4)
Radio 4            ->

(Right)

Radio 4 (1 of 3)
Favorite           ->


I'm given no clue as to what pressing Right now will do.  It would be much better if it said Delete Favorite.  Worse, when I do press Right I get:

Favorite
Cancel             ->

What does this mean?  There's no clue that there's another item to chose from and I have no idea what I'm cancelling as I wasn't told before entering this level.

It should be:

Favorites (2 of 4)
Radio 4            ->

(Right)

Radio 4 (1 of 3)
Delete Favorite    ->

(Right)

Delete Favorite (1 of 2)
OK

(Down)

Delete Favorite (2 of 2)
Cancel

I've also switched the order of the default action.  It's mean to be a confirmation, so selecting Cancel by default seems odd.
Comment 7 Max Spicer 2008-04-20 03:04:44 UTC
Just read the very first line of the very first comment in this bug.  ;-)  Ok, Cancel should come before OK.
Comment 8 Chris Owens 2008-04-21 09:03:33 UTC
Dean we need a ruling on this behavior
Comment 9 Blackketter Dean 2008-04-21 11:57:30 UTC
First, the Favorite number/index should be separate from the delete function.  I'm seeing 

Favorites  (3 of 5)
Black Cow

hitting right, I see:

Black Cow
Favorite [2] 

right again shows:

Favorite 2
Cancel

---------------------

So, it should be:

Favorites (3 of 5)
Black Cow

going right:

Black Cow  (1 of 3)
Remove Favorite

going right:

Delete Favorite (1 of 2)
Cancel

or

Delete Favorite (2 of 2)
Delete

management of the favorite number/preset should be separate.


Comment 10 Chris Owens 2008-04-28 09:30:55 UTC
per Andy's request
Comment 11 Andy Grundman 2008-06-09 11:18:05 UTC
I've made the following change, anywhere the string 'Favorite' was used it now uses 'Remove from Favorites'.  This was used because there was already an existing string for it.  Let me know if it looks OK now.

Chanage 20565.
Comment 12 Max Spicer 2008-06-13 07:10:46 UTC
This is much better now.  However, if you select Remove From Favorites, the next two choices are Cancel and Delete Favorite.  The use of Remove and Delete is inconsistent.  As the heading of the confirm mode is already Remove From Favorites, it would probably be better if the two choices were simply Cancel and Remove.

Additionally, the preset number is still displayed after the favorite name - it shouldn't be, according to Dean.  For example, I have:

FAVORITES (5 of 7)
Graceland             >

(going right)

GRACELAND (1 OF 3)
Remove from Favorites [6]      >

(going right)

REMOVE FROM FAVORITES 6
Cancel                 >


The 6 is confusing, especially as it is in square brackets once and then just on its own.  Better to just remove it.

Reopening as the fix doesn't implement Dean's requested changes, as described above.
Comment 13 Andy Grundman 2008-06-13 07:16:00 UTC
Max, can you just provide a patch that does what you want?  Thanks.
Comment 14 Max Spicer 2008-06-13 07:21:04 UTC
Sorry, but I honestly do not have time right now - I'm devoting all my spare time to writing alarm stuff.  Apologies if I've trod on your feet here, but I'm just trying to provide feedback on the UI in order to make it clearer and more consistent.
Comment 15 Andy Grundman 2008-06-13 07:22:44 UTC
Dean, let's get a final word on this.
Comment 16 Blackketter Dean 2008-06-13 07:47:37 UTC
"Remove from Favorites [6]" should be changed to  "Remove Favorite 6"

"Delete Favorite" should be "Remove Favorite"

Otherwise, I think the latest nightly is good.
Comment 17 Andy Grundman 2008-06-13 08:14:06 UTC
"Remove from Favorites [6]" actually indicates it is hotkey #6, not favorite #6.  So not every favorite will have this.  Do you want:

"Remove Favorite" for non-hotkey favorites.
"Remove Favorite 6" for hotkey favorites.
Comment 18 Andy Grundman 2008-06-13 08:19:23 UTC
"Delete Favorite" changed to "Remove Favorite" in change 20733.
Comment 19 Blackketter Dean 2008-06-13 09:59:51 UTC
Ugh, I hate the fact that we have two ways of numbering the favorites.

I'd just remove the number from here, as it's ambiguous.
Comment 20 Andy Grundman 2008-06-13 10:21:46 UTC
OK, favorites don't have numbers anymore because they can be anywhere in the favorites tree.
Comment 21 Andy Grundman 2008-06-13 10:31:53 UTC
Fixed in change 20736.
Comment 22 Chris Owens 2008-07-30 15:26:38 UTC
This bug has now been fixed in the 7.1 release version of SqueezeCenter!  Please download the new version from http://www.slimdevices.com if you haven't already.  

If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.
Comment 23 Chris Owens 2009-07-31 10:15:20 UTC
Reduce number of active targets for SC