3415 Commits

Author SHA1 Message Date
Fred Gleason
c157d4b9c7 2022-09-20 Fred Gleason <fredg@paravelsystems.com>
* Removed dead code from 'rdcatch/edit_upload.cpp'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-20 12:47:58 -04:00
Fred Gleason
5a6a9da557 2022-09-20 Fred Gleason <fredg@paravelsystems.com>
* Tweaked the credentials section in the 'Edit Feed'  dialog in
	rdadmin(1) to indicate whether a 'Password' or a 'Passphrase' is
	required.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-20 12:44:00 -04:00
Fred Gleason
e2b45d83f9 2022-09-20 Fred Gleason <fredg@paravelsystems.com>
* Tweaked the credentials section in the 'Edit Upload' and
	'Edit Download' dialogs in rdcatch(1) to indicate whether a
	'Password' or a 'Passphrase' is required.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-20 12:14:21 -04:00
Fred Gleason
de1908cb53 2022-09-20 Fred Gleason <fredg@paravelsystems.com>
* Changed the 'RECORDINGS.URL_PASSWORD' from 'varchar(64)' to 'text'.
	* Base64 encoded the contents of the 'RECORDINGS.URL_PASSWORD' field.
	* Incremented the database version  to 358.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-20 10:18:23 -04:00
Fred Gleason
0d4dd0b635 2022-09-20 Fred Gleason <fredg@paravelsystems.com>
* Added an appendix 'Creating and Configuring a Secure Shell Identity
	Key-pair for Rivendell' to the Operations Guide.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-20 09:23:21 -04:00
