{"id":13419694,"url":"https://github.com/mopidy/mopidy-soundcloud","last_synced_at":"2025-05-15T19:07:49.617Z","repository":{"id":7778816,"uuid":"9148452","full_name":"mopidy/mopidy-soundcloud","owner":"mopidy","description":"Mopidy extension for playing music from SoundCloud","archived":false,"fork":false,"pushed_at":"2025-02-27T00:05:06.000Z","size":1061,"stargazers_count":186,"open_issues_count":30,"forks_count":60,"subscribers_count":23,"default_branch":"main","last_synced_at":"2025-05-14T18:57:03.159Z","etag":null,"topics":["mopidy","mopidy-backend","python","soundcloud"],"latest_commit_sha":null,"homepage":"https://mopidy.com/ext/soundcloud/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","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-04-01T14:18:46.000Z","updated_at":"2025-05-12T01:18:50.000Z","dependencies_parsed_at":"2024-06-21T15:33:49.855Z","dependency_job_id":"c8e46385-544d-4bb6-8ce2-89a239204c3f","html_url":"https://github.com/mopidy/mopidy-soundcloud","commit_stats":{"total_commits":223,"total_committers":20,"mean_commits":11.15,"dds":0.5067264573991032,"last_synced_commit":"c61060abd567e2ddf9ee4591b93bd0a20804a9fc"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopidy%2Fmopidy-soundcloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopidy%2Fmopidy-soundcloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopidy%2Fmopidy-soundcloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopidy%2Fmopidy-soundcloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mopidy","download_url":"https://codeload.github.com/mopidy/mopidy-soundcloud/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254404356,"owners_count":22065641,"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":["mopidy","mopidy-backend","python","soundcloud"],"created_at":"2024-07-30T22:01:19.466Z","updated_at":"2025-05-15T19:07:49.562Z","avatar_url":"https://github.com/mopidy.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"*****************\nMopidy-SoundCloud\n*****************\n\n.. image:: https://img.shields.io/pypi/v/Mopidy-SoundCloud\n    :target: https://pypi.org/project/Mopidy-SoundCloud/\n    :alt: Latest PyPI version\n\n.. image:: https://img.shields.io/github/actions/workflow/status/mopidy/mopidy-soundcloud/ci.yml?branch=main\n    :target: https://github.com/mopidy/mopidy-soundcloud/actions\n    :alt: CI build status\n\n.. image:: https://img.shields.io/codecov/c/gh/mopidy/mopidy-soundcloud\n    :target: https://codecov.io/gh/mopidy/mopidy-soundcloud\n    :alt: Test coverage\n\n`Mopidy \u003chttps://mopidy.com/\u003e`_ extension for playing music from\n`SoundCloud \u003chttps://soundcloud.com\u003e`_.\n\n\nStatus\n======\n\nThis extension is not currently maintained and may not function correctly / at all.\nSee below for more details.\n\n\nMaintainer wanted\n=================\n\nMopidy-SoundCloud is currently not maintained by the Mopidy core\ndevelopers. It is in need of a maintainer.\n\nIf you want to be the maintainer of Mopidy-SoundCloud, please:\n\n1. Make a good pull request improving a material 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\nAs a maintainer, you'll be given push access to the repo and the authority to\nmake releases to PyPI when you see fit.\n\n\nInstallation\n============\n\nInstall by running::\n\n    sudo python3 -m pip install Mopidy-SoundCloud\n\nSee https://mopidy.com/ext/soundcloud/ for alternative installation methods.\n\n\nConfiguration\n=============\n\n#. You must register for a user account at https://soundcloud.com/\n\n#. You need a SoundCloud authentication token for Mopidy from\n   https://mopidy.com/authenticate\n\n#. Add the authentication token to the ``mopidy.conf`` config file::\n\n    [soundcloud]\n    auth_token = 1-1111-1111111\n    explore_songs = 25\n\n#. Use ``explore_songs`` to restrict the number of items returned.\n\n\nTroubleshooting\n===============\n\nIf you're having trouble with audio playback from SoundCloud, make sure you\nhave the \"ugly\" plugin set from GStreamer installed for MP3 support. The\npackage is typically named ``gstreamer1.0-plugins-ugly`` or similar, depending\non OS and distribution. The package isn't a strict requirement for Mopidy's\ncore, so you may be missing it.\n\n\nProject resources\n=================\n\n- `Source code \u003chttps://github.com/mopidy/mopidy-soundcloud\u003e`_\n- `Issue tracker \u003chttps://github.com/mopidy/mopidy-soundcloud/issues\u003e`_\n- `Changelog \u003chttps://github.com/mopidy/mopidy-soundcloud/releases\u003e`_\n\n\nCredits\n=======\n\n- Original author: `Janez Troha \u003chttps://github.com/dz0ny\u003e`_\n- Current maintainer: None. Maintainer wanted, see section above.\n- `Contributors \u003chttps://github.com/mopidy/mopidy-soundcloud/graphs/contributors\u003e`_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmopidy%2Fmopidy-soundcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmopidy%2Fmopidy-soundcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmopidy%2Fmopidy-soundcloud/lists"}