Skip to main content

Music sharing using Dropbox.

Project description

DropTheBeat

Music sharing using Dropbox.

Features

  • Recommend songs to friends

  • Get a list of songs shared by friends

  • Download the songs to your computer

Getting Started

Requirements

Installation

DropTheBeat can be installed with pip or easy_install:

pip install DropTheBeat

Or directly from the source code:

python setup.py install

Initial Setup

  1. Create a folder named ‘DropTheBeat’ in your Dropbox

  2. Share this folder with your friends

Graphical Interface

Start the app:

DropTheBeat

Command-line Inteface

Create your user folder:

dtb --new <FirstLast>

Recommend a song to friends:

dtb --share <path/to/a/song>
dtb --share <path/to/a/song> --users JohnDoe JaneDoe

Display recommended songs:

dtb --incoming
dtb --outoing

Download recommended songs:

dtb
dtb --daemon

Launch the GUI:

dtb --gui

For Developers

Requirements

Environment

Create a virtualenv:

make develop

Run static analysis:

make doc
make pep8
make pylint
make check  # all of the above

Run the tests:

make test
make tests  # includes integration tests

Launch the GUI from the virtualenv:

make gui  # sets TCL_LIBRARY on Windows

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DropTheBeat-0.0.4.tar.gz (20.8 kB view hashes)

Uploaded Source

Built Distribution

DropTheBeat-0.0.4-py2.py3-none-any.whl (25.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page