{"id":16351453,"url":"https://github.com/amenk/xbmc-api","last_synced_at":"2025-11-13T06:30:15.079Z","repository":{"id":8007024,"uuid":"9414941","full_name":"amenk/xbmc-api","owner":"amenk","description":null,"archived":false,"fork":false,"pushed_at":"2013-04-13T14:45:22.000Z","size":147,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-28T15:30:02.833Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":false,"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/amenk.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-04-13T14:42:38.000Z","updated_at":"2021-09-29T15:59:30.000Z","dependencies_parsed_at":"2022-09-10T19:51:56.278Z","dependency_job_id":null,"html_url":"https://github.com/amenk/xbmc-api","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/amenk%2Fxbmc-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amenk%2Fxbmc-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amenk%2Fxbmc-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amenk%2Fxbmc-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amenk","download_url":"https://codeload.github.com/amenk/xbmc-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239605120,"owners_count":19666998,"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":["hacktoberfest"],"created_at":"2024-10-11T01:09:26.848Z","updated_at":"2025-11-13T06:30:14.981Z","avatar_url":"https://github.com/amenk.png","language":"PHP","readme":"# Interface for the XBMC RPC v4 (Eden)\n\nThis is a library, which handles the connection to the json-rpc interface of xbmc. Therefore nearly all datatypes of the interface are mapped to php classes. That way, you have a consistent way of interacting with xbmc.\n\nThe interface allows to fetch only certain attributes, when - for example - a movie should be fetched. However, this library will always provide you with the full data set.\n\n## Installation\n\nInstallation is prefered by composer. This is what you need in your composer.json:\n\n    \"require\" : {\n        \"najidev/xbmc-rpc\" : \"*\"\n    }\n\n## Basic Usage\n\nFirst, the XbmcConnector will be initialized. All other Services depend only on the connector:\n\n    // initialize connector and two services\n    $connector    = new XbmcConnector($host, $port, $username, $password);\n    $videoLibrary = new VideoLibrary($connector)\n    $system       = new System($connector);\n\n    // print name of all movies\n    $movies = $videoLibrary-\u003egetMovies();\n    foreach ($movies as $movie)\n        echo $movie-\u003egetTitle() . \"\\n\";\n\n    // suspend xbmc host\n    $system-\u003esuspend();\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famenk%2Fxbmc-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famenk%2Fxbmc-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famenk%2Fxbmc-api/lists"}