mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02:00
2023-05-08 Fred Gleason <fredg@paravelsystems.com>
* Added a 'FEEDS.SHA1_HASH' field to the database. * Incremented the database version to 368. * Added 'RDFeed::sha1Hash()' and 'RDFeed::setSha1Hash()' methods. * Added a 'RDSha1HashData()' function. * Optimized the podcasting subsystem so as to upload feed XML only when the XML contents have actually changed. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -3351,7 +3351,7 @@
|
||||
|
||||
<sect1>
|
||||
<title>RemovePodcast</title>
|
||||
<subtitle>Delete podcast audio from the Rivendell audio store</subtitle>
|
||||
<subtitle>Delete podcast audio from the remote archive</subtitle>
|
||||
<para>
|
||||
Command Code: <code>RDXPORT_COMMAND_REMOVE_PODCAST</code>
|
||||
</para>
|
||||
|
@@ -45,3 +45,4 @@ UPLOAD_BITRATE int(11)
|
||||
UPLOAD_QUALITY int(11)
|
||||
UPLOAD_EXTENSION varchar(16)
|
||||
NORMALIZE_LEVEL int(11)
|
||||
SHA1_HASH varchar(40)
|
||||
|
Reference in New Issue
Block a user