# CAMEUZIK Google Tools Setup

Use `google-config.json` as the single place to connect live Google services.

## 1. Google Forms

Create a form for song requests with fields:
- Singer name
- Phone or email
- Song title
- Artist
- Category
- Consent to be filmed/shared

Paste the public form URL into:
- `forms.songRequestPublicUrl`

Paste the embed URL into:
- `forms.songRequestEmbedUrl`

## 2. Google Sheets

Link the Google Form responses to a Sheet.

For live queue display, either:
- publish the Sheet as CSV and paste the URL into `sheets.publishedCsvUrl`, or
- create an Apps Script web app endpoint and paste it into `sheets.appsScriptSubmitUrl`.

The local site keeps a fallback queue in browser storage until those URLs are connected.

## 3. YouTube

Upload CAMEUZIK recaps, singer spotlights, or live-band showcase clips.

Paste one of these into `google-config.json`:
- `youtube.featuredVideoEmbedUrl`
- `youtube.playlistEmbedUrl`
- `youtube.channelUrl`

## 4. Google Drive

Create Drive folders:
- Approved website assets
- Weekly recap photos
- Singer spotlight videos
- Posters and brand assets

Paste folder links into:
- `drive.mediaFolderUrl`
- `drive.approvedAssetsFolderUrl`

## 5. Calendar and Maps

Use Google Calendar for Thursday events and Google Maps for Coppers directions:
- `calendar.publicCalendarUrl`
- `calendar.embedUrl`
- `maps.venueMapEmbedUrl`
- `maps.directionsUrl`
