{ "info": { "author": "Stein Magnus Jodal", "author_email": "stein.magnus@jodal.no", "bugtrack_url": null, "classifiers": [ "Environment :: No Input/Output (Daemon)", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Topic :: Multimedia :: Sound/Audio :: Players" ], "description": "************\nMopidy-Local\n************\n\n.. image:: https://img.shields.io/pypi/v/Mopidy-Local.svg?style=flat\n :target: https://pypi.org/project/Mopidy-Local/\n :alt: Latest PyPI version\n\n.. image:: https://img.shields.io/travis/mopidy/mopidy-local/master.svg?style=flat\n :target: https://travis-ci.org/mopidy/mopidy-local\n :alt: Travis CI build status\n\n.. image:: https://img.shields.io/coveralls/mopidy/mopidy-local/master.svg?style=flat\n :target: https://coveralls.io/r/mopidy/mopidy-local\n :alt: Test coverage\n\n`Mopidy`_ extension for playing music from your local music archive.\n\n.. _Mopidy: https://www.mopidy.com/\n\n\nTable of contents\n=================\n\n- `Maintainer wanted`_\n- Installation_\n\n - `Debian/Ubuntu/Raspbian`_\n - `Arch Linux`_\n - `Other distributions`_\n\n- Configuration_\n- Usage_\n\n - `Generating a library`_\n - `Updating the library`_\n\n- `Project resources`_\n- Credits_\n\n\nMaintainer wanted\n=================\n\nMopidy-Local is currently kept on life support by the Mopidy core\ndevelopers. It is in need of a more dedicated maintainer.\n\nIf you want to be the maintainer of Mopidy-Local, please:\n\n1. Make 2-3 good pull requests improving any part of the project.\n\n2. Read and get familiar with all of the project's open issues.\n\n3. Send a pull request removing this section and adding yourself as the\n \"Current maintainer\" in the \"Credits\" section below. In the pull request\n description, please refer to the previous pull requests and state that\n you've familiarized yourself with the open issues.\n\n As a maintainer, you'll be given push access to the repo and the authority to\n make releases to PyPI when you see fit.\n\n\nInstallation\n============\n\nDebian/Ubuntu/Raspbian\n----------------------\n\nInstall the ``mopidy-local`` package::\n\n sudo apt install mopidy-local\n\nIf you want the latest version of Mopidy-Local, add `apt.mopidy.com`_ as an\nAPT archive on your system.\n\n.. _apt.mopidy.com: https://apt.mopidy.com/\n\nArch Linux\n----------\n\nInstall the ``mopidy-local`` package from `AUR`_::\n\n yay -S mopidy-local\n\n.. _AUR: https://aur.archlinux.org/packages/mopidy-local/\n\nOther distributions\n-------------------\n\nIf Mopidy-Local isn't packages for your Linux distribution yet, install the package from `PyPI`_::\n\n pip install Mopidy-Local\n\n.. _PyPI: https://pypi.org/project/Mopidy-Local/\n\n\nConfiguration\n=============\n\nBefore starting Mopidy, you must add configuration for\nMopidy-Local to your Mopidy configuration file::\n\n [local]\n media_dir = /path/to/your/music/archive\n\nThe following configuration values are available:\n\n- ``local/enabled``: If the local extension should be enabled or not.\n Defaults to ``true``.\n\n- ``local/library``: Local library provider to use, change this if you want to\n use a third party library for local files.\n\n- ``local/media_dir``: Path to directory with local media files.\n\n- ``local/scan_timeout``: Number of milliseconds before giving up scanning a\n file and moving on to the next file.\n\n- ``local/scan_follow_symlinks``: If we should follow symlinks found in\n ``local/media_dir``.\n\n- ``local/scan_flush_threshold``: Number of tracks to wait before telling\n library it should try and store its progress so far. Some libraries might not\n respect this setting. Set this to zero to disable flushing.\n\n- ``local/excluded_file_extensions``: File extensions to exclude when scanning\n the media directory. Values should be separated by either comma or newline.\n\n\nUsage\n=====\n\n\nGenerating a library\n--------------------\n\nThe command ``mopidy local scan`` will scan the path set in the\n``local/media_dir`` config value for any audio files and build a\nlibrary of metadata.\n\nTo make a local library for your music available for Mopidy:\n\n#. Ensure that the ``local/media_dir`` config value points to where your\n music is located. Check the current setting by running::\n\n mopidy config\n\n#. Scan your media library.::\n\n mopidy local scan\n\n#. Start Mopidy, find the music library in a client, and play some local music!\n\n\nUpdating the library\n--------------------\n\nWhen you've added or removed music in your collection and want to update\nMopidy's index of your local library, you need to rescan::\n\n mopidy local scan\n\nNote that if you are using the default local library storage, ``json``, you\nneed to restart Mopidy after the scan completes for the updated index to be\nused.\n\nIf you want index updates to come into effect immediately, you can try out\n`Mopidy-Local-SQLite `_, which\nwill probably become the default backend in the near future.\n\n\nProject resources\n=================\n\n- `Source code `_\n- `Issue tracker `_\n- `Changelog `_\n\n\nCredits\n=======\n\n- Original authors:\n `Stein Magnus Jodal `__ and\n `Thomas Adamcik `__ for the Mopidy-Local extension in Mopidy core.\n `Thomas Kemmer `__ for the SQLite storage and support for embedded album art.\n- Current maintainer: None. Maintainer wanted, see section above.\n- `Contributors `_\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mopidy/mopidy-local", "keywords": "", "license": "Apache License, Version 2.0", "maintainer": "", "maintainer_email": "", "name": "Mopidy-Local", "package_url": "https://pypi.org/project/Mopidy-Local/", "platform": "", "project_url": "https://pypi.org/project/Mopidy-Local/", "project_urls": { "Homepage": "https://github.com/mopidy/mopidy-local" }, "release_url": "https://pypi.org/project/Mopidy-Local/3.0.0a1/", "requires_dist": [ "setuptools", "Mopidy (>=3.0.0a1)", "Pykka (>=2.0)" ], "requires_python": "> 2.7, < 3", "summary": "Mopidy extension for playing music from your local music archive", "version": "3.0.0a1" }, "last_serial": 5630547, "releases": { "3.0.0a1": [ { "comment_text": "", "digests": { "md5": "2240b31b9a0a240155a4d47ebc880e79", "sha256": "701c92d8602abffa8d50c056b56383b30db9144f5f591467df2c5194d3f022ca" }, "downloads": -1, "filename": "Mopidy_Local-3.0.0a1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2240b31b9a0a240155a4d47ebc880e79", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": "> 2.7, < 3", "size": 19172, "upload_time": "2019-08-04T12:48:47", "url": "https://files.pythonhosted.org/packages/67/51/8750af5cccbd8630bc77bcd8ad5f9e26eb79c0576d2728602eca3409898c/Mopidy_Local-3.0.0a1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "950866cf039a9a47be3857f782cd39cd", "sha256": "901130e27aa23a98273a643af9d4f1e0ef90db6ed3b5b08d944dba5967663600" }, "downloads": -1, "filename": "Mopidy-Local-3.0.0a1.tar.gz", "has_sig": false, "md5_digest": "950866cf039a9a47be3857f782cd39cd", "packagetype": "sdist", "python_version": "source", "requires_python": "> 2.7, < 3", "size": 31008, "upload_time": "2019-08-04T12:48:50", "url": "https://files.pythonhosted.org/packages/02/49/5e173c529f5001088982ca82a249eb5e8e3ca2d885c0973a802de0dd29b1/Mopidy-Local-3.0.0a1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2240b31b9a0a240155a4d47ebc880e79", "sha256": "701c92d8602abffa8d50c056b56383b30db9144f5f591467df2c5194d3f022ca" }, "downloads": -1, "filename": "Mopidy_Local-3.0.0a1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2240b31b9a0a240155a4d47ebc880e79", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": "> 2.7, < 3", "size": 19172, "upload_time": "2019-08-04T12:48:47", "url": "https://files.pythonhosted.org/packages/67/51/8750af5cccbd8630bc77bcd8ad5f9e26eb79c0576d2728602eca3409898c/Mopidy_Local-3.0.0a1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "950866cf039a9a47be3857f782cd39cd", "sha256": "901130e27aa23a98273a643af9d4f1e0ef90db6ed3b5b08d944dba5967663600" }, "downloads": -1, "filename": "Mopidy-Local-3.0.0a1.tar.gz", "has_sig": false, "md5_digest": "950866cf039a9a47be3857f782cd39cd", "packagetype": "sdist", "python_version": "source", "requires_python": "> 2.7, < 3", "size": 31008, "upload_time": "2019-08-04T12:48:50", "url": "https://files.pythonhosted.org/packages/02/49/5e173c529f5001088982ca82a249eb5e8e3ca2d885c0973a802de0dd29b1/Mopidy-Local-3.0.0a1.tar.gz" } ] }