forked from game-stop/veejay
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve help (game-stop#76 wip) - howtoplugins (done)
* howtoplugins.txt --> .md
- Loading branch information
Showing
3 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 10 additions & 5 deletions
15
...urrent/veejay-server/doc/HowtoPlugins.txt → ...current/veejay-server/doc/HowtoPlugins.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters