Giter Club home page Giter Club logo

torrenttunes-client's Introduction

TorrentTunes — A free, BitTorrent-based music streaming service.

TorrentTunes is an open-source, BitTorrent-based music service, like Rdio or Spotify, where you can stream any music, or share your own library of music with others.

Each individual song is tagged using MusicBrainz, and shared as a .torrent file using the client's built-in, LibTorrent-based BitTorrent client, on publicly available trackers.

TorrentTunes works on Windows, Mac OS X, and Linux, and also has a web client at torrenttunes.tk.

Suggest features, new music, or post bugs here, or on the subreddit /r/torrenttunes.

⬇️ Install TorrentTunes

Change log

Features include

Screenshots:

Installation

Requirements

  • Java 8
  • If behind a router, make sure bittorrent has enough open ports forwarded to your local IP address.

Download and double click the jar, located here

Torrenttunes will install, create system shortcuts for Windows, Mac, or Debian-based Linux distributions, and load up in a browser window.

Building from scratch

To build TorrentTunes, run the following commands:

git clone https://github.com/dessalines/torrenttunes-client
cd torrenttunes-client
chmod +x install.sh

# This script does a maven install, and java -jar command
./install.sh

Command line client

To download and run TorrentTunes from the command line(the output is written to log.out):

The -nobrowser flag prevents TorrentTunes from loading up in a browser window.

wget https://github.com/dessalines/torrenttunes-client/releases/download/0.7.9/torrenttunes-client.jar
nohup java -jar torrenttunes-client.jar -nobrowser &> log.out &

To scan your music directory:

curl localhost:4568/share_directory --data "/home/user-dir/Music/A Music Dir"

To stop the torrenttunes service:

curl -XPOST localhost:4568/power_off

Support

If you'd like to help fund me to keep developing TorrentTunes, you can donate here, or directly with bitcoin:

bitcoin:14zPZaTFT8ipbi77FHw1uUEyCbGspWCzFX

bitcoin:14zPZaTFT8ipbi77FHw1uUEyCbGspWCzFX

Bugs and feature requests

Have a bug or a feature request? If your issue isn't already listed, then open a new issue here.

Contributing

Start with getting familiar with the schema first, then create some issues and we can start working on them.

Feature requests / todos

  • TODO

torrenttunes-client's People

Contributors

dessalines avatar eddydg avatar

Watchers

12345 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.