{"id":13419692,"url":"https://github.com/mopidy/mopidy-scrobbler","last_synced_at":"2025-04-30T11:31:48.507Z","repository":{"id":46867664,"uuid":"13343882","full_name":"mopidy/mopidy-scrobbler","owner":"mopidy","description":"Mopidy extension for scrobbling played tracks to Last.fm","archived":false,"fork":false,"pushed_at":"2023-06-21T20:26:02.000Z","size":55,"stargazers_count":64,"open_issues_count":13,"forks_count":14,"subscribers_count":15,"default_branch":"main","last_synced_at":"2024-04-14T07:45:11.325Z","etag":null,"topics":["lastfm","mopidy","mopidy-frontend","python"],"latest_commit_sha":null,"homepage":"https://mopidy.com/ext/scrobbler/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mopidy.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-10-05T11:03:37.000Z","updated_at":"2024-07-31T00:47:55.859Z","dependencies_parsed_at":"2024-07-31T00:47:55.595Z","dependency_job_id":"23ec07ce-fc19-46eb-9ccb-df7379768878","html_url":"https://github.com/mopidy/mopidy-scrobbler","commit_stats":{"total_commits":83,"total_committers":1,"mean_commits":83.0,"dds":0.0,"last_synced_commit":"d362ffc990e2ce3764c244465dc2f1950953b905"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopidy%2Fmopidy-scrobbler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopidy%2Fmopidy-scrobbler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopidy%2Fmopidy-scrobbler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopidy%2Fmopidy-scrobbler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mopidy","download_url":"https://codeload.github.com/mopidy/mopidy-scrobbler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223949658,"owners_count":17230335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lastfm","mopidy","mopidy-frontend","python"],"created_at":"2024-07-30T22:01:19.444Z","updated_at":"2024-11-12T03:06:58.222Z","avatar_url":"https://github.com/mopidy.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"****************\nMopidy-Scrobbler\n****************\n\n.. image:: https://img.shields.io/pypi/v/Mopidy-Scrobbler\n    :target: https://pypi.org/project/Mopidy-Scrobbler/\n    :alt: Latest PyPI version\n\n.. image:: https://img.shields.io/github/actions/workflow/status/mopidy/mopidy-scrobbler/ci.yml?branch=main\n    :target: https://github.com/mopidy/mopidy-scrobbler/actions\n    :alt: CI build status\n\n.. image:: https://img.shields.io/codecov/c/gh/mopidy/mopidy-scrobbler\n    :target: https://codecov.io/gh/mopidy/mopidy-scrobbler\n    :alt: Test coverage\n\n`Mopidy \u003chttps://www.mopidy.com/\u003e`_ extension for scrobbling played tracks to\n`Last.fm \u003chttps://www.last.fm/\u003e`_.\n\nThis extension requires a free user account at Last.fm.\n\n\nMaintainer wanted\n=================\n\nMopidy-Scrobbler is currently kept on life support by the Mopidy core developers.\nIt is in need of a more dedicated maintainer.\n\nIf you want to be the maintainer of Mopidy-Scrobbler, 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\n   to make releases to PyPI when you see fit.\n\n\nInstallation\n============\n\nInstall by running::\n\n    sudo python3 -m pip install Mopidy-Scrobbler\n\nSee https://mopidy.com/ext/scrobbler/ for alternative installation methods.\n\n\nConfiguration\n=============\n\nThe extension is enabled by default when it is installed. You just need to add\nyour Last.fm username and password to your Mopidy configuration file::\n\n    [scrobbler]\n    username = alice\n    password = secret\n\nThe following configuration values are available:\n\n- ``scrobbler/enabled``: If the scrobbler extension should be enabled or not.\n  Defaults to enabled.\n- ``scrobbler/username``: Your Last.fm username.\n- ``scrobbler/password``: Your Last.fm password.\n\n\nProject resources\n=================\n\n- `Source code \u003chttps://github.com/mopidy/mopidy-scrobbler\u003e`_\n- `Issue tracker \u003chttps://github.com/mopidy/mopidy-scrobbler/issues\u003e`_\n- `Changelog \u003chttps://github.com/mopidy/mopidy-scrobbler/releases\u003e`_\n\n\nCredits\n=======\n\n- Original author: `Stein Magnus Jodal \u003chttps://github.com/jodal\u003e`__\n- Current maintainer: None. Maintainer wanted, see section above.\n- `Contributors \u003chttps://github.com/mopidy/mopidy-scrobbler/graphs/contributors\u003e`_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmopidy%2Fmopidy-scrobbler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmopidy%2Fmopidy-scrobbler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmopidy%2Fmopidy-scrobbler/lists"}