# fm.plyr.privateMediaAccess

> Published by [plyr.fm](https://lexicon.garden/identity/did:plc:vs3hnzq2daqbszxlysywzy54)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:vs3hnzq2daqbszxlysywzy54/fm.plyr.privateMediaAccess)
- [Documentation](https://lexicon.garden/lexicon/did:plc:vs3hnzq2daqbszxlysywzy54/fm.plyr.privateMediaAccess/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:vs3hnzq2daqbszxlysywzy54/fm.plyr.privateMediaAccess/examples)

## Definitions

### `fm.plyr.privateMediaAccess`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "plyr.fm Private Media",
  "detail": "Create and manage your private-media space, read or update the track records and audio it contains, and play private tracks other artists have shared with you.",
  "permissions": [
    {
      "skey": "self",
      "type": "permission",
      "action": [
        "read",
        "create",
        "update",
        "delete"
      ],
      "manage": [
        "create",
        "update",
        "delete"
      ],
      "resource": "space",
      "authority": "self",
      "spaceType": "fm.plyr.privateMedia",
      "collection": [
        "fm.plyr.track"
      ]
    },
    {
      "skey": "self",
      "type": "permission",
      "action": [
        "read"
      ],
      "resource": "space",
      "authority": "*",
      "spaceType": "fm.plyr.privateMedia",
      "collection": [
        "fm.plyr.track"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "fm.plyr.privateMediaAccess",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "plyr.fm Private Media",
      "detail": "Create and manage your private-media space, read or update the track records and audio it contains, and play private tracks other artists have shared with you.",
      "permissions": [
        {
          "skey": "self",
          "type": "permission",
          "action": [
            "read",
            "create",
            "update",
            "delete"
          ],
          "manage": [
            "create",
            "update",
            "delete"
          ],
          "resource": "space",
          "authority": "self",
          "spaceType": "fm.plyr.privateMedia",
          "collection": [
            "fm.plyr.track"
          ]
        },
        {
          "skey": "self",
          "type": "permission",
          "action": [
            "read"
          ],
          "resource": "space",
          "authority": "*",
          "spaceType": "fm.plyr.privateMedia",
          "collection": [
            "fm.plyr.track"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
