Skip to content

Commit

Permalink
Improve help (game-stop#76 wip) - howtoplugins (done)
Browse files Browse the repository at this point in the history
* howtoplugins.txt --> .md
  • Loading branch information
d-j-a-y committed Jun 5, 2019
1 parent 07f4cdf commit c921e0b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ see also : [How to debug](./veejay-current/veejay-server/doc/HowToDebugging.txt)
* Native YUV processing
* Crash recovery

see also : [YUV processing](./veejay-current/veejay-server/doc/YCbCr.txt), [README Memory](./veejay-current/veejay-server/doc/REAMDE.memory), [README Performance](./veejay-current/veejay-server/doc/README.performance)
see also : [YUV processing](./veejay-current/veejay-server/doc/YCbCr.txt), [README Memory](./veejay-current/veejay-server/doc/README.memory.md), [README Performance](./veejay-current/veejay-server/doc/README.performance)

### Media

Expand Down Expand Up @@ -208,7 +208,7 @@ see also : [How to video wall](./veejay-current/veejay-server/doc/video-wall.md)
* Support for FreeFrame plugins (only for 32 bit systems!)
* Android server!

see also : [How to Plugins](./veejay-current/veejay-server/doc/HowtoPlugins.txt), [README odroid-xu3](./veejay-current/veejay-server/doc/README.odroid-xu3) ,[README Android](./veejay-current/veejay-server/doc/README.android)
see also : [How to Plugins](./veejay-current/veejay-server/doc/HowtoPlugins.md), [README odroid-xu3](./veejay-current/veejay-server/doc/README.odroid-xu3) ,[README Android](./veejay-current/veejay-server/doc/README.android)

## Contact / Feedback & HELP

Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
# Plugins
Plugins
========

By default, veejay looks in the following commmon locations to find plugins:
```
- /usr/local/lib
- /usr/lib/
- /usr/local/lib64
- /usr/lib64
```

Alternatively, you can create a file to tell veejay where to find plugins.

```
$ mkdir ~/.veejay
$ vi ~/.veejay/plugins
```

The contents of the file can look like:

Apart from the differences due to your OS, the contents of the file can look like:
```
/usr/local/lib/freeframe
/usr/local/lib/frei0r-1
```

Veejay will pick up the plugins the next time you start it.
Veejay will pick up the plugins the next time you start it.
2 changes: 1 addition & 1 deletion veejay-current/veejay-server/doc/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
* [COPYING](./COPYING)
* [HowtoCompile.txt](./HowtoCompile.txt)
* [HowToDebugging.txt](./HowToDebugging.txt)
* [HowtoPlugins.txt](./HowtoPlugins.txt)
* Configure external video plugins - [How to Plugins](./HowtoPlugins.md)
* [HowtoUbuntu.txt](./HowtoUbuntu.txt)
* [HowtoVeejay-PureData.html](./HowtoVeejay-PureData.html)
* [HowtoVideoCodecs.txt](./HowtoVideoCodecs.txt)
Expand Down

0 comments on commit c921e0b

Please sign in to comment.