{"id":17399230,"url":"https://github.com/feross/vlc-command","last_synced_at":"2025-08-08T20:27:47.575Z","repository":{"id":57393481,"uuid":"57889936","full_name":"feross/vlc-command","owner":"feross","description":"Find VLC player command line path","archived":false,"fork":false,"pushed_at":"2020-05-11T17:27:34.000Z","size":13,"stargazers_count":25,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-03T02:53:10.624Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/feross.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":"2016-05-02T12:50:06.000Z","updated_at":"2024-09-25T09:10:57.000Z","dependencies_parsed_at":"2022-09-26T16:51:08.102Z","dependency_job_id":null,"html_url":"https://github.com/feross/vlc-command","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feross%2Fvlc-command","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feross%2Fvlc-command/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feross%2Fvlc-command/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feross%2Fvlc-command/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feross","download_url":"https://codeload.github.com/feross/vlc-command/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232806892,"owners_count":18579333,"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-10-16T15:13:39.175Z","updated_at":"2025-01-07T00:42:31.035Z","avatar_url":"https://github.com/feross.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vlc-command [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]\n\n[travis-image]: https://img.shields.io/travis/feross/vlc-command/master.svg\n[travis-url]: https://travis-ci.org/feross/vlc-command\n[npm-image]: https://img.shields.io/npm/v/vlc-command.svg\n[npm-url]: https://npmjs.org/package/vlc-command\n[downloads-image]: https://img.shields.io/npm/dm/vlc-command.svg\n[downloads-url]: https://npmjs.org/package/vlc-command\n[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg\n[standard-url]: https://standardjs.com\n\n### Find VLC player command line path\n\n## install\n\n```\nnpm install vlc-command\n```\n\n## usage\n\n```js\nvar cp = require('child_process')\nvar vlcCommand = require('vlc-command')\n\nvlcCommand(function (err, cmd) {\n  if (err) return console.error('could not find vlc command path')\n\n  if (process.platform === 'win32') {\n    cp.execFile(cmd, ['--version'], function (err, stdout) {\n      if (err) return console.error(err)\n      console.log(stdout)\n    })\n  } else {\n    cp.exec(cmd + ' --version', function (err, stdout) {\n      if (err) return console.error(err)\n      console.log(stdout)\n    })\n  }\n})\n```\n\n## license\n\nMIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeross%2Fvlc-command","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeross%2Fvlc-command","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeross%2Fvlc-command/lists"}