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
Python 3
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
Create a folder named ‘DropTheBeat’ in your Dropbox
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
GNU Make (or Cygwin Make): http://www.gnu.org/software/make/
virtualenv: https://pypi.python.org/pypi/virtualenv
Environment
make develop # creates the virtualenv make doc # runs documentation generation make pep8 # runs pep8 analysis make pylint # runs pylint make check # runs all of the above make test # runs the unit tests make tests # runs the integration tests make gui # launch the GUI from the virtualenv
Project details
Release history Release notifications | RSS feed
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.1.zip
(28.0 kB
view hashes)
Built Distribution
Close
Hashes for DropTheBeat-0.0.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3391c07403c44942c22f256764ddb6b433664ed8b9431c03c5b0e1c9ce67a91 |
|
MD5 | 1a13f35381b8c7e1eaf7656218b2b116 |
|
BLAKE2b-256 | 41849983253894d6fae203d2ea13d3b12af23f4de6a1fd0a9ff988104ef8d843 |