Index: HTML/Default/home.html
===================================================================
--- HTML/Default/home.html	(revision 17251)
+++ HTML/Default/home.html	(working copy)
@@ -189,7 +189,7 @@
 
 					PROCESS menuItem 
 						link = {
-							key = entry.text,
+							key = "#" _ ( loop.index + 1 ) _ ": " _ entry.text,
 							value = webroot _ "plugins/Favorites/index.html?&index=" _ loop.index _ "&player=" _ playerURI
 						};
 				END
Index: Slim/Plugin/Favorites/HTML/EN/plugins/Favorites/index.html
===================================================================
--- Slim/Plugin/Favorites/HTML/EN/plugins/Favorites/index.html	(revision 17251)
+++ Slim/Plugin/Favorites/HTML/EN/plugins/Favorites/index.html	(working copy)
@@ -110,7 +110,7 @@
 [% BLOCK entryblock -%]
 	[%- WRAPPER contentitem leftcontrols = 'playcontrols' rightcontrols = 'editcontrols' itemobj.id = entry.index %]
 		<a id="dragitemhref_[% entry.index %]" href="[% webroot %]plugins/Favorites/index.html?&amp;index=[% entry.index %]&amp;player=[% playerURI %]&amp;sess=[% sess %]" class="browseItemLink">
-		   <span id="dragitemtitle_[% entry.index %]" class = "favoritesText">[% entry.title %]</span></a>
+		   <span id="dragitemtitle_[% entry.index %]" class = "favoritesText">#[% entry.index + 1 %]: [% entry.title %]</span></a>
 	[% END -%]
 [% END %]