{"id":35080675,"url":"https://github.com/hadrien/secousse-framboise","last_synced_at":"2026-05-18T12:36:17.244Z","repository":{"id":329675969,"uuid":"1120300322","full_name":"hadrien/secousse-framboise","owner":"hadrien","description":"🍓 Radio Secousse on Raspberry Pi","archived":false,"fork":false,"pushed_at":"2025-12-21T17:00:14.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-23T00:17:20.376Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hadrien.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-12-20T22:54:48.000Z","updated_at":"2025-12-21T17:00:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hadrien/secousse-framboise","commit_stats":null,"previous_names":["hadrien/secousse-framboise"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/hadrien/secousse-framboise","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadrien%2Fsecousse-framboise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadrien%2Fsecousse-framboise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadrien%2Fsecousse-framboise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadrien%2Fsecousse-framboise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hadrien","download_url":"https://codeload.github.com/hadrien/secousse-framboise/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadrien%2Fsecousse-framboise/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33178464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-27T12:57:40.628Z","updated_at":"2026-05-18T12:36:17.239Z","avatar_url":"https://github.com/hadrien.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# secousse-framboise\n\nPlay Radio Secousse on your Raspberry Pi with a retro jukebox web interface.\n\n\u003e [!IMPORTANT]\n\u003e **Support Radio Secousse!** [Subscribe $ at secousse.tv](https://secousse.tv)\n\n\n## Features\n\n- Stream 8 Radio Secousse channels: RADIO, PARTY, CHILL, STREET, TRIPPY, JAH BLESS, HILLBILLY, OLÉ\n- Retro jukebox-style web UI accessible from any device on your network\n- Runs as systemd services for automatic startup\n- Stream selection persists across reboots\n\n## Prerequisites\n\n- Raspberry Pi with Debian-based OS (Raspberry Pi OS, Raspbian, etc.)\n- Audio output configured (HDMI, 3.5mm jack, or USB audio)\n- Internet connection\n\n## Install\n\n```bash\ncurl -fsSL -H \"Cache-Control: no-cache\" https://raw.githubusercontent.com/hadrien/secousse-framboise/main/install.sh | sudo bash\n```\n\n## Uninstall\n\n```bash\ncurl -fsSL -H \"Cache-Control: no-cache\" https://raw.githubusercontent.com/hadrien/secousse-framboise/main/uninstall.sh | sudo bash\n```\n\n## Usage\n\n### Web Interface\n\nOpen your browser and navigate to your Raspberry Pi's IP address:\n\n```\nhttp://\u003craspberry-pi-ip\u003e/\n```\n\nClick any stream button to switch channels. The active stream is highlighted.\n\n### Command Line\n\nCheck service status:\n\n```bash\nsystemctl status secousse      # Audio player service\nsystemctl status secousse-web  # Web interface service\n```\n\nView logs:\n\n```bash\njournalctl -u secousse -f      # Audio player logs\njournalctl -u secousse-web -f  # Web interface logs\n```\n\n### Configuration\n\nThe current stream is stored in `/etc/secousse/stream.conf` and persists across reinstalls.\n\nAudio device is configured in `/etc/systemd/system/secousse.service` via the `AUDIODEV` environment variable (default: `plughw:1,0`).\n\n## Architecture\n\n- **secousse.service** - Runs `ffplay` to stream audio\n- **secousse-web.service** - FastAPI app (uvicorn) serving the web UI on port 80\n- **uv** - Python package manager (installed automatically)\n\n## Development\n\n```bash\n# Install dependencies\nuv sync\n\n# Run the web app locally\nuv run uvicorn app.main:app --reload\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadrien%2Fsecousse-framboise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhadrien%2Fsecousse-framboise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadrien%2Fsecousse-framboise/lists"}