commit/StationPlaylist: 2 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Mon, 18 Jan 2016 03:01:47 -0000

2 new commits in StationPlaylist:

https://bitbucket.org/nvdaaddonteam/stationplaylist/commits/88b9d68f1c73/
Changeset:   88b9d68f1c73
Branch:      None
User:        josephsl
Date:        2016-01-18 02:57:35+00:00
Summary:     Profile triggers 7.0-dev): if the triggers pickle is not found, 
assign profile triggers to an empty dictionary (fixing an issue where error 
beeps sounded when restarting Studio).

Affected #:  1 file

diff --git a/addon/appModules/splstudio/splconfig.py 
b/addon/appModules/splstudio/splconfig.py
index b462a3b..606e987 100755
--- a/addon/appModules/splstudio/splconfig.py
+++ b/addon/appModules/splstudio/splconfig.py
@@ -326,7 +326,7 @@ def initProfileTriggers():
        try:
                profileTriggers = cPickle.load(file(SPLTriggersFile, "r"))
        except IOError:
-               pass
+               profileTriggers = {}
        # Cache profile triggers, used to compare the runtime dictionary 
against the cache.
        profileTriggers2 = dict(profileTriggers)
        triggerStart()


https://bitbucket.org/nvdaaddonteam/stationplaylist/commits/111cc51d3285/
Changeset:   111cc51d3285
Branch:      master
User:        josephsl
Date:        2016-01-18 03:01:27+00:00
Summary:     Readme entry for category sounds

Affected #:  1 file

diff --git a/readme.md b/readme.md
index 7faccb9..5c602d0 100755
--- a/readme.md
+++ b/readme.md
@@ -167,6 +167,7 @@ If you are using Studio on a touchscreen computer running 
Windows 8 or later and
 * NVDA can be configured to switch to a specific broadcast profile at a 
specific day and time. Use the new triggers dialog in add-on settings to 
configure this.
 * Entries in profiles combo box in add-on settings dialog now shows profile 
flags such as active, whether it is an instant switch profile and so on.
 * In add-on settings dialog, the controls used to toggle announcement of 
scheduled time, listener count, cart name and track name has been moved to a 
dedicated status announcements dialog (select status announcement button to 
open this dialog).
+* Added a new setting in add-on settings dialog to let NVDA play beep for 
different track categories when moving between tracks in playlist viewer.
 * It is no longer required to stay in the playlist viewer window in order to 
obtain time announcements such as remaining time for the track and broadcaster 
time.
 * In encoders, pressing Control+NVDA+0 will present encoder settings dialog 
for configuring various options such as stream label, focusing to Studio when 
connected and so on.
 * In encoders, it is now possible to turn off connection progress tone 
(configurable from encoder settings dialog).

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: