Commit graph

1413 commits

Author SHA1 Message Date
heitbaum
971389a3e7 prometheus-node-exporter: update to 1.3.1 2022-02-08 05:28:31 +00:00
celedhrim
fd741323e4 prometheus-node-exporter: initial addon 2022-02-08 05:26:36 +00:00
Christian Hewitt
3a5bdc2b8e
Merge pull request #6148 from vpeter4/LE10
[LE10] proftpd: upgrade language strings file
2022-02-04 17:40:15 +04:00
Christian Hewitt
eafbd5f034
Merge pull request #6077 from heitbaum/vdr10
[le10] vdr-addon: update to 2.4.8 and addon (117)
2022-02-04 17:35:49 +04:00
Christian Hewitt
8252fdd883
Merge pull request #6133 from heitbaum/proftpd10
[le10] proftpd: update to 1.3.7c
2022-02-04 17:28:12 +04:00
heitbaum
326379903a minisatip: update to 1.1.66 and addon (109) 2022-01-29 04:49:11 +00:00
Peter Vicman
0a84b3ecf1 proftpd: upgrade language strings file 2022-01-18 19:54:20 +01:00
heitbaum
b1de83246c proftpd: update to 1.3.7c
release notes:
- http://www.proftpd.org/docs/RELEASE_NOTES-1.3.7c
2022-01-15 11:55:28 +00:00
heitbaum
911a4378d5 vdr-addon: update to 2.4.8 and addon (117) 2022-01-03 05:31:49 +00:00
heitbaum
08bf172d56 ttyd: update addon to (104) 2022-01-03 05:16:31 +00:00
CvH
7d2b13ad54
Merge pull request #6064 from heitbaum/jellyfin10
jellyfin: update to 2.7.7 and addon (101)
2022-01-02 11:05:41 +01:00
heitbaum
8140755c5f jellyfin: update to 2.7.7 and addon (101) 2022-01-02 01:38:09 +00:00
heitbaum
4f1e246628 syncthing: update to 1.18.5 (118) 2021-12-31 07:09:37 +00:00
heitbaum
769291693f inadyn: update to 2.9.1 and addon (108) 2021-12-29 10:20:41 +00:00
heitbaum
a9add87e66 rsyslog: update to 8.2112.0 and addon to (109) and update PKG_URL to https
changelog:
- https://github.com/rsyslog/rsyslog/blob/v8.2108.0/ChangeLog
- https://github.com/rsyslog/rsyslog/blob/v8.2110.0/ChangeLog
- https://github.com/rsyslog/rsyslog/blob/v8.2112.0/ChangeLog
2021-12-29 10:20:41 +00:00
heitbaum
e6b928b80d mpd: add libopenmpt dependancy
scripts/build mpd was not including libopenmpt, this was not the case
when the addon script was run - thus getting different results. Include
libopenmpt here so as to ensure that standalone build and jenkins mpt
build are the same.
2021-12-25 05:28:51 +00:00
heitbaum
10862fb451 mpd: update to 0.23.5 and addon (113) 2021-12-25 05:28:51 +00:00
heitbaum
88e74abd5c snapserver: update snapcast to 0.26.0 (108) 2021-12-23 11:51:04 +00:00
heitbaum
9f3f7a2722 snapclient: update snapcast to 0.26.0 (108) 2021-12-23 11:51:04 +00:00
heitbaum
721f2720a6 minisatip: update to 1.1.51 and addon (108) 2021-12-04 05:19:28 +00:00
heitbaum
20a5f03d2a librespot: update to 0.3.1 and addon (129)
update 0.1.6 (2021-02-22) to 0.3.1 (2021-10-25)
release notes:
- https://github.com/librespot-org/librespot/releases/tag/v0.2.0
- https://github.com/librespot-org/librespot/releases/tag/v0.3.0
- https://github.com/librespot-org/librespot/releases/tag/v0.3.1
2021-11-21 01:48:11 +11:00
heitbaum
b218ccd396 mpd: update to 0.23.3 and addon (112)
update 0.22.9 (111) 2021-08-06 to 0.23.3 (112) 2021-10-31

news:
https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.3/NEWS

changelog:
ver 0.23.3 (2021/10/31)
* protocol
  - add optional position parameter to "add" and "playlistadd"
  - allow range in "playlistdelete"
* database
  - fix scanning files with question mark in the name
  - inotify: fix use-after-free bug
* output
  - alsa: add option "stop_dsd_silence" to work around DSD DAC noise
* macOS: fix libfmt related build failure
* systemd: add "RuntimeDirectory" directive

ver 0.23.2 (2021/10/22)
* protocol
  - fix "albumart" timeout bug
* input
  - nfs: fix playback bug
* output
  - pipewire: send artist and title to PipeWire
  - pipewire: DSD support
* neighbor
  - mention failed plugin name in error message
* player
  - fix cross-fade regression
* fix crash with libfmt versions older than 7

ver 0.23.1 (2021/10/19)
* protocol
  - use decimal notation instead of scientific notation
  - "load" supports relative positions
* output
  - emit "mixer" idle event when replay gain changes volume
  - pipewire: emit "mixer" idle events on external volume change
  - pipewire: attempt to change the graph sample rate
  - snapcast: fix time stamp bug which caused "Failed to get chunk"
* fix libfmt linker problems
* fix broken password authentication

ver 0.23 (2021/10/14)
* protocol
  - new command "getvol"
  - show the audio format in "playlistinfo"
  - support "listfiles" with arbitrary storage plugins
  - support relative positions in "addid"
  - fix relative positions in "move" and "moveid"
  - add "position" parameter to "findadd" and "searchadd"
  - add position parameter to "load"
