https://github.com/colonelpanic8/mopidy-lastfm
https://github.com/colonelpanic8/mopidy-lastfm
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/colonelpanic8/mopidy-lastfm
- Owner: colonelpanic8
- License: apache-2.0
- Created: 2015-02-01T01:10:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-02T23:50:32.000Z (over 11 years ago)
- Last Synced: 2025-06-04T19:21:11.746Z (about 1 year ago)
- Language: Python
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
****************************
Mopidy-LastFM
****************************
.. image:: https://img.shields.io/pypi/v/Mopidy-LastFM.svg?style=flat
:target: https://pypi.python.org/pypi/Mopidy-LastFM/
:alt: Latest PyPI version
.. image:: https://img.shields.io/pypi/dm/Mopidy-LastFM.svg?style=flat
:target: https://pypi.python.org/pypi/Mopidy-LastFM/
:alt: Number of PyPI downloads
.. image:: https://img.shields.io/travis/IvanMalison/mopidy-lastfm/master.png?style=flat
:target: https://travis-ci.org/IvanMalison/mopidy-lastfm
:alt: Travis CI build status
.. image:: https://img.shields.io/coveralls/IvanMalison/mopidy-lastfm/master.svg?style=flat
:target: https://coveralls.io/r/IvanMalison/mopidy-lastfm?branch=master
:alt: Test coverage
Mopidy extension that automatically generates playlists from last.fm listening history
Installation
============
Install by running::
pip install Mopidy-LastFM
Or, if available, install the Debian/Ubuntu package from `apt.mopidy.com
`_.
Configuration
=============
Before starting Mopidy, you must add configuration for
Mopidy-LastFM to your Mopidy configuration file::
[lastfm]
# TODO: Add example of extension config
Project resources
=================
- `Source code `_
- `Issue tracker `_
- `Development branch tarball `_
Changelog
=========
v0.1.0 (UNRELEASED)
----------------------------------------
- Initial release.