{"id":13455054,"url":"https://github.com/multani/sonata","last_synced_at":"2025-08-20T06:32:11.548Z","repository":{"id":886119,"uuid":"633743","full_name":"multani/sonata","owner":"multani","description":"GTK 3 client for the Music Player Daemon - I'm looking for new maintainers!","archived":false,"fork":false,"pushed_at":"2022-07-05T13:52:35.000Z","size":10972,"stargazers_count":124,"open_issues_count":40,"forks_count":41,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-05-18T09:35:43.266Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/multani.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG","contributing":"CONTRIBUTING.rst","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-04-28T17:49:51.000Z","updated_at":"2024-04-22T17:40:52.000Z","dependencies_parsed_at":"2022-07-05T20:31:24.670Z","dependency_job_id":null,"html_url":"https://github.com/multani/sonata","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multani%2Fsonata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multani%2Fsonata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multani%2Fsonata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multani%2Fsonata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/multani","download_url":"https://codeload.github.com/multani/sonata/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230400606,"owners_count":18219830,"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":[],"created_at":"2024-07-31T08:01:00.736Z","updated_at":"2024-12-19T08:07:51.208Z","avatar_url":"https://github.com/multani.png","language":"Python","funding_links":[],"categories":["Software","Audio"],"sub_categories":["Media players","Audio Players"],"readme":"Sonata is looking for new maintainers!\n======================================\n\nI (`@multani \u003chttps://github.com/multani/\u003e`_) don't use Sonata much anymore and\nas a consequence, I've been very slow to answer even to the few bugs reported\nand pull requests from external contributors.\n\nIf you are still interested in Sonata and would like to see it alive again,\nplease contact me by email to see what we can do!\n\n\nSonata, an elegant GTK 3 client for the `Music Player Daemon`_\n==============================================================\n\nSonata is a client for the `Music Player Daemon`_ featuring:\n\n+ Expanded and collapsed views, fullscreen album art mode\n+ Automatic remote and local album art\n+ Library browsing by folders, or by genre/artist/album\n+ User-configurable columns\n+ Automatic fetching of lyrics and covers\n+ Playlist and stream support\n+ Support for editing song tags\n+ Drag-and-drop to copy files\n+ Popup notification\n+ Library and playlist searching, filter as you type\n+ Audioscrobbler (Last.fm) 1.2 support\n+ Multiple MPD profiles\n+ Keyboard friendly\n+ Support for multimedia keys\n+ Commandline control\n+ Available in 24 languages\n\nSonata is written using the `Python programming language`_ and uses the GTK 3\ntoolkit.\n\nSonata started as a fork of the Pygmy project and is licensed under the GPLv3 or\nlater.\nThanks to Andrew Conkling et al, for all their hard work on Pygmy!\n\nUsing Sonata\n============\n\nRequirements\n------------\n\nIn order to run Sonata, you will need the following dependencies:\n\n* Python \u003e= 3.2\n* `PyGObject`_ (aka Python GObject Introspection) (3.7.4 or more recommended,\n  earlier versions may also work)\n* GTK \u003e= 3.4\n* `python-mpd2` \u003e= 2.0\n* MPD \u003e= 0.15 (possibly on another computer)\n* tagpy \u003e= 2013.1 for editing metadata (Optional)\n* dbus-python for multimedia keys (Optional)\n\n.. warning: Sonata depends on `PyGObject`_ which is still quite new and gets\n    regular fixes. Although versions 3.4.x shipped in most distributions at the\n    time of writing are OK most of the time, unexpected bugs may occur which are\n    fixed by more recent versions.\n\nSonata can currently be downloaded from the Git repository using::\n\n    $ git clone git://github.com/multani/sonata.git\n    $ cd sonata\n\nTo run Sonata, you can either install it in a dedicated directory (as root)::\n\n    # python setup.py install\n\nOr you can run it straight from the directory (without prior installation)::\n\n    $ ./run-sonata\n\n\nSonata in Linux distributions\n-----------------------------\n\nYou can find on the website `official releases of Sonata packaged in various\ndistributions \u003chttp://www.nongnu.org/download.html\u003e`_.\n\n\nDevelopment version\n'''''''''''''''''''\n\nThis development version of Sonata is also available in several distributions:\n\n.. note:: For distribution-specific comments, please contact the packagers at\n    the specified URLs!\n\n* Archlinux: available in `AUR as sonata-git\n  \u003chttps://aur.archlinux.org/packages/sonata-git/\u003e`_\n* Gentoo: available in the `stuff overlay`_::\n\n    sudo layman -a stuff\n    sudo emerge -av =sonata-9999\n\n\nWebsite, documentation, help, etc.\n==================================\n\nYou can find the official documentation on `Sonata's website\n\u003chttp://www.nongnu.org/sonata/documentation.html\u003e`.\n\nYou can ask for feature requests or report bugs on Github at\n`\u003chttps://github.com/multani/sonata/issues\u003e`.\n\nThere's a (somewhat alive) mailing list available at\n`\u003chttps://lists.nongnu.org/mailman/listinfo/sonata-users\u003e`.\n\nSee also\n========\n\nYou can also find Sonata in other places on the Internet:\n\n* http://sonata.berlios.de/ : this was the original Sonata website but Berlios\n  shut down this hosting facility somewhere in March 2014 along with the mailing\n  list.\n* http://codingteam.net/project/sonata/ : this is another fork with a different\n  team and different perspectives. Our code bases diverge quite a bit now.\n\nCopyright\n=========\n\n* Copyright 2006-2009 Scott Horowitz \u003cstonecrest@gmail.com\u003e\n* Copyright 2009-2020 Jonathan Ballet \u003cjon@multani.info\u003e\n\nSonata is currently developed by Jonathan Ballet \u003cjon@multani.info\u003e and other\ncontributors. Many thanks to the past developers:\n\n* Scott Horowitz \u003cstonecrest@gmail.com\u003e\n* Tuukka Hastrup \u003cTuukka.Hastrup@iki.fi\u003e\n* Stephen Boyd \u003cbebarino@gmail.com\u003e\n\n.. _Music Player Daemon: http://musicpd.org\n.. _PyGObject: https://live.gnome.org/PyGObject\n.. _python-mpd2: http://pypi.python.org/pypi/python-mpd2/\n.. _python programming language: http://www.python.org/\n.. _transifex: https://www.transifex.com\n.. _transifex sonata: https://www.transifex.com/projects/p/sonata/\n.. _stuff overlay: https://github.com/megabaks/stuff/tree/master/media-sound/sonata\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultani%2Fsonata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmultani%2Fsonata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultani%2Fsonata/lists"}