* database
  - proxy: require MPD 0.20 or later
  - proxy: require libmpdclient 2.11 or later
  - proxy: split search into chunks to avoid exceeding the output buffer
  - simple: add option to hide CUE target songs
  - upnp: support libnpupnp instead of libupnp
* archive
  - zzip, iso9660: ignore file names which are invalid UTF-8
* decoder
  - openmpt: new plugin
  - wavpack: fix WVC file support
* player
  - do not cross-fade songs shorter than 20 seconds
* output
  - oss: support DSD over PCM
  - pipewire: new plugin
  - snapcast: new plugin
* tags
  - new tags "ComposerSort", "Ensemble", "Movement", "MovementNumber", and "Location"
* split permission "player" from "control"
* add option "host_permissions"
* new build-time dependency: libfmt

ver 0.22.11 (2021/08/24)
* protocol
  - fix "albumart" crash
* filter
  - ffmpeg: pass "channel_layout" instead of "channels" to buffersrc
  - ffmpeg: fix "av_buffersink_get_frame() failed: Resource temporarily unavailable"
  - ffmpeg: support double-precision samples (by converting to single
precision) * Android
  - build with NDK r23
  - playlist_directory defaults to "/sdcard/Android/data/org.musicpd/files/playlists"
2021-11-02 22:37:33 +11:00
heitbaum
941f2eb9a9 tvheadend43: update to 4.3-1979 2021-09-14 22:14:24 +10:00
heitbaum
a9321275b3 minisatip: update to 1.1.44 (107)
Co-authored-by: CvH <1355173+CvH@users.noreply.github.com>
2021-09-11 23:50:42 +10:00
heitbaum
e8143ec475 jellyfin: update License and Description 2021-08-29 19:57:39 +10:00
CvH
3b69d8e615
Merge pull request #5488 from heitbaum/jellyfin
Jellyfin: add new addon package
2021-08-29 10:36:51 +02:00
heitbaum
010b1b5773 jellyfin: update icon 2021-08-17 17:41:11 +10:00
heitbaum
1e2ae5446e jellyfin: update downloader to use mktemp 2021-08-17 16:43:35 +10:00
heitbaum
b273f59ada jellyfin: initial release
Co-authored-by: CvH <1355173+CvH@users.noreply.github.com>
2021-08-17 16:43:22 +10:00
CvH
082c799bda
Merge pull request #5518 from Celedhrim/master
go: update to 1.16.6
2021-08-08 11:21:37 +02:00
Peter
a23850eb9f mariadb: fix download url 2021-08-04 08:57:05 +02:00
heitbaum
6e497d6a35 librespot: fix build where TARGET=HOST with rust 1.54 2021-08-02 23:56:48 +10:00
celedhrim
cb84c3a6e1 go: update to 1.16.6 2021-07-30 23:32:22 +02:00
heitbaum
c15e7c9e6a minisatip: update to 1.1.34 (106) 2021-07-27 22:41:23 +10:00
CvH
ded9079630
Merge pull request #5463 from mglae/le10_vdr-116
vdr-addon: REV 116, update vdr (2.4.7) and plugins / fix $PKG_NAME-config scripts
2021-07-10 11:02:02 +02:00
heitbaum
9bafb8b332 minisatip: update to 1.1.24 (105) 2021-07-06 10:20:51 +00:00
CvH
331f30d295
Merge pull request #5471 from heitbaum/snapcast
snapcast: update to 0.25
2021-07-04 16:17:54 +02:00
heitbaum
9a2abd4baf snapclient: update snapcast to 0.25 (107) 2021-07-04 12:48:34 +00:00
heitbaum
0447de7260 snapserver: update snapcast to 0.25 (107) 2021-07-04 12:48:28 +00:00
heitbaum
c64d7e34f5 syncthing: update to 1.17.0 and addon (117) 2021-07-04 12:23:38 +00:00
mglae
9512c10a0e vdr-addon: REV 116 2021-07-01 23:43:28 +02:00
heitbaum
0e2ddb0464 mpd: update to 0.22.9 and addon (111)
Co-authored-by: CvH <1355173+CvH@users.noreply.github.com>
2021-07-01 15:05:45 +00:00
heitbaum
8fefb052ee rsyslog: update to 8.2106.0 and addon to (108) 2021-06-21 10:45:41 +00:00
heitbaum
31e00b5a01 syncthing: update to 1.16.1 and addon (116) 2021-06-21 10:42:08 +00:00
heitbaum
b413fd1c82 net-snmp: update to 5.9.1 and addon (109)
update 5.9 (2020-08-15) to 5.9.1 (2021-05-26)

5.9.1:
- General: Many bug fixes

log:
- https://github.com/net-snmp/net-snmp/compare/v5.9...v5.9.1
2021-06-21 10:41:29 +00:00
CvH
b41ee23d9a minisatip: update to 1.1.9 2021-06-20 12:57:48 +02:00
CvH
96f415da41 tvheadend43: update to 4.3-1967 2021-06-20 12:57:48 +02:00
CvH
0409ff821f oscam: update to 11693 2021-06-20 12:57:48 +02:00
mglae
40027a4237 librespot: use utf-8 encoding in Python when parsing librespot 2021-04-17 17:51:06 +02:00
heitbaum
9e97606f6a syncthing: update to 1.15.1
update 1.14.0 (2021-03-03) to 1.15.1 (2021-04-06)
release notes: https://github.com/syncthing/syncthing/releases/tag/v1.15.1
2021-04-09 10:10:08 +00:00