Fred Gleason
19370379b4 2022-09-19 Fred Gleason <fredg@paravelsystems.com>
* Added support for using a ssh(1) identity file for authentication
	to the 'Upload' and 'Download' event types in rdcatch(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-19 13:07:48 -04:00
Fred Gleason
a1ecaa871d 2022-09-19 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdcatch(1) that caused a segfault when
	attempting to add or delete an event.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-19 10:21:36 -04:00
Fred Gleason
aae5245ca4 2022-09-18 Fred Gleason <fredg@paravelsystems.com>
* Removed debugging printf() statements from
	'rdcatch/recordlistmodel.cpp'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-18 17:04:45 -04:00
Fred Gleason
bc3afb352a 2022-09-17 Fred Gleason <fredg@paravelsystems.com>
* Added type icons to the 'Source' and 'Destination' columns of
	the events list in rdcatch(1).
	* Removed the 'RSS Feed' column from the event list in rdcatch(1).
	* Consolidated the 'Start Date Offset' and 'End Date Offset'
	columns into a single 'Start/End Date' column in rdcatch(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-18 16:36:24 -04:00
Fred Gleason
91245cab19 2022-09-17 Fred Gleason <fredg@paravelsystems.com>
* Added type icons to the 'Source' and 'Destination' columns of
	the events list in rdcatch(1).
	* Removed the 'RSS Feed' column from the event list in rdcatch(1).
	* Consolidated the 'Start Date Offset' and 'End Date Offset'
	columns into a single 'Start/End Date' column in rdcatch(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-17 16:03:38 -04:00
Fred Gleason
850a0b4ece 2022-09-16 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'Format' column from the event list in rdcatch(1).
	* Removed the 'Sample Rate' column from the event list in rdcatch(1).
	* Removed the 'Channels' column from the event list in rdcatch(1).
	* Removed the 'Bitrate' column from the event list in rdcatch(1).
	* Removed the 'Host' column from the event list in rdcatch(1).
	* Removed the 'Deck' column from the event list in rdcatch(1).
	* Removed the 'Cart' column from the event list in rdcatch(1).
	* Removed the 'Type' column from the event list in rdcatch(1).
	* Removed the 'State' column from the event list in rdcatch(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-16 17:42:02 -04:00
Fred Gleason
f1da866fc0 2022-09-16 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug on the 'Edit Log Marker' dialog in rdlogedit(1) that
	made it limited the maximum length of the 'Label' field to 10
	characters.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-16 14:33:46 -04:00
Fred Gleason
30e649413d 2022-09-14 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdadmin(1) that could cause segfaults when adding
	a new RSS feed.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-14 14:29:45 -04:00
Fred Gleason
2085e08324 2022-09-14 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdadmin(1) that caused the value of the
	'SSH Ident. File' on the 'Edit Host' dialog to fail to be
	propagated when cloning a new host.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-14 13:20:58 -04:00
Fred Gleason
90fd7d0430 2022-09-14 Fred Gleason <fredg@paravelsystems.com>
* Rearranged data layout in the 'RDFeedListModel' class to aid
	code readability.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-14 11:21:40 -04:00
Fred Gleason
32fa694cf8 2022-09-13 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlogedit(1) that caused the default setting
	of the 'Show Start Times As' dropdown in the 'Edit Log' dialog to
	fail to be preserved across instances.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-13 13:48:42 -04:00
Fred Gleason
cd8ee0c85d 2022-09-13 Fred Gleason <fredg@paravelsystems.com>
* Modified the Button Log widget in rdairplay(1) so as to display
	cut-level attributes only after the definitive cut has been selected.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-13 11:58:34 -04:00
Fred Gleason
8c8581c86e 2022-09-13 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdlibrary(1) that ccould cause the waveform display
	in the 'Edit Audio' dialog to truncate the end of the waveform.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-13 09:38:15 -04:00
Fred Gleason
d91ea3dae3 2022-09-11 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdadmin(1) that made it impossible to set
	a 'Startup Cart' button using the 'Select' button.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-11 16:03:32 -04:00
Fred Gleason
0f2c136700 2022-09-09 Fred Gleason <fredg@paravelsystems.com>
* Modified the JACK driver in caed(8) to define the
	'JACK_NO_AUDIO_RESERVATION' in the environment before starting
	jackd(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-09 16:33:09 -04:00
Fred Gleason
00c4d8c441 2022-09-09 Fred Gleason <fredg@paravelsystems.com>
* Added 'hpklinux-dev' to the list of required developmental
	packages for Ubuntu 22.04 in 'INSTALL'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-09 13:47:52 -04:00
Fred Gleason
9a10bba3e9 2022-09-07 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the voice-track widget where the audio markers
	would change relative position with respect to the waveform
	when the display was scrolled or resized.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-07 16:28:50 -04:00
Fred Gleason
139c22dc7c 2022-09-07 Fred Gleason <fredg@paravelsystems.com>
* Dropped the 'STATIONS.EDITOR_PATH' field from the database.
	* Incremented the database version to 357.
	* Removed the 'RDStation::editorPath()' and
	'RDStation::setEditorPath()' methods.
	* Removed the 'Audio Editor' control from the 'Configure Host'
	dialog in rdadmin(1).
	* Removed the 'Send to Editor' button from 'RDCartDialog'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-07 13:46:21 -04:00
Fred Gleason
b5c91dffb3 2022-09-07 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdcatch(1) that could cause the wrong
	host to be used as the default location when creating a new
	event.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-07 12:22:32 -04:00
Fred Gleason
4b27b119c1 2022-09-07 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdcatch(1) that broke operation of the
	head and tail audition buttons.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-07 12:17:11 -04:00
Fred Gleason
2b99b1707d 2022-09-06 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdservice(8) that could cause a segfault when
	started with a previous instance running.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-06 16:54:11 -04:00
Fred Gleason
637a256247 Updated '.gitignore'
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-06 16:44:52 -04:00
Fred Gleason
fb727eb3dc 2022-09-06 Fred Gleason <fredg@paravelsystems.com>
* Added an Online Feed Report to rdcastmanager(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-06 16:21:11 -04:00
Fred Gleason
1145ad4f7a 2022-09-06 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdrssd(8) that caused incorrect error data to be
	logged.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-06 15:07:14 -04:00
Fred Gleason
87f7975a86 2022-09-06 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdlogmanager(1) that could cause a segfault when
	merging a log.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-06 15:02:24 -04:00
Fred Gleason
0599b009f2 2022-09-01 Fred Gleason <fredg@paravelsystems.com>
* Added icons to the CD rippers in rdlibrary(1) to indicate the
	provenance of detected metadata.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-01 15:10:59 -04:00
Fred Gleason
6cc8f2f834 2022-09-01 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdlibrary(1) that could throw a segfault when
	encountering an error in ripping a CD.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-01 10:38:59 -04:00
Fred Gleason
6606e39f6d 2022-09-01 Fred Gleason <fredg@paravelsystems.com>
* Added CD-Text support to rdlibrary(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-09-01 10:33:39 -04:00
Fred Gleason
4071607711 2022-08-18 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in PyPAD where resolution of datetimes could be
	incorrect.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-08-18 16:28:20 -04:00
Fred Gleason
97ff4614b1 2022-08-15 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the CDDB parser that caused it to emit an error
	message when processing a 202 response.
	* Added explicit processing for 201, 230, 401, 402, 403, 409, 431,
	432, 433, 434, 501, 502, 503 and 530 returns in the CDDB parser.

Signed-off-by: Fred Gleason <fredg@paraelsystems.com>
2022-08-15 17:02:06 -04:00
Fred Gleason
43413e4468 2022-08-08 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 4.0.0beta3int3.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
v4.0.0beta3int3
2022-08-08 17:15:52 -04:00
Fred Gleason
1f22430ed4 2022-08-04 Fred Gleason <fredg@paravelsystems.com>
* Added support for sorting the event list in rdcatch(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-08-04 19:31:48 -04:00
Fred Gleason
e2f3ff23ce 2022-08-04 Fred Gleason <fredg@paravelsystems.com>
* Added the ability to filter rdcatch(1) events by switcher matrix.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-08-04 17:54:52 -04:00
Fred Gleason
c142728131 2022-08-04 Fred Gleason <fredg@paravelsystems.com>
* Added a 'Router' column to the event list in rdcatch(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-08-04 16:05:15 -04:00
Fred Gleason
cdc9c77139 2022-08-04 Fred Gleason <fredg@paravelsystems.com>
* Added interlock logic to the 'Edit Switcher Event' dialog in
	rdcatch(1) to prevent creation of events containing null endpoints.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-08-04 14:20:11 -04:00
Fred Gleason
8949fcc3fb 2022-08-04 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdcatch(1) that caused switch event endpoints
	to be sorted alphabetically rather than by endpoint number in
	the 'Edit Switcher Event' dialog.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-08-04 13:48:11 -04:00
Fred Gleason
9655cb9f6b 2022-08-03 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 4.0.0beta3int2.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
v4.0.0beta3int2
2022-08-03 11:44:51 -04:00
Fred Gleason
fabaeba693 2022-08-03 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdcatch(1) that could cause highlighting of the
	'next event' to disappear after changing the filtering settings.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-08-03 11:41:12 -04:00
Fred Gleason
4af45aa3a7 2022-08-03 Fred Gleason <fredg@paravelsystems.com>
* Modified the endpoint naming format for Software Authority
	Protocol devices to match that used in Drouter.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-08-03 11:14:45 -04:00
Fred Gleason
96e8b9ba29 2022-08-03 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdcatch(1) that could cause a newly added event
	to appear twice in the record list.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-08-03 09:20:56 -04:00
Fred Gleason
fc9aaab81b 2022-08-01 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 4.0.0beta3int1.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
v4.0.0beta3int1
2022-08-01 14:55:39 -04:00
Fred Gleason
5bc374cf88 2022-07-27 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in the 'Software Authority' Switcher/GPIO driver
	that made it impossible to add switcher events in rdcatch(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-07-27 18:21:32 -04:00
Fred Gleason
0bb0e6e766 2022-07-27 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdadmin(1) that permitted immutable switcher endpoint
	names to be edited.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-07-27 17:48:35 -04:00
Fred Gleason
1167501802 2022-07-14 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the 'Software Authority Protocol' switcher/GPIO
	driver in ripcd(8) that failed to initialize matrix endpoints
	correctly at startup.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-07-14 13:55:40 -04:00
Fred Gleason
8e9be755f6 2022-06-23 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdrssd(8) that caused a podcast episode to be
	deleted immediately after being made active if the 'Air Date/Time'
	was set for the future and 'Item Expires' was set to 'No' in the
	'Editing Item' dialog.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-06-23 17:16:58 -04:00