{"id":23864514,"url":"https://github.com/ibebbs/onecog.io.plex","last_synced_at":"2026-06-20T15:31:23.398Z","repository":{"id":148899687,"uuid":"44954054","full_name":"ibebbs/OneCog.Io.Plex","owner":"ibebbs","description":"Portable client library for accessing Plex Media Server content library","archived":false,"fork":false,"pushed_at":"2015-11-05T08:54:04.000Z","size":1308,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-25T08:41:36.451Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ibebbs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-26T08:01:59.000Z","updated_at":"2015-10-26T08:02:10.000Z","dependencies_parsed_at":"2023-04-12T03:02:44.560Z","dependency_job_id":null,"html_url":"https://github.com/ibebbs/OneCog.Io.Plex","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/ibebbs/OneCog.Io.Plex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibebbs%2FOneCog.Io.Plex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibebbs%2FOneCog.Io.Plex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibebbs%2FOneCog.Io.Plex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibebbs%2FOneCog.Io.Plex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibebbs","download_url":"https://codeload.github.com/ibebbs/OneCog.Io.Plex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibebbs%2FOneCog.Io.Plex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34576041,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-01-03T08:26:33.507Z","updated_at":"2026-06-20T15:31:23.380Z","avatar_url":"https://github.com/ibebbs.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OneCog.Io.Plex\nPortable client library for accessing Plex Media Server content library\n\n[![OneCog.Io.Plex Build Status](https://www.myget.org/BuildSource/Badge/onecog?identifier=d44960cd-ebaa-41cd-9e30-3e0cb3743399)](https://www.myget.org/)\n\n## Usage\nInstall nuget package from the OneCog package repository:\n\n```Install-Package OneCog.Io.Plex -Source https://www.myget.org/F/onecog/api/v2/package```\n\nUse the following code to instantiate a server:\n\n```OneCog.Io.Plex.IServer server = OneCog.Io.Plex.Server.Create(\"[Plex Host Name or IP]\", [Plex Port]);```\n\nRetrieve all artists with:\n\n```IList\u003cOneCog.Io.Plex.Music.IArtist\u003e artists = await server.Music.Artists.All.ToList();```\n\nRetrieve all albums with:\n\n```IList\u003cOneCog.Io.Plex.Music.IAlbum\u003e albumss = await server.Music.Albums.All.ToList();```\n\nNOTE: All access to the metadata library is via IObservable\u003cT\u003e instances. This allows for improved asynchronous behaviour, buffering and composition with other observable sources.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibebbs%2Fonecog.io.plex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibebbs%2Fonecog.io.plex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibebbs%2Fonecog.io.plex/lists"}