Re: [RDD] WaveForm Caption

2020-06-09 Thread Fred Gleason
On Jun 9, 2020, at 12:16, Mark Murdock  wrote:

> On one of our Hosts I had the crazy idea that I might delete the “%t - %a” 
> from the “WaveForm Caption” field in the properties for RDLogEdit. I quickly 
> discovered that it did not do what I wanted,

Curious; what exactly were you trying to accomplish?


> but when I tried to restore it, I couldn’t type anything into that field. I 
> tried it multiple times, from the host itself and from the server, but 
> nothing. I tried typing it into a text editor, then copying and pasting, but 
> that didn’t work either. Can anyone tell me how to fix this problem? I’m on 
> version 3.4.0, by the way.

Hmm, that’s not a very useful behavior!  Fixed in Git ‘master’.

To recover on your current version, you’ll need to send a SQL statement 
directly to MySQL. First *before you do anything*, backup your database. You 
can do that using rddbconfig(8), or by using the following command:

mysqldump -h  -u  -p 
Rivendell > backup.sql

You can find the values for ,  and 
 in the [Identity] section of ‘/etc/rd.conf’.

Next, assuming that the name of the host that you want to change is “rivbuild”, 
you’d enter a command like this:

echo update\ RDLOGEDIT\ set\ WAVEFORM_CAPTION=\"%t - %a\"\ where\ 
STATION=\"rivbuild\"\; | mysql -h  -u  
-p Rivendell

Cheers!


|-|
| Frederick F. Gleason, Jr. | Chief Developer |
|   | Paravel Systems |
|-|
| A room without books is like a body without a soul. |
| |
| -- Cicero   |
|-|

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] WaveForm Caption

2020-06-09 Thread Mark Murdock
On one of our Hosts I had the crazy idea that I might delete the "%t - %a" from 
the "WaveForm Caption" field in the properties for RDLogEdit. I quickly 
discovered that it did not do what I wanted, but when I tried to restore it, I 
couldn't type anything into that field. I tried it multiple times, from the 
host itself and from the server, but nothing. I tried typing it into a text 
editor, then copying and pasting, but that didn't work either. Can anyone tell 
me how to fix this problem? I'm on version 3.4.0, by the way.

Thanks,

Mark Murdock
KAMB
90 E. 16th St.
Merced, CA 95340
(209) 723-1015
m...@celebrationradio.com
Website

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev