https://github.com/andrewpetrochenkov/mac-vlc
:apple: :movie_camera: macOS VLC.app scripts
https://github.com/andrewpetrochenkov/mac-vlc
applescript cli macos
Last synced: 2 months ago
JSON representation
:apple: :movie_camera: macOS VLC.app scripts
- Host: GitHub
- URL: https://github.com/andrewpetrochenkov/mac-vlc
- Owner: andrewpetrochenkov
- License: unlicense
- Created: 2019-05-05T14:25:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T21:09:02.000Z (over 5 years ago)
- Last Synced: 2025-09-28T12:06:41.160Z (9 months ago)
- Topics: applescript, cli, macos
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[]()
[](https://pypi.org/project/mac-vlc/)
[](https://www.npmjs.com/package/mac-vlc)[](https://unlicense.org/)
[](https://github.com/andrewp-as-is/mac-vlc/actions)
### Installation
```bash
$ [sudo] pip install mac-vlc
```
```bash
$ [sudo] npm i -g mac-vlc
```
#### Examples
```bash
$ vlc open "path/to/pron.avi"
$ vlc pause
$ vlc play
$ vlc playing
1
```
volume
```bash
$ vlc volume 42
$ vlc volume
42
```
fullscreen
```bash
$ vlc fullscreen-enter
$ vlc fullscreen-detect
1
$ vlc fullscreen-exit
```
frontmost (`1` or `0`)
```bash
$ vlc frontmost
0
```
`VLC.app` process
```bash
$ vlc pid
5726
$ vlc kill
```