Skip to content

Commit 3b46f5d

Browse files
committed
Update README
1 parent 96983ef commit 3b46f5d

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed
File renamed without changes.

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Description
2-
*obs-libre-macros* is an Extension for OBS Studio built on top of its scripting facilities,
2+
**obs-libre-macros** is an Extension for OBS Studio built on top of its scripting facilities,
33
utilising built-in embedded LuaJIT interpreter, filter UI and function environment from Lua 5.2
44

55
# Features
6-
- Attach `Console` to *any* source in real-time.
7-
- *Auto run* code when OBS starts, *load from file*, *Hot reload* expressions.
6+
- Attach `Console` to **any** source in real-time.
7+
- **Auto run** code when OBS starts, **load from file**, **Hot reload** expressions.
88
- Hotkeys support for each `Console` instance.
99
- Integration with 3-rd party plugins and scripts via `obs_data_json_settings` e.g:
1010
- [move transition](https://github.com/exeldro/obs-move-transition) - latest versions include `audio move filter` which monitors source volume level.
@@ -76,7 +76,8 @@ There are 2 types of hotkeys:
7676
- Second, prefixed with `1;`- it will mutate `t.pressed` state
7777

7878
# License
79-
The *obs-libre-macros* is free software: you can redistribute it and/or modify it under the terms of
80-
the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License,
81-
or (at your option) any later version. See also: https://www.gnu.org/licenses/agpl-3.0.en.html
82-
[![AGPLv3](https://www.gnu.org/graphics/agplv3-with-text-162x68.png)](https://www.gnu.org/licenses/agpl-3.0.html)
79+
<a href="https://www.gnu.org/licenses/agpl-3.0.en.html">
80+
<img src="https://www.gnu.org/graphics/agplv3-with-text-162x68.png" align="right" />
81+
</a>
82+
83+
The **obs-libre-macros** is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. That means that if users interacting with it remotely through a network: If you **not** modified, then you can direct them [here](https://github.com/upgradeQ/obs-libre-macros), if you **modified** it, you simply have to publish your modifications. The easiest way to do this is to have a public Github repository of your fork or create a PR upstream. Otherwise, you will be in violation of the license. The relevant part of the license is under section 13 of the AGPLv3.

0 commit comments

Comments
 (0)