{"id":14483235,"url":"https://github.com/DerMitch/py-vlcclient","last_synced_at":"2025-08-30T03:33:43.614Z","repository":{"id":3413963,"uuid":"4464680","full_name":"DerMitch/py-vlcclient","owner":"DerMitch","description":"A simple python library to control VLC","archived":true,"fork":false,"pushed_at":"2017-07-30T11:25:43.000Z","size":39,"stargazers_count":36,"open_issues_count":0,"forks_count":21,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-09-04T00:05:10.012Z","etag":null,"topics":["python","vlc"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DerMitch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-05-27T20:52:32.000Z","updated_at":"2024-04-28T00:28:34.000Z","dependencies_parsed_at":"2022-07-30T14:38:04.073Z","dependency_job_id":null,"html_url":"https://github.com/DerMitch/py-vlcclient","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/DerMitch%2Fpy-vlcclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerMitch%2Fpy-vlcclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerMitch%2Fpy-vlcclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerMitch%2Fpy-vlcclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DerMitch","download_url":"https://codeload.github.com/DerMitch/py-vlcclient/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231438919,"owners_count":18376823,"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":["python","vlc"],"created_at":"2024-09-03T00:01:37.812Z","updated_at":"2024-12-27T04:31:05.804Z","avatar_url":"https://github.com/DerMitch.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# py-vlcclient\n\nThis module allows to control a VLC instance using Python. This\nmodule uses the telnet interface of VLC and has no external dependencies.\n\nMore information about the telnet interface:\nhttp://wiki.videolan.org/Documentation:Streaming_HowTo/VLM\n\nThe clients supports some basic commands to modify playlists and control the playback.\n\n## How to Use\n\nFirst start VLC and enable the telnet interface. You can either enable\nit when starting VLC::\n\n```\n   $ vlc --intf telnet --telnet-password admin\n```\n\nor with network access:\n\n```\n    $ vlc --intf telnet --telnet-password admin --lua-config \"telnet={host='0.0.0.0:4212'}\"\n```\n\nor via the menus (depending on your platform, mostly View -\u003e\nAdd Interface -\u003e Telnet).\n\nExample usage::\n\n```\n\u003e\u003e\u003e from vlcclient import VLCClient\n\u003e\u003e\u003e vlc = VLCClient(\"::1\")\n\u003e\u003e\u003e vlc.connect()\n\u003e\u003e\u003e\n\u003e\u003e\u003e r.add(\"/home/mitch/Music/a_song.ogg\")\n\u003e\u003e\u003e r.volume(300)\n\u003e\u003e\u003e r.rewind()\n\u003e\u003e\u003e r.status()\n'( new input: file:///.... )\n ( audio volume: 200 )\n ( state playing )'\n```\n\n\n## Implemented Commands\n\nThe following commands are currently implemented:\n\n### generic\n\n\n * help\n * status\n * info\n\n### playlists and controls\n\n * add\n * enqueue\n * seek\n * play\n * pause\n * stop\n * rewind\n * next\n * prev\n * clear\n * loop\n * repeat\n * random\n\n### volume\n\n * volume (get/set)\n * volup\n * voldown\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDerMitch%2Fpy-vlcclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDerMitch%2Fpy-vlcclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDerMitch%2Fpy-vlcclient/lists"}