# YouTube Content ID - Sound Recording Takedowns (MUQ)

The Orchard delivers updates on sound recordings to YouTube Content ID through the YouTube API. The process below describes how Sound recording rights are updated in The Orchard’s Master Rights Registry. When an update is made to the registry, The Orchard automatically delivers an update to YouTube through one of YouTube’s APIs.

### Setup
```
docker compose build sound-recordings-takedown
```

### Execute
```
docker compose up -d sound-recordings-takedown
```

### Run linting and unit tests
```
docker compose up lint-and-test
```
