Skip to main content

Mopidy backend extension for Audioteka

Project description

Latest PyPI version Travis CI build status Test coverage

Mopidy extension (non-official) for Audioteka audiobooks service.

Installation

Install by running:

pip install Mopidy-Audioteka

Or, if available, install the Debian/Ubuntu package from apt.mopidy.com.

Configuration

Before starting Mopidy, you must add configuration for Mopidy-Audioteka to your Mopidy configuration file:

[audioteka]
enabled = true
username = account name at Audioteka
password = password for above account name
device_id = YOUR_DEVICE_ID

YOUR_DEVICE_ID is your Audioteka device ID. You can generate it:

bash> python
Python 3.9.1
>>> import uuid
>>> str(uuid.uuid4())
'ca358b48-8401-4033-8289-9e50045ac83a'

Project resources

Credits

Changelog

v0.3.1 (2022-02-06)

  • remove testing artefacts

v0.3.0 (2022-02-06)

  • refactoring to work with Python >=3.7 and Mopidy 3.x

  • adding support for new Audioteka API

v0.1.5 (2019-02-02)

  • Guarding exceptions: one missing guard

v0.1.4 (2019-02-02)

  • Guarding exceptions, related to issue #1

v0.1.3 (2019-01-18)

  • Removed stupid logical bug which forced refreshing book-shelf in all cases.

v0.1.2 (2019-01-17)

  • Initial release.

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

Mopidy-Audioteka-0.3.1.tar.gz (11.8 kB view hashes)

Uploaded Source

Built Distribution

Mopidy_Audioteka-0.3.1-py2.py3-none-any.whl (12.8 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