Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nurupo committed Feb 12, 2018
1 parent 5f4f409 commit de36729
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ VLC 3.0 | [Download](https://github.com/nurupo/vlc-pause-click-plugin/releases/d

Extract the archive at `{VLC}\plugins\video_filter\`, where `{VLC}` is the directory the VLC was installed into, for example `C:\Program Files (x86)\VideoLAN\VLC\`.

Then follow [the usage instructions](#usage) below.

If you want to build the plugin binary yourself, take a look at the [build instructions](/BUILD.md).

### macOS
Expand All @@ -55,6 +57,8 @@ VLC 3.0 | [Download](https://github.com/nurupo/vlc-pause-click-plugin/releases/d

Extract the archive at `/Applications/VLC.app/Contents/MacOS/plugins/video_filter/`

Then follow [the usage instructions](#usage) below.

If you want to build the plugin binary yourself, take a look at the [build instructions](/BUILD.md).

### Linux
Expand All @@ -71,7 +75,9 @@ make
sudo make install
```

If these instructions don't work for you (perhaps you are using a non-Debian-derived Linux distribuion), [there are more generic build instructions available](/BUILD.md).
Then follow [the usage instructions](#usage) below.

If these build instructions don't work for you (perhaps you are using a non-Debian-derived Linux distribuion), [there are more generic build instructions available](/BUILD.md).

#### Arch Linux
There is a `vlc-pause-click-plugin` package [available](https://aur.archlinux.org/packages/vlc-pause-click-plugin/) in the AUR repository.
Expand All @@ -98,6 +104,7 @@ It's a very common mistake to skip one of those.
Plugin's version and bitness should match the version and bitness of the VLC you are trying to use the plugin with.
Plugin's bitness has nothing to do with the operation system bintess.
For example, if you use 32-bit VLC, it doesn't matter whether your Windows is 32-bit or 64-bit, you should use 32-bit version of the plugin, because it matches the bitness of the VLC you use.
- Some users have reported that they had to run the VLC executable with `--reset-plugins-cache` flag once for the plugin to appear in the GUI.

### I do see the plugin-related options described in [Usage](#usage) instructions in my VLC preferences, but the plugin still doesn't work

Expand Down

0 comments on commit de36729

Please sign in to comment.