{"id":23400001,"url":"https://github.com/bbigras/go-clementine","last_synced_at":"2025-04-08T19:54:04.201Z","repository":{"id":11434934,"uuid":"13889909","full_name":"bbigras/go-clementine","owner":"bbigras","description":"Control Clementine using goprotobuf","archived":false,"fork":false,"pushed_at":"2014-07-28T23:03:51.000Z","size":176,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T15:47:32.101Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/bbigras.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}},"created_at":"2013-10-26T19:51:57.000Z","updated_at":"2014-07-28T22:58:57.000Z","dependencies_parsed_at":"2022-08-25T19:20:52.105Z","dependency_job_id":null,"html_url":"https://github.com/bbigras/go-clementine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbigras%2Fgo-clementine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbigras%2Fgo-clementine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbigras%2Fgo-clementine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbigras%2Fgo-clementine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbigras","download_url":"https://codeload.github.com/bbigras/go-clementine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247918934,"owners_count":21018043,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-12-22T10:18:12.464Z","updated_at":"2025-04-08T19:54:04.177Z","avatar_url":"https://github.com/bbigras.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"#go-clementine#\n\n[![Build Status](https://travis-ci.org/brunoqc/go-clementine.svg?branch=master)](https://travis-ci.org/brunoqc/go-clementine)\n[![GoDoc](https://godoc.org/github.com/brunoqc/go-clementine?status.svg)](https://godoc.org/github.com/brunoqc/go-clementine)\n\nControl [Clementine](http://www.clementine-player.org/) using the [remote control feature](https://code.google.com/p/clementine-player/wiki/RemoteControl) and [goprotobuf](https://code.google.com/p/goprotobuf/).\n\nFor now, there's only 3 functions:\n- SimplePlay()\n- SimplePause()\n- SimpleStop()\n\nThose functions connect to Clementine, send the command and disconnect.\n\nI'll support persistent connection later. If you need a feature you can open [a new issue](https://github.com/brunoqc/go-clementine/issues/new).\n\n##Sample code##\n\n```go\npackage main\n\nimport \"github.com/brunoqc/go-clementine\"\n\nfunc main() {\n\tclementine := clementine.Clementine{\n\t\tHost:     \"127.0.0.1\",\n\t\tPort:     5500,\n\t\tAuthCode: 28615,\n\t}\n\terrPause := clementine.SimpleStop()\n\tif errPause != nil {\n\t\tpanic(errPause)\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbigras%2Fgo-clementine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbigras%2Fgo-clementine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbigras%2Fgo-clementine/lists"}