Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/butterproject/butter-desktop
All the free parts of Popcorn Time
https://github.com/butterproject/butter-desktop
streaming torrents video
Last synced: 9 days ago
JSON representation
All the free parts of Popcorn Time
- Host: GitHub
- URL: https://github.com/butterproject/butter-desktop
- Owner: butterproject
- License: agpl-3.0
- Created: 2015-10-19T19:42:42.000Z (about 9 years ago)
- Default Branch: devel
- Last Pushed: 2020-11-01T15:53:26.000Z (about 4 years ago)
- Last Synced: 2024-10-17T02:41:34.047Z (23 days ago)
- Topics: streaming, torrents, video
- Language: JavaScript
- Homepage: http://butterproject.org/
- Size: 50.9 MB
- Stars: 4,291
- Watchers: 280
- Forks: 1,085
- Open Issues: 81
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-peer-to-peer - butter
- awesome-repositories - butterproject/butter-desktop - All the free parts of Popcorn Time (JavaScript)
- awesome-peer-to-peer - butter
- awesome-starred - butterproject/butter-desktop - All the free parts of Popcorn Time (others)
README
# THIS PROJECT IS LOOKING FOR A NEW MAINTAINER
It's been a long time we could not find the time to work on this, and
really, the implementation of the old architecture work 'good enough' for
most our daily needs.I believe there are a lot of good ideas and wonderfull design in butter that
we wish would get to life, but we have to be honest to ourselves: we will
probably not be the ones that will push it through anymore.Cheers, and thanks for all the fish.
# [Butter](https://github.com/butterproject/butter-desktop)
This in butter-next-gen ! based on react, redux and electron !
[![Build Status](https://travis-ci.org/butterproject/butter-desktop.svg?branch=master)](https://travis-ci.org/butterproject/butter-desktop)
[![Dependency Status](https://david-dm.org/butterproject/butter-desktop.svg)](https://david-dm.org/butterproject/butter-desktop)
[![devDependency Status](https://david-dm.org/butterproject/butter-desktop/dev-status.svg)](https://david-dm.org/butterproject/butter-desktop#info=devDependencies)Allow any user to easily watch movies through torrent streaming, without any prerequisites.
Visit the project's website at .
***
## Getting Involved
Want to report a bug, request a feature, contribute to or translate Butter?
Check out our in-depth guide to [Contributing to Butter](CONTRIBUTING.md#contributing-to-butter).
We need all the help we can get! You can also join our [community](README.md#community) to keep up-to-date and meet other Butterrs.
## Getting Started
If you're comfortable getting up and running from a `git clone`, this method is for you.
After you clone the GitHub repository, you will need to build a number of assets using gulp.
The [master](https://github.com/butterproject/butter-desktop) branch which contains the latest release.
#### Quickstart:
```sh
yarn
yarn start
```Full instructions & troubleshooting tips can be found in the [Contributing Guide](CONTRIBUTING.md#contributing-to-butter)
Keep track of Butter development and community activity.
* Follow Butter on [Twitter](https://twitter.com/butterproject), [Facebook](https://www.facebook.com/ButterProjectOrg/) and [Google+](https://plus.google.com/communities/111003619134556931561).
* Join in discussions on the [Butter Forum](https://www.reddit.com/r/ButterProject)
* Connect with us on IRC at `#butterproject` on freenode ([web access](http://webchat.freenode.net/?channels=butterproject))## Screenshots
![Main Screen](https://user-images.githubusercontent.com/127133/44055361-90b69768-9f1b-11e8-9f8f-1e9ca3173961.png)
![Details](https://user-images.githubusercontent.com/127133/44055375-98976ef8-9f1b-11e8-8808-dcf7964265be.png)
![Playing](https://user-images.githubusercontent.com/127133/44055382-9c0b6620-9f1b-11e8-8e3b-c9500dac2013.png)
![Debugging Butter](https://cloud.githubusercontent.com/assets/8317250/10714430/add70234-7b32-11e5-9be7-1de539d865ba.png)## Supported codecs
Butter currently supports native decoding for the following codecs
Linux and Mac
* `aac, ac3, aac3, h264, mp1, mp2, mp3, mpeg4, mpegvideo, msmpeg4v1, msmpeg4v2, msmpeg4v3, hevc, flv, dca, flac`
Windows
* `aac, ac3, eac3, h264, mp1, mp2, mp3, mpeg4, mpegvideo, hevc, flv, dca, flac`
## Versioning
For transparency and insight into our release cycle, and for striving to maintain backward compatibility, Butter will be maintained according to the [Semantic Versioning](http://semver.org/) guidelines as much as possible.
Releases will be numbered with the following format:
`..-`
Constructed with the following guidelines:
* A new *major* release indicates a large change where backward compatibility is broken.
* A new *minor* release indicates a normal change that maintains backward compatibility.
* A new *patch* release indicates a bugfix or small change which does not affect compatibility.
* A new *build* release indicates this is a pre-release of the version.***
If you distribute a copy or make a fork of the project, you have to credit this project as the source.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program.
If not, see http://www.gnu.org/licenses/
***
Copyright (c) 2015 Butter Project - Released under the
[GPL v3 license](LICENSE.txt).