{ "info": { "author": "Jens Nistler", "author_email": "opensource@jensnistler.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Topic :: Multimedia :: Sound/Audio :: Players" ], "description": "Democratic Jukebox - your democratic music player\n==================================================\n\nEver wanted to listen to music with a larger group of people e.g. in your office? Who decides what to play?\nMake your music player democratic and give everyone the chance to promote their favourite song.\n\nJukebox provides a web interface to search your music library and vote for songs to be played.\nThe more votes a song gets, the sooner you will listen to it.\n\nAt one point in your life your play queue might get empty. Don't worry, the jukebox will keep on playing.\nThe playback system figures out who is online using the web interface or API and plays music to their liking.\n\n**Required system libraries**\n\nlibshout3, libshout3-dev and python-dev are required to build the dependecy `python-shout `_.\n\n.. image:: http://static.jensnistler.de/jukebox.png\n :height: 404px\n :width: 872px\n :scale: 100%\n :alt: Democratic Jukebox - your democratic music player\n\nGeneral\n========\n\n- Jukebox is available in english and german\n- Jukebox uses Facebook, Twitter and Github for authentication (see `django-social-auth `_ for more authentication providers)\n\nSetup\n==================\n\nInstall `virtualenvwrapper `_ via `pip `_ if not alreay done:\n\n::\n\n sudo pip install virtualenvwrapper\n\nSet up a project for jukebox:\n\n::\n\n mkproject jukebox\n\nInstall the jukebox in your fresh virtual environment:\n\n::\n\n workon jukebox\n pip install jukebox\n\nNow it's time to configure the jukebox\n\n1. Enter admin credentials and select authentication providers\n2. Create the database\n3. Index your music\n\nThat's all\n\n::\n\n jukebox jukebox_setup\n jukebox syncdb\n jukebox jukebox_index --path=/path/to/library\n\nThe django builtin development webserver will be sufficient to serve your office or party. Just start it up:\n\n::\n\n jukebox runserver ip:port\n\nNow you're ready to put music in the queue.\n\nPlayback\n=========\n\nCurrently there are two methods of playing the music chosen in jukebox.\n\n**shoutcast**\n\nStream your music to a shoutcast compatible server\n\n::\n\n pip install jukebox-shout\n\nSee `jukebox_shout `_ for details and startup command.\n\n**mpg123**\n\nPlay your music locally on the machine running the jukebox.\n\n::\n\n pip install jukebox-mpg123\n\nSee `jukebox_mpg123 `_ for details and startup command.\n\n**Contribute!**\n\nFeel free to write additional playback modules and I'll add them to the list above.\n\nLive indexing\n===============\n\nThere is no need to update your index every time a new song is added to your library, just use the live indexer package.\n\n::\n\n pip install jukebox-live-indexer\n\nSee `jukebox_live_indexer `_ for details and startup command.\n\nAPI\n=============\n\njukebox_core provides a fully fledged REST API for authenticated users. See `API reference `_\n\nSearch filters\n===============\n\nJukebox supports google-like search filter. Available search fields: title, artist, album, genre, year.\n\n::\n\n title:(love to dance) artist:bobby\n artist:(bobby baby) lucky\n title:(in ten years) genre:electronic\n\nLicense\n========\n\nMIT License. See `License `_\n\nContribute!\n============\n\nYou want to contribute to this project? Just fork the repo and do this:\n\n::\n\n mkproject jukebox\n git clone git@github.com:[username]/jukebox.git .\n git remote add upstream git://github.com/lociii/jukebox.git\n pip install -r requirements.txt\n cd jukebox\n\nFollow up configuring jukebox like described in Setup. Use ./manage.py instead of the jukebox command.\n\nYou can now create a branch to make your actual changes and send a pull request. See `this article `_ for how to do this.\n\nRelease Notes\n==============\n\n0.1.0\n\n- Initial release\n\n0.1.1\n\n- Fixed installer bugs\n- Added personal history\n- Added system tests for api\n\n0.2.0\n\n- Language switch\n- Sortable lists\n- Google-like search operators\n- Autoplay tries to play appropriate music\n- Improved web interface\n\n0.2.1\n\n- fixed issue with autoplay\n\n0.3.0\n\n- Added jukebox_watch\n- Added list of voters\n- Minor improvements\n\n0.3.1\n\n- Improved exception handling\n- Added rss for current song\n- Minor bug fixes\n\n0.3.2\n\n- Update dependencies\n- Fix authentication problems\n- Switch from inotify to watchdog\n\n0.3.3\n\n- Fix manifest\n\n0.3.4\n\n- Fix to skip unauthorized sessions\n- Updated wsgi handler\n\n0.3.5\n\n- Update mutagen (Thanks guys for removing old packages)\n- Fixed minor bugs (Thanks to `saz `_)\n\n0.3.7\n\n- Fix buggy pypi package\n\n0.4.0\n\n- Split jukebox in different packages\n- Strip artist from album data\n\n0.4.1\n\n- Add missing wsgi file", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/lociii/jukebox", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://jensnistler.de/", "keywords": "jukebox,music,mp3", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "jukebox", "package_url": "https://pypi.org/project/jukebox/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/jukebox/", "project_urls": { "Download": "http://github.com/lociii/jukebox", "Homepage": "http://jensnistler.de/" }, "release_url": "https://pypi.org/project/jukebox/0.4.1/", "requires_dist": null, "requires_python": null, "summary": "Democratic Jukebox - your democratic music player", "version": "0.4.1" }, "last_serial": 779298, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "76ae337b5deff5fa68dcd3833e205f0d", "sha256": "7b953a63dee75fd1248002803088d890478bfb135897d3ab7c8a921d7966e47f" }, "downloads": -1, "filename": "jukebox-0.1.0.tar.gz", "has_sig": false, "md5_digest": "76ae337b5deff5fa68dcd3833e205f0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 85220, "upload_time": "2011-11-19T20:47:51", "url": "https://files.pythonhosted.org/packages/4b/a2/eb8465f673569864944ba80690c5e30c9f83da5af51fa19c34aaecad5bf8/jukebox-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "302a2c593f14af89de7c25558b05def2", "sha256": "d96957ed2b4786982f867829780b663d76c77b982fe75535b8d77345722e28b5" }, "downloads": -1, "filename": "jukebox-0.1.1.tar.gz", "has_sig": false, "md5_digest": "302a2c593f14af89de7c25558b05def2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92507, "upload_time": "2011-11-21T14:39:25", "url": "https://files.pythonhosted.org/packages/16/93/f5d70bc80ccff571e25d89fd360a0c0e20fef1849ebbcb0943c578c2346c/jukebox-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "ce5735482d9793b473ce131cccf0d3b1", "sha256": "36fe60fca49b3e4edc9043b25cbfcb87a8478d0267e30001d2649273c6ed58d8" }, "downloads": -1, "filename": "jukebox-0.2.0.tar.gz", "has_sig": false, "md5_digest": "ce5735482d9793b473ce131cccf0d3b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 96294, "upload_time": "2011-11-24T10:09:30", "url": "https://files.pythonhosted.org/packages/2f/10/32b6df7408b85a967bbb5d6d8750da8ad72d87efa32a9b4a0c281936ce2e/jukebox-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "2254c83bea4b6a34b3823fd0c5d7430c", "sha256": "05484c3fb03f2b66447c1611398b3068b3b8786f8eff4007efdb3de55c6b7655" }, "downloads": -1, "filename": "jukebox-0.2.1.tar.gz", "has_sig": false, "md5_digest": "2254c83bea4b6a34b3823fd0c5d7430c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 96541, "upload_time": "2011-11-24T11:36:50", "url": "https://files.pythonhosted.org/packages/c5/76/81679b47a45ae93252ef133aa2bfe388c457e5bd0e60fa6619debce602d1/jukebox-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "b354f004961d0ba96ed73bdb0e37b0b4", "sha256": "76f079c2d02f857a222f2207236186f377da475b6aa0bc23eb2ad242f79e5508" }, "downloads": -1, "filename": "jukebox-0.3.0.tar.gz", "has_sig": false, "md5_digest": "b354f004961d0ba96ed73bdb0e37b0b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 97700, "upload_time": "2011-11-28T11:43:54", "url": "https://files.pythonhosted.org/packages/f3/58/b567c17ece3c50894c5915b0f8f0cb34d724d1b87cf89b3bef6cb229e8b2/jukebox-0.3.0.tar.gz" } ], "0.3.1": [], "0.3.2": [ { "comment_text": "", "digests": { "md5": "05e0db9432ac5471f352b3ad2588f6d5", "sha256": "9bd0ce5cfac1f85a7e435f72c9629c15f15b97d6e4164576321467548d66c376" }, "downloads": -1, "filename": "jukebox-0.3.2.tar.gz", "has_sig": false, "md5_digest": "05e0db9432ac5471f352b3ad2588f6d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25073, "upload_time": "2013-02-24T15:04:24", "url": "https://files.pythonhosted.org/packages/44/ff/8dcd5e16aebc04ed36b2b054b7d0bc0b96112d9217214760b47d09e71bb3/jukebox-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "95c0a861a65e48702013ffd356492250", "sha256": "3d36fe000f7232773bbbb8553651d75918a47bade464f83dc299cfe944432787" }, "downloads": -1, "filename": "jukebox-0.3.3.tar.gz", "has_sig": false, "md5_digest": "95c0a861a65e48702013ffd356492250", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99815, "upload_time": "2013-02-28T16:36:08", "url": "https://files.pythonhosted.org/packages/23/9d/9edc7bb0e93eab6fbcf2782433701d53fb044087fba2a54126e2e8483222/jukebox-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "849fa868ca702ac8a739332f9771fc77", "sha256": "9619d4acfa3ccf0576e9d4d240ba677b02eeb58630e0f9f11655ea4e5abdf1d0" }, "downloads": -1, "filename": "jukebox-0.3.4.tar.gz", "has_sig": false, "md5_digest": "849fa868ca702ac8a739332f9771fc77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99919, "upload_time": "2013-04-12T11:21:38", "url": "https://files.pythonhosted.org/packages/81/26/ca779bce07a728d2e9992be1d573d3fd6156950ba6a04ba9f1b886d7b49c/jukebox-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "df690e0fe05e16b12df0cd6d8a135c13", "sha256": "b7dab20abf477205e264d7eb578bef66f8a3c7f7b7a245fd917a5e0586aa25de" }, "downloads": -1, "filename": "jukebox-0.3.5.tar.gz", "has_sig": false, "md5_digest": "df690e0fe05e16b12df0cd6d8a135c13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 100888, "upload_time": "2013-05-17T11:27:49", "url": "https://files.pythonhosted.org/packages/55/b7/60d2407d4393e8f4d6e2cf98d89aa8a8fd0d0db963e8a813e16b93aecc58/jukebox-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "e5f16abd64a68d985a6040730ec6b0f9", "sha256": "76a2c3aab94a344f8328ef15c71f9f4b1edccf42cab1583a342a178a218b6414" }, "downloads": -1, "filename": "jukebox-0.3.6.tar.gz", "has_sig": false, "md5_digest": "e5f16abd64a68d985a6040730ec6b0f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 100950, "upload_time": "2013-05-17T12:07:03", "url": "https://files.pythonhosted.org/packages/7c/51/b0d235dc66efc1131d7a5de281a72c614c8ada1d70f84927cfde6db36a88/jukebox-0.3.6.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "c6488f7281c5b47c2fd92626d589bd2d", "sha256": "d2ec69010d89052ae4b0a43a3157c4ff600227b374f2fff7a537909a72b032a6" }, "downloads": -1, "filename": "jukebox-0.3.7.tar.gz", "has_sig": false, "md5_digest": "c6488f7281c5b47c2fd92626d589bd2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 100949, "upload_time": "2013-05-17T12:29:44", "url": "https://files.pythonhosted.org/packages/cc/c8/0b1ae23b550e6f059fc5f258fe7ec2ab46a754253555d24a78faaa491869/jukebox-0.3.7.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "5c9eb5bfd9259376e52756e799f8b203", "sha256": "d95fad7658e36c0953c858537e7ee0970dc0c695a1fdb289d46c3984845a14d9" }, "downloads": -1, "filename": "jukebox-0.4.0.tar.gz", "has_sig": false, "md5_digest": "5c9eb5bfd9259376e52756e799f8b203", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 98753, "upload_time": "2013-06-25T12:37:53", "url": "https://files.pythonhosted.org/packages/5b/f2/b0d701565596ca28a217d53a8f9f0ccb4a412dc50b2e506f219f911d0e5b/jukebox-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "2451323ef346229e3986ae2203232391", "sha256": "e4c3374b8a6e0f097fad4bd440f32cd53ff614bdf8f35b684cc5630a64a6d2bf" }, "downloads": -1, "filename": "jukebox-0.4.1.tar.gz", "has_sig": false, "md5_digest": "2451323ef346229e3986ae2203232391", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 98971, "upload_time": "2013-06-25T13:31:38", "url": "https://files.pythonhosted.org/packages/ea/97/0fa48c4959b7e1fb4d13bf89dda8fabf498c9c5de1bd7dfefd6ab2135765/jukebox-0.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2451323ef346229e3986ae2203232391", "sha256": "e4c3374b8a6e0f097fad4bd440f32cd53ff614bdf8f35b684cc5630a64a6d2bf" }, "downloads": -1, "filename": "jukebox-0.4.1.tar.gz", "has_sig": false, "md5_digest": "2451323ef346229e3986ae2203232391", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 98971, "upload_time": "2013-06-25T13:31:38", "url": "https://files.pythonhosted.org/packages/ea/97/0fa48c4959b7e1fb4d13bf89dda8fabf498c9c5de1bd7dfefd6ab2135765/jukebox-0.4.1.tar.gz" } ] }