{"id":16721028,"url":"https://github.com/prior99/mopidy-subidy","last_synced_at":"2025-07-19T00:38:40.134Z","repository":{"id":54806607,"uuid":"68679810","full_name":"Prior99/mopidy-subidy","owner":"Prior99","description":"Mopidy extension for playing music from Subsonic servers. ","archived":false,"fork":false,"pushed_at":"2024-03-27T02:20:36.000Z","size":80,"stargazers_count":31,"open_issues_count":23,"forks_count":12,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-27T16:17:40.557Z","etag":null,"topics":["mopidy","subsonic"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Prior99.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","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":"2016-09-20T06:09:53.000Z","updated_at":"2025-02-13T18:12:50.000Z","dependencies_parsed_at":"2023-02-12T21:01:21.190Z","dependency_job_id":"b34ff4c7-4aa7-41a8-a925-1620c4521488","html_url":"https://github.com/Prior99/mopidy-subidy","commit_stats":{"total_commits":86,"total_committers":9,"mean_commits":9.555555555555555,"dds":0.5232558139534884,"last_synced_commit":"4bc641e95a730e6f8396e8043196cbbdd1f236a7"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prior99%2Fmopidy-subidy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prior99%2Fmopidy-subidy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prior99%2Fmopidy-subidy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prior99%2Fmopidy-subidy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Prior99","download_url":"https://codeload.github.com/Prior99/mopidy-subidy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243835959,"owners_count":20355613,"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","subsonic"],"created_at":"2024-10-12T22:28:06.609Z","updated_at":"2025-03-17T01:31:22.609Z","avatar_url":"https://github.com/Prior99.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"*************\nMopidy-Subidy\n*************\n\n.. image:: https://img.shields.io/pypi/v/Mopidy-Subidy\n    :target: https://pypi.org/project/Mopidy-Subidy/\n    :alt: Latest PyPI version\n\n.. image:: https://img.shields.io/circleci/build/gh/Prior99/mopidy-subidy\n    :target: https://circleci.com/gh/Prior99/mopidy-subidy\n    :alt: CircleCI build status\n\n.. image:: https://img.shields.io/codecov/c/gh/Prior99/mopidy-subidy\n    :target: https://codecov.io/gh/Prior99/mopidy-subidy\n    :alt: Test coverage\n\n**This library is actively looking for maintainers to help out as I do not have the time or need to maintain this anymore. Please contact me if you feel that you could maintain this.**\n\nA Subsonic backend for Mopidy using `py-sonic\n\u003chttps://github.com/crustymonkey/py-sonic\u003e`_.\n\n\nInstallation\n============\n\nInstall the latest release from PyPI by running::\n\n    python3 -m pip install Mopidy-Subidy\n\nInstall the development version directly from this repo by running::\n\n    python3 -m pip install https://github.com/Prior99/mopidy-subidy/archive/master.zip\n\nSee https://mopidy.com/ext/subidy/ for alternative installation methods.\n\n\nConfiguration\n=============\n\nBefore starting Mopidy, you must add configuration for Mopidy-Subidy to your\nMopidy configuration file::\n\n   [subidy]\n   url=https://path.to/your/subsonic/server\n   username=subsonic_username\n   password=your_secret_password\n\nIn addition, the following optional configuration values are supported:\n\n- ``enabled`` -- Defaults to ``true``. Set to ``false`` to disable the\n  extension.\n\n- ``legacy_auth`` -- Defaults to ``false``. Setting to ``true`` may solve some\n  connection errors.\n\n- ``api_version`` -- Defaults to ``1.14.0``, which is the version used by\n  Subsonic 6.2.\n\n\nState of this plugin\n====================\n\nThe following things are supported:\n\n- Browsing all artists/albums/tracks\n- Searching for any terms\n- Browsing, creating, editing and deleting playlists\n- Searching explicitly for one of: artists, albums, tracks\n\nThe following things are **not** supported:\n\n- Subsonic's smart playlists\n- Searching for a combination of filters (artist and album, artist and track, etc.)\n\n\nCredits\n=======\n\n- Original author: `Frederick Gnodtke \u003chttps://github.com/Prior99\u003e`__\n- Current maintainer: `Frederick Gnodtke \u003chttps://github.com/Prior99\u003e`__\n- `Contributors \u003chttps://github.com/Prior99/mopidy-subidy/graphs/contributors\u003e`_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprior99%2Fmopidy-subidy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprior99%2Fmopidy-subidy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprior99%2Fmopidy-subidy/lists"}