You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ Bumper content are clips which can be used inbetween the main content of your TV
4
4
5
5
A file is output for each channel on your service, and which is replaced each time a new show starts (with an updated bumper based on what will be playing next). This content can then be imported in your chosen IPTV service.
6
6
7
+
---
8
+
9
+
<h2align=center>🛠️ Project under active development 🛠️</h2>
10
+
<palign=center>There is no official release yet (though dev releases are available on <code>ollyscoding/bumpgen-test:<commit-sha></code>), and breaking changes will be actively made until v0.1 is released</p>
11
+
12
+
---
13
+
7
14
## Getting Started
8
15
9
16
You can run bumpgen through docker compose, create a docker compose file from the [the template](./docs/compose.yml).
@@ -13,3 +20,36 @@ You'll need to update the `/path/to/your/output` and `/path/to/your/background-c
13
20
If you haven't already, create the config directory, then create a file called `bumpgen.config.json` within it, and copy across the contents of [bumpgen.config.example.json](./configs/bumpgen.config.example.json). Then add the URL for your XML TV file, and change any other settings as desired.
14
21
15
22
You should now be good to go, run `docker compose up -d` to get started!
23
+
24
+
### Templates
25
+
26
+
Bumpgen offers a number of default templates to use for your channels, as well as exerimental plugin support if you want to develop your own templates.
0 commit comments