Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pleroma pleroma
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 647
    • Issues 647
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 90
    • Merge requests 90
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PleromaPleroma
  • pleromapleroma
  • Issues
  • #1624
Closed
Open
Issue created Mar 11, 2020 by Haelwenn@lanodanMaintainer

Funkwhale's Audio support

Create+Audio Activity

{
    "to": [
        "https://channels.tests.funkwhale.audio/federation/actors/compositions/followers"
    ],
    "type": "Create",
    "actor": "https://channels.tests.funkwhale.audio/federation/actors/compositions",
    "object": {
        "id": "https://channels.tests.funkwhale.audio/federation/music/uploads/42342395-0208-4fee-a38d-259a6dae0871",
        "to": "https://www.w3.org/ns/activitystreams#Public",
        "tag": [
            {
                "name": "#funkwhale",
                "type": "Hashtag"
            },
            {
                "name": "#test",
                "type": "Hashtag"
            },
            {
                "name": "#tests",
                "type": "Hashtag"
            }
        ],
        "url": [
            {
                "href": "https://channels.tests.funkwhale.audio/api/v1/listen/3901e5d8-0445-49d5-9711-e096cf32e515/?upload=42342395-0208-4fee-a38d-259a6dae0871&download=false",
                "type": "Link",
                "mimeType": "audio/ogg"
            },
            {
                "href": "https://channels.tests.funkwhale.audio/library/tracks/74",
                "type": "Link",
                "mimeType": "text/html"
            }
        ],
        "name": "Compositions - Test Audio for Pleroma",
        "type": "Audio",
        "content": "<p>This is a test Audio for Pleroma.</p>",
        "summary": "#funkwhale #test #tests",
        "@context": [
            "https://www.w3.org/ns/activitystreams",
            "https://w3id.org/security/v1",
            {
                "manuallyApprovesFollowers": "as:manuallyApprovesFollowers"
            }
        ],
        "mediaType": "text/html",
        "published": "2020-03-11T10:01:52.714918+00:00",
        "attributedTo": "https://channels.tests.funkwhale.audio/federation/actors/compositions"
    },
    "@context": [
        "https://www.w3.org/ns/activitystreams",
        "https://w3id.org/security/v1",
        {
            "manuallyApprovesFollowers": "as:manuallyApprovesFollowers"
        }
    ]
}
Edited Mar 11, 2020 by Haelwenn
Assignee
Assign to
Time tracking