[RDD] Version 4 Beta 2 testing

2021-08-04 Thread Tim Camp
Greetings,

I am having dayshavoo

In the process of testing out Ver 4 Beta 2 and want to test it in the same
environment as
my production systems (with a dedicated mysql server and audio store)

So I'm setting up a client only machine using ubuntu studio.

I am at
sudo rddbmgr -- modify
which returns
DB connection re-established
invalid SQL or failed DB connection[Unknown column 'UDP_ADDR' in 'field
list' QMYSQL: Unable to execute query]: insert into `LOG_MACHINES` set
`STATION_NAME`='genews',`MACHINE`=0,`START_MODE`=0,`AUTO_RESTART`='N',`LOG_NAME`='',`CURRENT_LOG`='Homefest',`RUNNING`='N',`LOG_ID`=-1,`LOG_LINE`=1,`NOW_CART`=0,`NEXT_CART`=0,`UDP_ADDR`='0.0.0.0',`UDP_PORT`=5401,`UDP_STRING`='',`LOG_RML`=''
rddbmgr: sql error: Unknown column 'UDP_ADDR' in 'field list' QMYSQL:
Unable to execute query query: insert into `LOG_MACHINES` set
`STATION_NAME`='genews',`MACHINE`=0,`START_MODE`=0,`AUTO_RESTART`='N',`LOG_NAME`='',`CURRENT_LOG`='Homefest',`RUNNING`='N',`LOG_ID`=-1,`LOG_LINE`=1,`NOW_CART`=0,`NEXT_CART`=0,`UDP_ADDR`='0.0.0.0',`UDP_PORT`=5401,`UDP_STRING`='',`LOG_RML`=''

So I have been here before and cannot convert my existing database (schema
272)
After this crash
sudo rddbmgr
returns 277 as the schema

I have tried numerous things that I have found searching on line and notes
I had from previous schema troubles and I'm stuck.

I have good backups so i can reload and get back to where we started.

Tim Camp
WZEW-FM
Mobile, Al.
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Howto set UI Languaje/Translation

2021-08-04 Thread Fred Gleason
On Aug 2, 2021, at 11:30, Alejandro olivan Alvarez 
 wrote:

> This one is probably simple...but I'm failing to see it: how can I switch 
> Rivendell UI to, let's say, Spanish?
> 
> Although I'm from Spain, I always work with En/Us system/Installs, I'm 
> completely used to it ... but how if I would like to have the UI environment 
> in, let's say, Spanish (or any other of the available translations)?
> 
> I don't see an option in RDAdmin at first glance... I'v googled around, and 
> I've found an article on the wiki on howto create translations, which could 
> be very interesting, but... how to apply/activate on of those translations?

For standard production setups, that’s an OS-level setting. The easiest way to 
do it on CentOS 7 to use the ‘system-config-language’ tool. You may need to 
install it; just do (from a root shell):

yum install system-config-language

However, if you’re just hacking Rivendell and don’t want to change the whole 
system over to a different locale, you can do it by setting the ‘LANG’ 
environmental variable to the desired language. For example, to switch to 
Español, you could open a shell (non-root) and do something like:

export LANG=es_ES.UTF-8

Rivendell modules run from that same session will then attempt to use the 
appropriate translation.

While we’re on this subject: the translations currently in Rivendell are 
extremely long in the tooth, with the last updates done way back in the v2.x 
era, so I suspect that coverage for any given language is quite ragged. As we 
converge towards a production v4.x release, we’ll shortly be in a position to 
start soliciting volunteers to update translations. Stay tuned!

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


Re: [RDD] Rivendell v4.0.0beta2

2021-08-04 Thread Fred Gleason
On Aug 2, 2021, at 01:05, Stan Fotinos  wrote:

> Thank you for the update, look forward to testing. I have a simple question, 
> how do you change the user logo in RDAirplay?

At present, that is hard-coded. It will eventually turn into a 
user-configurable option (in RDAdmin->ManageUsers/->RDAirPlay).

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