GitXplorerGitXplorer
r

torrent_player_old

public
18 stars
7 forks
17 issues

Commits

List of commits on branch master.
Unverified
d9cb81abddd2ddba2e4fc94fb3e5911ea3372182

modificado index

rrafaelleru committed 8 years ago
Unverified
a7bc412aa5c3442d9226d169e1cfb67c57b4326d

cosas

rrafaelleru committed 8 years ago
Unverified
030a2728e8ce56ce5ce640f336a7ed204f27c2c5

clase PlayList

rrafaelleru committed 8 years ago
Unverified
1223117b1424ea3288d147255b9e5f5a5bc88126

test

rrafaelleru committed 8 years ago
Unverified
833670ccd669f921583ca0c5becafcc58ee10a3a

fixed test

rrafaelleru committed 8 years ago
Unverified
881bd19b3034e94809bec8c3e4159656922392be

para travis

rrafaelleru committed 8 years ago

README

The README file for this repository.

Torrent Player

This is a little project that allow you to play music, you need to load the torrents that you want to listen, cause some content can be ilegal.

Once you add the torrents you can listen all the music via streaming, free and with no ads.

Future of this project

In the future the UI will be more complete with info about the artist. And probably allow to play video.

Disclaimer

I'm not responsable of bad or ilegal use of this application.

Thanks to:

Feross Aboukhadijeh for his incredible webtorrent API and help via email and issues.

OSL UGR members for so much help and specially to JJ Merelo for motivates me to open the code before it was ready and makes possible to make an amazing work in electron hackaton makes by OSL.

Thanks so much also to other members that help me, I can't name them all. His names will be in the Contributor's page.

Installing and First Run

Follow these steps:

  • Fork this repository
  • Clone it with git clone git@github.com:<your_user_id>/torrent_player.git
  • Run npm i
  • Run bower install
  • Install electron: npm install electron-prebuilt -g
  • Finally start it: electron ..

style guide

https://google.github.io/styleguide/javascriptguide.xml

Constributions

To contribute to this project fork the project and works, when changes works make a pull request to dev branch, not the master