* Fixed a bug in 'CopyAudio' Web API service that failed to log the
correct error message when the operation failed.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug thatcaused the 'rdautoback.py' and 'rdautorest.py'
files to be included in DEB packages.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdautoback(8) that caused an error to be generated
if the destination drive was already mounted.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Removed the 'RDLogPlay::setSegueLength()' method.
* Fixed regressions in rdairplay(1) that could cause the end of
play-outs to be clipped.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Modified the 'Select Log' dialog in the voice tracker in
rdairplay(1) so as to retain previous service selection across
invocations.
* Modified the 'Podcast Item List' dialog in rdcastmanager(1) so as
to retain previous service selection across invocations.
* Modified the 'Edit Log Chain' dialog in rdlogedit(1) so as
to retain previous user group selection across invocations.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdairplay(1) that caused the voice tracker to be
left in an undefined state after attempting to load a locked log.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdairplay(1) that could cause events with Segue
transitions to clip off the end of the previous event if the previous
event did not have a segue marker set.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the 'Edit Download' dialog in rdcatch(1) that
caused the 'Username' and 'Password' controls to be disabled when
entering a URL scheme of 'https'.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the RDXport service that couldcause the IMPORT call
to return a 'no such cart' error when trying to create a new cart.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 4.3.0int3.
* Incremented the python api version to 4.3.0.post3.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Added 'python3-virtualenv' to the lists of required build packages
for Debian and Ubuntu in 'INSTALL'.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
Modified the 'PyPAD' Python module to use 'configparser.read_file()'
instead of 'configparser.readfp()'.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdimport(1) that could cause a double-decode
of glob wildcards when in dropbox mode.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdimport(1) that caused filename corruption when
processing input filenames containing the '[' character.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in the 'Edit Audio' dialog in rdlibrary(1) that
caused play-out to fail to stop at the end marker when using the
'Play To' feature.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Reverted the changes made to the 'RDHPIPlayStream::play()' method
that were made on 2024-05-27.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>