{"id":31207992,"url":"https://github.com/nvlgit/libvalce","last_synced_at":"2026-05-18T04:37:35.694Z","repository":{"id":202383244,"uuid":"115891438","full_name":"nvlgit/libvalce","owner":"nvlgit","description":"libVLC GObject wrapper","archived":false,"fork":false,"pushed_at":"2018-01-01T14:24:12.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-10-20T11:10:34.498Z","etag":null,"topics":["gobject","gobject-introspection","libvlc"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nvlgit.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,"governance":null}},"created_at":"2018-01-01T00:13:36.000Z","updated_at":"2023-10-20T12:02:34.996Z","dependencies_parsed_at":null,"dependency_job_id":"c0b1b28d-55ca-49d6-a0f9-eead50925315","html_url":"https://github.com/nvlgit/libvalce","commit_stats":null,"previous_names":["nvlgit/libvalce"],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/nvlgit/libvalce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvlgit%2Flibvalce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvlgit%2Flibvalce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvlgit%2Flibvalce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvlgit%2Flibvalce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nvlgit","download_url":"https://codeload.github.com/nvlgit/libvalce/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvlgit%2Flibvalce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276169663,"owners_count":25596956,"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","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"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":["gobject","gobject-introspection","libvlc"],"created_at":"2025-09-20T22:51:15.483Z","updated_at":"2025-09-20T22:51:18.365Z","avatar_url":"https://github.com/nvlgit.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libvalce\n\nlibvalce is a GObject based API wrapper for libVLC \u003e= v3.0.0\n\n## example of the API use in Vala\n\n```\nusing Valce;\nusing Gtk;\n\n\tvar player = new Player ();\n\tbool load = player.set_uri (\"file:///home/user/Music/file.m4a\");\n\tif (load)\n               player.play ();\n\n        player.volume_changed.connect ( () =\u003e {\n               stdout.printf (\"Volume_changed: %f\\n\", player.volume);\n        });\n\n        stdout.printf (\"album: %s\\n\", player.media_info.album);\n\n        var button = new Button.with_label (\"Play/Pause\");\n        button.clicked.connect (() =\u003e {\n               if (player.state == PlayerState.PLAYING)\n                       player.pause ();\n               else\n                       player.play ();\n        });\n\n```\n### Building and Installation\n```\ngit clone https://github.com/nvlgit/libvalce.git \u0026\u0026 cd libvalce\nmeson builddir --prefix=/usr \u0026\u0026 cd builddir\nninja\nsu -c 'ninja install'\n```\nFor rpmbuild: \u003ca href=\"https://github.com/nvlgit/fedora-specs/blob/master/libvalce.spec\"\u003elibvalce.spec\u003c/a\u003e \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvlgit%2Flibvalce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnvlgit%2Flibvalce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvlgit%2Flibvalce/lists"}