commit/StationPlaylist: josephsl: Rainbow/orange (7.0-dev): Initial implementation of column exploration with metadata streaming status command change.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Thu, 14 Jan 2016 00:02:14 -0000

1 new commit in StationPlaylist:

https://bitbucket.org/nvdaaddonteam/stationplaylist/commits/857535d6fab4/
Changeset:   857535d6fab4
Branch:      7.0/orangeTrackInfoBoard
User:        josephsl
Date:        2016-01-14 00:00:55+00:00
Summary:     Rainbow/orange (7.0-dev): Initial implementation of column 
exploration with metadata streaming status command change.

Project orange (the last unnamed feature) is used to announce items in specific 
columns when SPL Assistant, 1 through 0 are pressed. Since this conflicts with 
metadata streaming status, streaming commands are now rassigned to use 
shift+number commands.
This is destined for add-on 7.0.

Affected #:  1 file

diff --git a/addon/appModules/splstudio/__init__.py 
b/addon/appModules/splstudio/__init__.py
index b6c877b..c4e9a51 100755
--- a/addon/appModules/splstudio/__init__.py
+++ b/addon/appModules/splstudio/__init__.py
@@ -266,7 +266,7 @@ A: Automation.
 C: Announce name of the currently playing track.
 D: Remaining time for the playlist.
 E: Overall metadata streaming status.
-1 through 4, 0: Metadata streaming status for DSP encoder and four additional 
URL's.
+Shift+1 through shift+4, shift+0: Metadata streaming status for DSP encoder 
and four additional URL's.
 H: Duration of trakcs in this hour slot.
 Shift+H: Duration of remaining trakcs in this hour slot.
 I: Listener count.
@@ -295,7 +295,7 @@ A: Automation.
 C: Toggle cart explorer.
 Shift+C: Announce name of the currently playing track.
 E: Overall metadata streaming status.
-1 through 4, 0: Metadata streaming status for DSP encoder and four additional 
URL's.
+Shift+1 through shift+4, shift+0: Metadata streaming status for DSP encoder 
and four additional URL's.
 Shift+E: Record to file.
 F: Track finder.
 H: Duration of trakcs in this hour slot.
@@ -330,7 +330,7 @@ E: Elapsed time.
 F: Track finder.
 R: Remaining time for the currently playing track.
 G: Overall metadata streaming status.
-1 through 4, 0: Metadata streaming status for DSP encoder and four additional 
URL's.
+Shift+1 through shift+4, shift+0: Metadata streaming status for DSP encoder 
and four additional URL's.
 H: Duration of trakcs in this hour slot.
 Shift+H: Duration of remaining trakcs in this hour slot.
 K: Move to place marker track.
@@ -1672,11 +1672,11 @@ class AppModule(appModuleHandler.AppModule):
                "kb:Control+k":"setPlaceMarker",
                "kb:k":"findPlaceMarker",
                "kb:e":"metadataStreamingAnnouncer",
-               "kb:1":"metadataEnabled",
-               "kb:2":"metadataEnabled",
-               "kb:3":"metadataEnabled",
-               "kb:4":"metadataEnabled",
-               "kb:0":"metadataEnabled",
+               "kb:shift+1":"metadataEnabled",
+               "kb:shift+2":"metadataEnabled",
+               "kb:shift+3":"metadataEnabled",
+               "kb:shift+4":"metadataEnabled",
+               "kb:shift+0":"metadataEnabled",
                "kb:f1":"layerHelp",
                "kb:shift+f1":"openOnlineDoc",
                "kb:control+shift+u":"updateCheck",
@@ -1710,11 +1710,11 @@ class AppModule(appModuleHandler.AppModule):
                "kb:Control+k":"setPlaceMarker",
                "kb:k":"findPlaceMarker",
                "kb:e":"metadataStreamingAnnouncer",
-               "kb:1":"metadataEnabled",
-               "kb:2":"metadataEnabled",
-               "kb:3":"metadataEnabled",
-               "kb:4":"metadataEnabled",
-               "kb:0":"metadataEnabled",
+               "kb:shift+1":"metadataEnabled",
+               "kb:shift+2":"metadataEnabled",
+               "kb:shift+3":"metadataEnabled",
+               "kb:shift+4":"metadataEnabled",
+               "kb:shift+0":"metadataEnabled",
                "kb:f1":"layerHelp",
                "kb:shift+f1":"openOnlineDoc",
        }
@@ -1749,11 +1749,11 @@ class AppModule(appModuleHandler.AppModule):
                "kb:Control+k":"setPlaceMarker",
                "kb:k":"findPlaceMarker",
                "kb:g":"metadataStreamingAnnouncer",
-               "kb:1":"metadataEnabled",
-               "kb:2":"metadataEnabled",
-               "kb:3":"metadataEnabled",
-               "kb:4":"metadataEnabled",
-               "kb:0":"metadataEnabled",
+               "kb:shift+1":"metadataEnabled",
+               "kb:shift+2":"metadataEnabled",
+               "kb:shift+3":"metadataEnabled",
+               "kb:shift+4":"metadataEnabled",
+               "kb:shift+0":"metadataEnabled",
                "kb:f1":"layerHelp",
                "kb:shift+f1":"openOnlineDoc",
                "kb:control+shift+u":"updateCheck",

Repository URL: https://bitbucket.org/nvdaaddonteam/stationplaylist/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts:

  • » commit/StationPlaylist: josephsl: Rainbow/orange (7.0-dev): Initial implementation of column exploration with metadata streaming status command change. - commits-noreply