Skip to content

Commit

Permalink
🎉 Release of add-on TVHeadend 5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dfigus committed Mar 7, 2024
1 parent 5d0223e commit d59ddce
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

[addon-tvheadend]: https://github.com/dfigus/addon-tvheadend/tree/v5.1.2
[addon-doc-tvheadend]: https://github.com/dfigus/addon-tvheadend/blob/v5.1.2/README.md
[addon-tvheadend]: https://github.com/dfigus/addon-tvheadend/tree/v5.1.3
[addon-doc-tvheadend]: https://github.com/dfigus/addon-tvheadend/blob/v5.1.3/README.md
[tvheadend-issue]: https://github.com/dfigus/addon-tvheadend/issues
[tvheadend-version-shield]: https://img.shields.io/badge/version-v5.1.2-blue.svg
[tvheadend-version-shield]: https://img.shields.io/badge/version-v5.1.3-blue.svg
[tvheadend-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[tvheadend-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[tvheadend-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
Expand Down
6 changes: 1 addition & 5 deletions tvheadend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
## What’s changed

## 🐛 Bug fixes

- Add usb and video direct access @dfigus (#142)

## 🚀 Enhancements

- Add dvb linux firmwares @dfigus (#143)
- Add udev to addon @dfigus (#144)
4 changes: 2 additions & 2 deletions tvheadend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ This add-on has the following additional software preinstalled:
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v5.1.2-blue.svg
[release]: https://github.com/dfigus/addon-tvheadend/tree/v5.1.2
[release-shield]: https://img.shields.io/badge/version-v5.1.3-blue.svg
[release]: https://github.com/dfigus/addon-tvheadend/tree/v5.1.3
3 changes: 2 additions & 1 deletion tvheadend/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: TVHeadend
version: 5.1.2
version: 5.1.3
slug: tvheadend
description: TV streaming server and recorder
url: https://github.com/dfigus/addon-tvheadend
Expand All @@ -17,6 +17,7 @@ arch:
host_network: true
video: true
usb: true
udev: true
devices:
- /dev/dvb/
- /dev/dvb/adapter0/demux0
Expand Down

0 comments on commit d59ddce

Please sign in to comment.