2017-10-14 Fred Gleason <fredg@paravelsystems.com>

* Implemented a '%r' wildcard for Rivendell Host Name.
This commit is contained in:
Fred Gleason
2017-10-14 10:38:55 -04:00
parent 162ebe545b
commit fb9487810b
43 changed files with 211 additions and 156 deletions

View File

@@ -23,14 +23,15 @@
#include <qtimer.h>
#include <rdrecording.h>
#include <rddeck.h>
#include <rdcae.h>
#include <rdconfig.h>
#include <rddeck.h>
#include <rdrecording.h>
class CatchEvent
{
public:
CatchEvent();
CatchEvent(RDConfig *config);
unsigned id() const;
void setId(int id);
bool isActive() const;
@@ -191,6 +192,7 @@ class CatchEvent
int catch_podcast_length;
int catch_podcast_time;
int catch_eventdate_offset;
RDConfig *catch_config;
};