Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iharosi committed Apr 29, 2015
1 parent 1eb836f commit 4b62f48
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EZTV Squire Streams (1080p/720p/480p)
# Squire Streams for Squire app

<img src="https://s3.amazonaws.com/Squire_Contents/sites+resources/github+streamers/stream_icon.png" width="108" height="108" alt="Squire Stream Icon"/>

Expand All @@ -10,10 +10,21 @@
[Streams](http://squireapp.com/features#streams) is a [Squire](http://www.squireapp.com) feature that lets the user watch content available outside of their hard drive. This means a stream is an ordered collection of items that can be watched in Squire. Each stream is encapsulated in an ```stm``` file. ```stm``` files are added to the Squire Helper which then extracts, orders and organizes the contents for the stream so they can be enjoyed from any available Squire client.

## Installation
Download one of the three package ([1080p] (https://github.com/iharosi/Squire-Stream-Template/releases/download/v0.1.2/eztv-1080p-shows.zip), [720p](https://github.com/iharosi/Squire-Stream-Template/releases/download/v0.1.2/eztv-720p-shows.zip), [480p](https://github.com/iharosi/Squire-Stream-Template/releases/download/v0.1.2/eztv-480p-shows.zip)), unzip it and double click on the .stm file. The stream will be added automatically to Squire Helper. After a few seconds, the stream’s content will be available on “Shows” section on Squire.app.
1. Download the desired package:

## Recommendations
I do recommend to sort Movies by Popular filter. To do this open Squire.app and press down key to access filter list.
TV series – EZTV
- [1080p quality](https://github.com/iharosi/Squire-Streams/releases/download/v0.2.0/eztv-1080p-shows.zip)
- [720p quality](https://github.com/iharosi/Squire-Streams/releases/download/v0.2.0/eztv-720p-shows.zip) (recommended)
- [480p quality](https://github.com/iharosi/Squire-Streams/releases/download/v0.2.0/eztv-480p-shows.zip)

Movies - YTS
- [1080p quality](https://github.com/iharosi/Squire-Streams/releases/download/v0.2.0/yts-1080p-movies.zip)
- [720p quality](https://github.com/iharosi/Squire-Streams/releases/download/v0.2.0/yts-720p-movies.zip) (recommended)
- [3D quality](https://github.com/iharosi/Squire-Streams/releases/download/v0.2.0/yts-3D-movies.zip) (Note: Squire app does not support this feature at this time.)

2. Unzip it and double click on the .stm file.
The stream will be added automatically to Squire Helper.
After a few seconds, the stream’s content will be available in “Shows” section of Squire app.

## Support
If you are experiencing problems please open a new Issue, so I can take a look.
Expand Down
4 changes: 2 additions & 2 deletions eztv-1080p-shows.stm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "EZTV-1080p-Shows",
"author": "iharosi",
"icon": "",
"homepage": "https://github.com/iharosi/Squire-Stream-Template.git",
"homepage": "https://github.com/iharosi/Squire-Streams.git",
"version": "0.1.2",
"description": "Squire Streamer for EZTV service",
"repository": {
"type": "git",
"url": "https://github.com/iharosi/Squire-Stream-Template.git"
"url": "https://github.com/iharosi/Squire-Streams.git"
},
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions eztv-480p-shows.stm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "EZTV-480p-Shows",
"author": "iharosi",
"icon": "",
"homepage": "https://github.com/iharosi/Squire-Stream-Template.git",
"homepage": "https://github.com/iharosi/Squire-Streams.git",
"version": "0.1.2",
"description": "Squire Streamer for EZTV service",
"repository": {
"type": "git",
"url": "https://github.com/iharosi/Squire-Stream-Template.git"
"url": "https://github.com/iharosi/Squire-Streams.git"
},
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions eztv-720p-shows.stm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "EZTV-720p-Shows",
"author": "iharosi",
"icon": "",
"homepage": "https://github.com/iharosi/Squire-Stream-Template.git",
"homepage": "https://github.com/iharosi/Squire-Streams.git",
"version": "0.1.2",
"description": "Squire Streamer for EZTV service",
"repository": {
"type": "git",
"url": "https://github.com/iharosi/Squire-Stream-Template.git"
"url": "https://github.com/iharosi/Squire-Streams.git"
},
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 4b62f48

Please sign in to comment.