MediaWiki API result

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "batchcomplete": "",
    "continue": {
        "gapcontinue": "Validate_audio_files",
        "continue": "gapcontinue||"
    },
    "warnings": {
        "main": {
            "*": "Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/> for notice of API deprecations and breaking changes."
        },
        "revisions": {
            "*": "Because \"rvslots\" was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used."
        }
    },
    "query": {
        "pages": {
            "27": {
                "pageid": 27,
                "ns": 0,
                "title": "Releasing a new version",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "Creating a new release\n\nThese instructions are intended for Strawberry developers who want to release a new version.\n\n== Checklist ==\n\n# Make sure all critical issues reported on GitHub, or on the forum are solved.\n# Make sure all builds are successful on GitHub, and on Buildbot.\n# Ideally wait at least 1-2 weeks after larger changes to allow testing.\n# Make sure all languages from Zanata that are 90% or more complete are included.\n\n== Create release ==\n\n# Update the Changelog file by looking at the git log from the time of the last release.\n# Bump the version number in `cmake/Version.cmake` and `Changelog`.\n# Set INCLUDE_GIT_REVISION in `cmake/Version.cmake` to OFF.\n# Create a new release on Github tagged with the new version commit.\n# Wait until binaries are finished by Buildlbot.\n\n== Update sites with the new release ==\n\n# Add all the files to the GitHub release.\n# Add all the files to files.strawberrymusicplayer.org.\n# Update the Strawberry website with the new version.\n# Update the macOS and Windows sparkle feeds.\n# Update the openSUSE package at https://build.opensuse.org/package/show/multimedia:apps/strawberry\n# Update AppImageHub at https://www.appimagehub.com/p/1288971\n# Update https://directory.fsf.org/wiki/Strawberry\n\n== Announce the new release ==\n\n# Announce the new release on the forums announcements.\n# Announce it on Facebook."
                    }
                ]
            },
            "12": {
                "pageid": 12,
                "ns": 0,
                "title": "Using MPRIS2",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "You can use MPRIS2 to control Strawberry from the command line using D-Bus. D-Bus is a message bus that lets applications on Linux talk with each other.\n\nExamples:\n\n== See all commands ==\n\n    qdbus org.mpris.MediaPlayer2.strawberry /org/mpris/MediaPlayer2\n\n\n== See current playing song and metadata ==\n\n    qdbus org.mpris.MediaPlayer2.strawberry /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Metadata\n\n== Control playback ==\n\nPlay:\n    qdbus org.mpris.MediaPlayer2.strawberry /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Play\n\nPause:\n    qdbus org.mpris.MediaPlayer2.strawberry /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Pause\n\nStop:\n    qdbus org.mpris.MediaPlayer2.strawberry /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Stop"
                    }
                ]
            }
        }
    }
}