mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 23:30:20 +01:00
2020-02-23 Fred Gleason <fredg@paravelsystems.com>
* Implemented superfeed in 'rdfeed.xml'.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Abstract a Rivendell Podcast Entry
|
||||
//
|
||||
// (C) Copyright 2002-2007,2016-2017 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -66,8 +66,6 @@ class RDPodcast
|
||||
void setShelfLife(unsigned days) const;
|
||||
RDPodcast::Status status() const;
|
||||
void setStatus(RDPodcast::Status status);
|
||||
//QString audioUploadCommand(const QString &srcfile) const;
|
||||
//QString audioPurgeCommand() const;
|
||||
bool removeAudio(RDFeed *feed,QString *err_text,bool log_debug) const;
|
||||
static QString guid(const QString &url,const QString &filename,
|
||||
unsigned feed_id,unsigned cast_id);
|
||||
|
||||
Reference in New Issue
Block a user