Skip to content

Rivendell Radio Automation for Raspberry Pi OS and Debian Buster 3.5.0

Compare
Choose a tag to compare
@alastairtech alastairtech released this 15 Dec 00:43
· 122 commits to master since this release

The latest version of Rivendell for Raspberry Pi OS and Debian is available to install. Once again, no significant changes to the ARM version compared to the upstream Rivendell code.

Architectures Available in this Release
armhf, arm64 and amd64

Reminder
The arm64 beta version of Raspberry Pi OS is available here

Please Note
We are phasing out the full Raspberry Pi OS image download as they time consuming to maintain and cost a lot to make available due to their large size. You are able to download a fresh Raspberry Pi OS image here, and run the New Installation script from a terminal to install Rivendell.

Make sure you checkout the Wiki for the latest guides.

New Installation

curl -L https://7edg.org/rdinstall/install.sh | sudo bash

Upgrade an Existing Installation

sudo apt update && sudo apt --only-upgrade install rivendell

3.5.0 Changelog from https://github.com/ElvishArtisan/rivendell

Changes:
Podcasting Subsystem. Major refactoring, with explicit support of
iTunes and Superfeed DTDs added. All feed elements, including XML elements,
are now statically served rather than dynamically generated.

RDLogManager. Added control to specify explicitly how Start
Times/Lengths are derived for Inline Events (traffic, markers and
voice tracks).

Dropboxes. Added the ability to generate e-mail reports for each
attempted file import.

GVC7000 Switcher Driver. Modified the 'GVC7000 Protocol' switcher
driver to better handle stacked commands.

WebGet. Modified the WebGet service to offer audio profiles when
exporting audio rather than having the user set individual export
parameters. Added the ability to upload audio files into specified
Rivendell groups.

Audio Library. Deprecated the ability to enforce unique cart titles.

Various bugfixes. See 'ChangeLog' for details.

Database Update:
This version of Rivendell uses database schema version 346, and will
automatically upgrade any earlier versions. To see the current schema
version prior to upgrade, see RDAdmin->SystemInfo.

Be sure to run 'rddbmgr --modify' (as root) immediately after upgrading
to allow any necessary changes to the database schema to be applied.