-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added 'Go to' feature which allows opening a stream using its name
- Added jquery.js to the project (I hope it will fix the no-content problem on some TV models) - If Return button is pressed when browsing particular game streams you will be sent back to the games list - Various fixes - Updated README.md
- Loading branch information
Nikita Katchik
committed
Jan 24, 2014
1 parent
777a67a
commit 6068169
Showing
6 changed files
with
10,588 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,19 @@ | ||
smarttv-twitch | ||
============== | ||
This is a simple app to watch Twitch.tv streams on Samsung Smart TV's. It has a very simple UI but works fine for me. | ||
Only tested on Samsung UE40F6400 so no guarantees. | ||
|
||
Stream lists filtered by game incoming. | ||
This is an app for Samsung SmartTV's designed to watch twitch.tv broadcasts. | ||
|
||
Installation | ||
============== | ||
To install the app you need to install any http server and put TwitchTV_X.XX_America_XXXXXXXX.zip and widgetlist.xml to a directory which is configured as its root. | ||
|
||
For example you can follow http://www.ricocheting.com/how-to-install-on-windows/apache manual and then put the files into DocumentRoot as it's called in the manual. You can check if you configured server correctly by typing http://127.0.0.1/widgetlist.xml in your browser - if everything is OK browser should start downloading this file from your local machine or just display its contents. | ||
|
||
Now that server is running correctly make sure your TV and your computer are in the same local network and remember your computer LOCAL IP. | ||
On your TV, go to Menu->Smart Features->Samsung Account and type name "develop". | ||
|
||
IMPORTANT: You need to edit widgetlist.xml. Change this string <download>http://192.168.1.150/TwitchTV_X.XX_America_XXXXXXXX.zip</download> | ||
so your computer IP replaces '192.168.1.150' | ||
Then go to SmartHUB, click "More Apps" button, then click "Options" button and choose "IP Setting", enter '50.17.189.245' and finally choose "Start App Sync" option. TwitchTV app has to be installed now. | ||
|
||
Now, on your TV, go to Menu->Smart Features->Samsung Account and type name "develop". | ||
For models released before 2013 you might want to use these instructions instead: | ||
From the SmartHUB main screen, click the "Tools" button on the remote. Only from the "Tools" menu, navigate to "Settings", and from there to "Development". (You still have to be logged in as 'develop') | ||
|
||
Then go to SmartHUB, click "More Apps" button, then click "Options" button and choose "IP Setting", enter your computer IP and then choose "Start App Sync" option. TwitchTV app has to be installed now. | ||
Contribution | ||
============== | ||
If you made a fix for your TV please feel free to make a push request. | ||
|
||
For models released before 2013 you might want to use these instructions instead: | ||
From the SmartHUB main screen, click the "Tools" button on the remote. Only from the "Tools" menu, navigate to "Settings", and from there to "Development". (You need to be logged in as 'develop') | ||
As now I run a server to simplify the installation process any donations are very welcome. | ||
Paypal: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
6068169
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome update. Love how you simplified the installation so much, by providing a host for the release!
Already enjoying the new features. Thanks for your work.
6068169
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are welcome ;)