Skip to content

An Apple TV 4 application to torrent movies and tv shows for streaming

Notifications You must be signed in to change notification settings

ychek/PopcornTimeTV

 
 

Repository files navigation

#PopcornTime TV Build Status

Slack Status

An Apple TV 4 application to torrent movies and tv shows for streaming. A simple and easy to use application based on TVML to bring the native desktop PopcornTime experience to Apple TV.

##Version

  • 0.4.3 - Fix an issue with streaming torrents. PopcornTorrent is now bumped to v1.0.9
  • 0.4.2 - Fix a bunch of crashes and implement the new layout for TV Shows. (Note: TV Shows can only play 480p as VLC support isn't added yet.)
  • 0.4.1 - Added TV Show Search, fix adding/removing items to the watchlist, video quality picker (Note: TV Shows can only play 480p as VLC support isn't added yet.)
  • 0.4.0 - Re-release 0.3.0 with the project fix and update checker.
  • 0.3.0 - Add TV Show Support, minor UI tweak and bug fixes.
  • 0.2.0 - Fixes issues with build and minor UI tweaks.
  • 0.1.0 - Initial Commit (rewrite)

##Setup

PopcornTime requires cocoapods. To install it simply open Terminal and enter the following command

gem install cocoapods

Setting up PopcornTime is quite easy. Open Terminal to run the following commands

cd ~/Desktop
git clone https://github.com/PopcornTimeTV/PopcornTimeTV.git
cd ~/Desktop/PopcornTimeTV
git checkout 0.4.3
pod install

If you are still expieriencing issues with streaming movie,s run these few commands

Open the podfile and change pod 'PopcornTorrent' to pod 'PopcornTorrent', '1.0.7'. Delete the Pods directory and the Podfile.lock then run pod install

Open the project with

PopcornTime.xcworkspace

##Screenshots

Screenshots

##Want to help?

Join the project Slack channel and be part of the PopcornTime experience for AppleTV. Designer? Developer? Curious person? You're welcome! Come in and say hello. Want to report a bug, request a feature or even contribute? You can join our community Slack group to keep up-to-date and speak to the team.

If you plan on contributing, make sure to follow along with the guidelines found in the CONTRIBUTING.md file.

About

An Apple TV 4 application to torrent movies and tv shows for streaming

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 97.1%
  • Ruby 2.3%
  • Shell 0.6%