mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-08 08:27:45 +02:00
2017-10-16 Fred Gleason <fredg@paravelsystems.com>
* Removed policy to update cut expiration date/time automatically upon audio update.
This commit is contained in:
parent
35de00803c
commit
c38f4cbb4b
@ -16156,3 +16156,6 @@
|
||||
2017-10-16 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in RDLibrary that prevented more than 64 characters
|
||||
from being entered for the 'Album' field [Github issue #000184].
|
||||
2017-10-16 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Removed policy to update cut expiration date/time automatically
|
||||
upon audio update.
|
||||
|
@ -1242,13 +1242,6 @@ bool RDCut::checkInRecording(const QString &station_name,
|
||||
break;
|
||||
}
|
||||
|
||||
//
|
||||
// Get Group Attributes
|
||||
//
|
||||
QString start_datetime;
|
||||
QString end_datetime;
|
||||
RDCut::GetDefaultDateTimes(&start_datetime,&end_datetime,cutName());
|
||||
|
||||
sql=QString("update CUTS set ")+
|
||||
"START_POINT=0,"+
|
||||
QString().sprintf("END_POINT=%d,",msecs)+
|
||||
@ -1272,8 +1265,6 @@ bool RDCut::checkInRecording(const QString &station_name,
|
||||
"ORIGIN_NAME=\""+RDEscapeString(station_name)+"\","+
|
||||
"ORIGIN_LOGIN_NAME="+user+","+
|
||||
"SOURCE_HOSTNAME=\""+RDEscapeString(src_hostname)+"\","+
|
||||
"START_DATETIME="+start_datetime+","+
|
||||
"END_DATETIME="+end_datetime+","+
|
||||
"UPLOAD_DATETIME=null "+
|
||||
"where CUT_NAME=\""+cut_name+"\"";
|
||||
q=new RDSqlQuery(sql);
|
||||
|
@ -170,7 +170,7 @@ EditGroup::EditGroup(QString group,QWidget *parent)
|
||||
group_cutlife_label->setFont(font);
|
||||
group_cutlife_label->setAlignment(AlignLeft|AlignVCenter|ShowPrefix);
|
||||
group_cutlife_unit=
|
||||
new QLabel(group_cutlife_check,tr("days after audio update"),this);
|
||||
new QLabel(group_cutlife_check,tr("days after cut creation"),this);
|
||||
group_cutlife_unit->setFont(font);
|
||||
group_cutlife_unit->setAlignment(AlignLeft|AlignVCenter|ShowPrefix);
|
||||
|
||||
|
@ -1758,7 +1758,7 @@ Stále ještě chcete uložit?</translation>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>days after audio update</source>
|
||||
<source>days after cut creation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -1721,7 +1721,7 @@ Do you still want to save?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>days after audio update</source>
|
||||
<source>days after cut creation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -1752,7 +1752,7 @@ Do you still want to save?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>days after audio update</source>
|
||||
<source>days after cut creation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -1498,7 +1498,7 @@ Do you still want to save?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>days after audio update</source>
|
||||
<source>days after cut creation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -1708,7 +1708,7 @@ Vil du framleis lagra?</translation>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>days after audio update</source>
|
||||
<source>days after cut creation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -1708,7 +1708,7 @@ Vil du framleis lagra?</translation>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>days after audio update</source>
|
||||
<source>days after cut creation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -1706,7 +1706,7 @@ Você ainda quer salvar?</translation>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>days after audio update</source>
|
||||
<source>days after cut creation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
Loading…
x
Reference in New Issue
Block a user