[Slim-Checkins] r12576 - in /trunk/server: Slim/Plugin/Jive/Plugin.pm strings.txt
fred at svn.slimdevices.com
fred at svn.slimdevices.com
Thu Aug 16 07:53:45 PDT 2007
Author: fred
Date: Thu Aug 16 07:53:45 2007
New Revision: 12576
URL: http://svn.slimdevices.com?rev=12576&view=rev
Log:
Bug: N/A
Description: Make SS JiveMLON 1.1 compliant (input text description). The help text on Jive search screen comes from SS.
Modified:
trunk/server/Slim/Plugin/Jive/Plugin.pm
trunk/server/strings.txt
Modified: trunk/server/Slim/Plugin/Jive/Plugin.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Plugin/Jive/Plugin.pm?rev=12576&r1=12575&r2=12576&view=diff
==============================================================================
--- trunk/server/Slim/Plugin/Jive/Plugin.pm (original)
+++ trunk/server/Slim/Plugin/Jive/Plugin.pm Thu Aug 16 07:53:45 2007
@@ -820,7 +820,12 @@
'item_loop' => [
{
'text' => Slim::Utils::Strings::string('ARTISTS'),
- 'input' => 3,
+ 'input' => {
+ 'len' => 2, # Richard says "we can't search for U2!"
+ 'help' => {
+ 'text' => Slim::Utils::Strings::string('JIVE_SEARCHFOR_HELP')
+ },
+ },
'actions' => {
'go' => {
'cmd' => ['artists'],
@@ -836,7 +841,12 @@
},
{
'text' => Slim::Utils::Strings::string('ALBUMS'),
- 'input' => 3,
+ 'input' => {
+ 'len' => 3,
+ 'help' => {
+ 'text' => Slim::Utils::Strings::string('JIVE_SEARCHFOR_HELP')
+ },
+ },
'actions' => {
'go' => {
'cmd' => ['albums'],
@@ -853,7 +863,12 @@
},
{
'text' => Slim::Utils::Strings::string('SONGS'),
- 'input' => 3,
+ 'input' => {
+ 'len' => 3,
+ 'help' => {
+ 'text' => Slim::Utils::Strings::string('JIVE_SEARCHFOR_HELP')
+ },
+ },
'actions' => {
'go' => {
'cmd' => ['tracks'],
@@ -869,7 +884,12 @@
},
{
'text' => Slim::Utils::Strings::string('PLAYLISTS'),
- 'input' => 3,
+ 'input' => {
+ 'len' => 3,
+ 'help' => {
+ 'text' => Slim::Utils::Strings::string('JIVE_SEARCHFOR_HELP')
+ },
+ },
'actions' => {
'go' => {
'cmd' => ['playlists'],
Modified: trunk/server/strings.txt
URL: http://svn.slimdevices.com/trunk/server/strings.txt?rev=12576&r1=12575&r2=12576&view=diff
==============================================================================
--- trunk/server/strings.txt (original)
+++ trunk/server/strings.txt Thu Aug 16 07:53:45 2007
@@ -13903,4 +13903,8 @@
EN Play this song
SEARCHFOR_PLAYLISTS
- EN Search for playlists
+ EN Search for playlists
+
+JIVE_SEARCHFOR_HELP
+ EN Use the scroll wheel to change letters, then press the center button to select that letter. Press the center button again to start your search.
+ FR Utiliser le bidule pour choisir une lettre, plus appuyer sur le bouton central afin de la sélectionner. Appuyer à nouveau sur le bouton central pour démarrer la recherche.
More information about the checkins
mailing list