Patrick Linstruth
c265cc6044
Merge branch 'master' into RDImport
...
Conflicts:
ChangeLog
2018-10-17 08:43:20 -07:00
Deltec Enterprises
2ba30d10c4
Merge pull request #4 from ElvishArtisan/master
...
Master
2018-10-16 21:06:22 -07:00
Fred Gleason
587aaa5346
Merge branch 'deltecent-rdlibrary-warning'
2018-10-16 21:18:47 -04:00
Fred Gleason
6e3a076efc
2018-10-16 Patrick Linstruth <patrick@deltecent.com>
...
* Disabled the 'More than half the audio will be faded...' warning
in the 'Edit Audio' dialog in rdlibrary(1) if the 'No Fade on
Segue Out' checkbox is ticked.
2018-10-16 21:18:24 -04:00
Fred Gleason
3d964cc59b
Merge branch 'rdlibrary-warning' of https://github.com/deltecent/rivendell into deltecent-rdlibrary-warning
2018-10-16 21:13:22 -04:00
Fred Gleason
3aac166983
2018-10-16 Fred Gleason <fredg@paravelsystems.com>
...
* Fixed a bug in the 'RDIdValidator' and 'RDTextValidator' classes
that caused them to throw exceptions when processing certain
multi-byte UTF-8 characters.
2018-10-16 20:49:40 -04:00
Fred Gleason
9bfc6d6a8f
Merge branch 'deltecent-systemctl'
2018-10-16 20:15:30 -04:00
Fred Gleason
f0bf7d3b21
2018-10-16 Patrick Linstruth <patrick@deltecent.com>
...
* Updated rdalsaconfig(8) to use the proper Systemd idiom for
restarting the 'rivendell' service.
* Updated rdselect(8) to use the proper Systemd idiom for
restarting the 'rivendell' service.
2018-10-16 20:15:10 -04:00
Fred Gleason
ece868a0f2
Merge branch 'systemctl' of https://github.com/deltecent/rivendell into deltecent-systemctl
2018-10-16 20:11:28 -04:00
Fred Gleason
2e8feb541d
Merge branch 'deltecent-rdadmin-systemctl'
2018-10-16 20:05:50 -04:00
Fred Gleason
d7518d7290
2018-10-16 Patrick Linstruth <patrick@deltecent.com>
...
* Updated instructions in the 'Audio Resources' dialog in rdadmin(1)
to reflect the transition to Systemd.
2018-10-16 20:05:25 -04:00
Fred Gleason
59a4825928
Merge branch 'rdadmin-systemctl' of https://github.com/deltecent/rivendell into deltecent-rdadmin-systemctl
2018-10-16 20:02:32 -04:00
Fred Gleason
581ec455cf
Merge branch 'deltecent-mp4'
2018-10-16 19:56:43 -04:00
Fred Gleason
36b649f7d1
2018-10-16 Patrick Linstruth <patrick@deltecent.com>
...
* Fixed a bug that caused the build to break when M4A decoding
support was enabled.
2018-10-16 19:56:14 -04:00
Fred Gleason
6a49a437d3
Merge branch 'mp4' of https://github.com/deltecent/rivendell into deltecent-mp4
2018-10-16 19:44:45 -04:00
Patrick Linstruth
9cf8ad6fd0
Changed logging to better support command line and dropbox execution
2018-10-16 16:24:27 -07:00
Fred Gleason
3ca85127e7
2018-10-16 Fred Gleason <fredg@paravelsystems.com>
...
* Fixed a bug in rdservice(8) that caused maintenance routines
to be attempted only once per invocation.
2018-10-16 19:23:16 -04:00
Fred Gleason
00bf0e9aa6
2018-10-16 Fred Gleason <fredg@paravelsystems.com>
...
* Removed the 'RDGetSqlValue(const QString &table,const QString &name1,
const QString &test1,const QString &name2,const QString &test2,
const QString &name3,const QString &test3,const QString ¶m,
bool *valid=0)' function.
2018-10-16 19:11:11 -04:00
Fred Gleason
72c2b39ca5
Merge branch 'deltecent-hpi-timescale'
2018-10-16 18:21:30 -04:00
Fred Gleason
e32b7e39d6
2018-10-16 Patrick Linstruth <patrick@deltecent.com>
...
* Fixed a bug that caused a gratuitious 'INALID_FUNC' error to
be sent to syslog when used with an ASI card without timescaling
support.
2018-10-16 18:20:51 -04:00
Fred Gleason
949a1dda1e
Merge branch 'hpi-timescale' of https://github.com/deltecent/rivendell into deltecent-hpi-timescale
2018-10-16 18:18:21 -04:00
Fred Gleason
db94f18b28
Fixed typo in 'ChangeLog'
2018-10-16 18:13:18 -04:00
Fred Gleason
ac7e3d1bd9
2018-10-16 Fred Gleason <fredg@paravelsystems.com>
...
* Added a 'Rivendell->Configuration' menu entry for rddbconfig(8).
2018-10-16 18:12:35 -04:00
Fred Gleason
22bbd6b5d6
Merge branch 'deltecent-RDDBConfig'
2018-10-16 17:04:17 -04:00
Fred Gleason
3bf3c66f77
2018-10-16 Patrick Linstruth <patrick@deltecent.com>
...
* Added rddbconfig(8).
2018-10-16 17:03:46 -04:00
Fred Gleason
1c5a6d3954
Merge branch 'RDDBConfig' of https://github.com/deltecent/rivendell into deltecent-RDDBConfig
2018-10-16 16:39:32 -04:00
Fred Gleason
e5f53ab501
Merge branch 'deltecent-RDXport'
2018-10-16 16:35:45 -04:00
Fred Gleason
1125668208
Resolved conflict in 'ChangeLog'
2018-10-16 16:35:24 -04:00
Patrick Linstruth
3e56afec0c
Only log error if code is >= 400
2018-10-16 09:47:32 -07:00
Patrick Linstruth
82794caa92
Add LogError()
2018-10-16 09:40:41 -07:00
Patrick Linstruth
84f6b5566e
Missed removal of an fprintf(stderr,...)
2018-10-16 09:39:15 -07:00
Patrick Linstruth
ff98934f23
Send all errors to stderr in addition to rda->log()
2018-10-16 09:34:17 -07:00
Patrick Linstruth
2c693a731a
Do not display "More than half the audio will be faded..." warning if
...
"No Fade on Seque Out" box is checked.
2018-10-16 07:58:02 -07:00
Fred Gleason
e3a42f3a66
2018-10-11 Fred Gleason <fredg@paravelsystems.com>
...
* Replaced listings of the 'rd_cart' structure with a reference
to the rd_listcartcuts(7) man page in the rd_listcart(7),
rd_listcarts(7) and rd_listcartscuts(7) man pages.
* Replaced listings of the 'rd_cut' structure with a reference
to the rd_listcartcuts(7) man page in the rd_listcut(7) and
rd_listcuts(7) man pages.
2018-10-11 19:24:43 -04:00
Fred Gleason
ae75610054
2018-10-11 Fred Gleason <fredg@paravelsystems.com>
...
* Added an 'RD_ListCartsCuts()' function to 'rivwebcapi'.
2018-10-11 19:02:44 -04:00
Patrick Linstruth
338f7fb013
Changed /etc/init.d/rivendell to systemctl
2018-10-10 19:27:26 -07:00
Patrick Linstruth
75c7a21c7a
Changed /etc/init.d/rivendell to systemctl
2018-10-10 19:21:39 -07:00
Patrick Linstruth
4c84e3d49f
Changed /etc/init.d/rivendell to systemctl
2018-10-10 19:18:32 -07:00
Patrick Linstruth
52b3a54384
Changed restart instructions from /etc/init.d/rivendell to systemctl
2018-10-10 19:14:58 -07:00
Patrick Linstruth
d67758c422
Resolved "#define LC" FAAD2 neaacdec.h conflict with rdmacro.h
2018-10-10 18:46:52 -07:00
Fred Gleason
3aa50b54cf
2018-10-10 Fred Gleason <fredg@paravelsystems.com>
...
* Added an 'RD_ListCartCuts()' function to 'rivwebcapi'.
* Changed the length of the 'cut_name' member of the 'rd_cut' struct
from 11 to 41 in 'rivwebcapi'.
* Added a 'struct rd_cut *cart_cuts' member to the 'rd_cart' struct
in 'rivwebcapi'.
2018-10-10 17:12:00 -04:00
Fred Gleason
0602962b46
2018-10-09 Fred Gleason <fredg@paravelsystems.com>
...
* Alphabetized the Makefile component lists in 'rivwebcapi'.
2018-10-09 14:03:37 -04:00
Patrick Linstruth
359d9c9221
Eliminate INVALID_FUNC errors by not calling HPI_OutStreamSetTimeScale() on adapters that do not support this function
2018-10-09 09:27:20 -07:00
Patrick Linstruth
cf91daa254
Cleaned up MySQL login dialog
2018-10-09 06:55:29 -07:00
Fred Gleason
b492a3d3b3
2018-10-09 Fred Gleason <fredg@paravelsystems.com>
...
* Removed the 'UPDATING CHARACTER SET' section from 'UPGRADING'.
2018-10-09 08:57:51 -04:00
Patrick Linstruth
fb4c56ba27
Merge branch 'RDDBConfig' of github.com:deltecent/rivendell into RDDBConfig
2018-10-08 22:05:52 -07:00
Patrick Linstruth
74739cad2e
Fixed QSqlDatabase warnings
2018-10-08 22:03:56 -07:00
Patrick Linstruth
4f3de819c9
Merge branch 'master' of github.com:deltecent/rivendell
2018-10-08 18:19:16 -07:00
Deltec Enterprises
97f23ca0b7
Merge pull request #3 from ElvishArtisan/master
...
2018-10-08 Fred Gleason <fredg@paravelsystems.com>
2018-10-08 18:18:41 -07:00
Patrick Linstruth
bec85018a3
No changes... I have no idea why git thinks there are changes.
2018-10-08 18:15:38 -07:00