Skip to content

Commit

Permalink
Fix STV issues
Browse files Browse the repository at this point in the history
Fixed some minor bugs/issues in the STV and removed old features that
don't do anything, such as Youtube videos.
  • Loading branch information
andyvshr committed Aug 14, 2017
1 parent 622490f commit 1374915
Show file tree
Hide file tree
Showing 6 changed files with 213,433 additions and 213,389 deletions.
3 changes: 2 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
# Name or Organization <email address>
# The email address is not required for organizations.

Google Inc.
Google Inc.
Andrew Visscher <andyvshr@gmail.com>
Christopher Piper <fuzzy@weirdness.com>
Jason Reicheneker <jason.reicheneker@gmail.com>
Sean Stuckless <sean.stuckless@gmail.com>
Expand Down
22 changes: 17 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log


## Version 9.1.7 (?)
* Fix: add support for 2nd tuner of Hauppauge WinTV-dualHD usb tuner stick (Windows).
* Changes in the STV set 2017081201 for the next SageTV release v9.1.7.0:
* malore menus: Removed random misc adjectives after show titles; only display misc textafter the title if it is a star rating.
* Removed Zap2it logo from System Information.
* EPG Lineup configuration: Changed help text above option buttons, put Schedules Direct option at top of list, old built-in EPG option renamed as plugin option and moved down.
* Fixed Music by Artist filtering issue resulting in 0 songs per artist after entering 2nd and subsequent chars.
* Disabled access to YouTube, Google videos, and channels.com.
* Detailed Setup -> General: reworded the Sync System Clock option.
* Detailed Setup -> Advanced: removed Debug Logging enable/disable option because it is always enabled now.
* Configuration Wizard playback testing/configuration menu uses the "Default" decoder settings instead of SageTV MPEG decoders.
* Detailed Setup -> Customize: renamed extra option to mark channels in guide with non-Zap2it channel IDs to refer to non-Tribune IDs.
* Changed Zap2it text to Tribune elsewhere in the STV, since the EPG data fo the old built-in and new SD EPG data both ultimately come from Tribune.

## Version 9.1.6 (2017-08-10)
* Fix: Various fixes and cleanup on Linux Firewire and DVB.
Expand Down Expand Up @@ -111,15 +123,15 @@
* If you are the first to commit changes after a release, ensure that the following have been incremented beyond the last release:
* MICRO_VERSION in sage/Version.java
* If you make any changes to stvs/SageTV7/SageTV7.xml, ensure that the following are updated in the STV:
* AddGlobalContext( "STVversionText", "October 13, 2015" )
* AddGlobalContext( "STVversionText", "August 12, 2017" )
* This should match the date of the commit.
* AddGlobalContext( "ThisSTVSetVersionNum", "2015101301" )
* AddGlobalContext( "ThisSTVSetVersionNum", "2017081201" )
* This should match the date of the commit and if there was more than one commit the same day, the last two digits should be incremented.
* The format is YYYYMMDDVV.
* YYYY is the year.
* MM if the month number.
* DD is the day of the month.
* VV is the commit version for this date. This resets to 01 if the date changes.
* STVVersion [="9.0.1.1"]
* STVVersion [="9.1.7.0"]
* This should start with MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION in sage/Version.java
* The last number should only be incremented in tandem with the last two digits of ThisSTVSetVersionNum.
* The last number should be incremented for each update of the STV for the MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION SageTV release, starting with 0 for the first STV version of a new release.
2 changes: 1 addition & 1 deletion java/sage/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class Version
{
public static final byte MAJOR_VERSION = 9;
public static final byte MINOR_VERSION = 1;
public static final byte MICRO_VERSION = 6;
public static final byte MICRO_VERSION = 7;

public static final String VERSION = MAJOR_VERSION + "." + MINOR_VERSION + "." + MICRO_VERSION + "." + SageConstants.BUILD_VERSION;

Expand Down
5 changes: 3 additions & 2 deletions stvs/SageTV7/OnlineVideos/OnlineVideoLinks.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@
# http://forums.sagetv.com/forums
#
# File version:
version=2013032101
version=2017081101
#
# Define the online videos sources. These items will be listed on the
# Online Services menu in the order they are listed here. Note that these
# values double as the OnlineVideoType code in the STV.
#Sources=xYouTube,xGoogle,xChannelsDotCom,xPodcastNews,xPodcastComedy,xPodcastSports,xPodcastScienceTech,xPodcastEntertainment,xPodcastHD,xPodcastFamily,xPodcastHomeGarden,xPodcastLatest
Sources=xYouTube,xGoogle,xChannelsDotCom,xPodcastNews,xPodcastComedy,xPodcastSports,xPodcastScienceTech,xPodcastEntertainment,xPodcastHD,xPodcastFamily,xPodcastHomeGarden
#Sources=xYouTube,xGoogle,xChannelsDotCom,xPodcastNews,xPodcastComedy,xPodcastSports,xPodcastScienceTech,xPodcastEntertainment,xPodcastHD,xPodcastFamily,xPodcastHomeGarden
Sources=xPodcastNews,xPodcastComedy,xPodcastSports,xPodcastScienceTech,xPodcastEntertainment,xPodcastHD,xPodcastFamily,xPodcastHomeGarden
#
# ============================================================
# Define some default property values
Expand Down
2 changes: 1 addition & 1 deletion stvs/SageTV7/OnlineVideos/OnlineVideoUIText.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# OnlineVideoUIText_de.properties
# Then, change the property values.
#
# File version: 2013032101
# File version: 2017081101
#
# ======================================================================
# Create the menu items for the Online Services menu:
Expand Down
Loading

0 comments on commit 1374915

Please sign in to comment.