Re: [RDD] 3.0.3 caed segfault

2019-08-29 Thread Fred Gleason
On Thu, 2019-08-29 at 14:06 +, li...@lokum.ro wrote: > This is what I am using: Burr-Brown from TI USB Audio CODEC > (Wheatstone M4IP USB) That's a very common sound device in radio broadcast gear. I've seen it in Arrakis products as well. What system sample rate are you using in Rivendell?

Re: [RDD] 3.0.3 rdalsaconfig problems ?

2019-08-28 Thread Fred Gleason
On Wed, 2019-08-28 at 15:50 +, li...@lokum.ro wrote: > I have previously used the same system(with Debian8 and rd 2.19.3), > with 3 USB sound cards... chose them in rdalsaconfig and that was > all. But now on the new 3.0.3 rdalsaconfig sets 3 soundcards but the > same one 3 times (even though

Re: [RDD] 3.0.3 RD LogManager

2019-08-27 Thread Fred Gleason
On Tue, 2019-08-13 at 20:54 -0400, Ryan Kin wrote: > Is it just me or does it look like the whole entire part of the > RDLogManager isn't straightening out when you click on any of the top > row events? When I try to click on a column to organize by start, > length, event or count it won't sort,

Re: [RDD] Audio Import problem

2019-08-26 Thread Fred Gleason
On Mon, 2019-08-26 at 11:52 +0200, Schwoon, newsletter wrote: > In the dropbox gui dialog i can choose a logfile position. That has > no effect.?? ;) Known problem in v3.0.3, fixed in Git. See: https://github.com/ElvishArtisan/rivendell/issues/481 Cheers!

Re: [RDD] Rivendell on a Raspberry Pi

2019-08-26 Thread Fred Gleason
On Fri, 2019-08-23 at 07:01 -0700, Lorne Tyndale wrote: > Funny, I was just about to ask if anyone had managed to get Rivendell > 3.x running on a Pi. It builds, but there are still a couple of runtime issues. See: https://github.com/ElvishArtisan/rivendell/issues and then filter by

Re: [RDD] Rivendell importing issues

2019-08-26 Thread Fred Gleason
On Fri, 2019-08-23 at 15:51 -0400, Ryan Kin wrote: > Hello Guys, I'm trying to import a bunch of songs into Rivendell > using Terminal and the following command, but it has worked in the > past, however, just recently, it has been giving me the "ASSERT: > "uint(i) Aborted > > The line of code

Re: [RDD] Sound cards

2019-08-22 Thread Fred Gleason
On Fri, 2019-08-23 at 09:46 +1200, Paul Hayton wrote: > If I update to centos 07 and use the turnkey image to install > Rivendell on that box would I still be able to use that sound card? Yes, that should work fine. The only thing that sometimes makes using those cards problematical today is

Re: [RDD] Sound cards

2019-08-21 Thread Fred Gleason
On Wed, 2019-08-21 at 17:46 +0200, Hoggins! wrote: > This interface has its own power supply, so I guess it shouldn't be a > problem to have internal ±15 vdc available, right? You've a much better chance, certainly. The only way to tell for sure is to put an ocilloscope on an output, run

Re: [RDD] Sound cards

2019-08-21 Thread Fred Gleason
On Wed, 2019-08-21 at 09:55 -0400, Max Kelley wrote: > We use a Focusrite Scarlett 18i20, it works great! Can support 4 > stereo balanced playout channels... Or is it five? Regardless, we're > using four. The other nice thing is that it's completely compatible > with the USB sound protocol or

Re: [RDD] Sound cards

2019-08-21 Thread Fred Gleason
On Wed, 2019-08-21 at 08:30 -0500, David Klann wrote: > It seems like the combination of 1) "reasonably priced", 2) > "industrial > grade", and 3) "works with Linux" audio devices have become unicorns. For Pro Audio applications, all the world is moving to some form of AoIP. For Sound

Re: [RDD] Sound cards

2019-08-21 Thread Fred Gleason
On Wed, 2019-08-21 at 08:52 -0400, Rob Landry wrote: > On Monday morning a direct lightning hit to the building where two of > our > stations have their studios took out several thousand dollars worth > of > equipment, including the ASI sound cards in the Rivendell playout > systems > for the

Re: [RDD] Playback Problem

2019-08-21 Thread Fred Gleason
On Wed, 2019-08-21 at 12:26 +0200, Gabriele Fergola wrote: > in sheel try to simply do an "ls /var/snd" (without quote) > or you can just execute "mount |grep snd" but in this case, u see > only if it is mounted but not if it is accessible You can also get a list of all mounted filesystems by

Re: [RDD] Database upgrade problem

2019-08-19 Thread Fred Gleason
On Mon, 2019-08-19 at 15:07 -0500, jstinson wrote: > In mysql i can drop the database and > recreate it and Rivendell will operate with the empty database. I strongly suspect that you've got a 'split brain' situation here -- i.e. rddbconfig(8) looking at one DB while you're connecting to a

Re: [RDD] NFS Cache

2019-08-19 Thread Fred Gleason
On Mon, 2019-08-19 at 16:33 +0200, Gabriele Fergola wrote: > I noticed in default client installation of rivendell (using the > installation script) create an entry with autofs to mount /var/snd > from the server. > All is working normally if there is no modification from the server- > side. If it

Re: [RDD] Glasscoder icecast/shoutcast V1

2019-08-19 Thread Fred Gleason
On Mon, 2019-08-19 at 12:51 +0200, Gabriele Fergola wrote: > when I'm trying to connect with Icecast 2 : > > glasscoder --server-type=icecast2 --server-url= > http://XXX.XXX.XXX:8015/stream --server-auth-usernam:password -- > audio-format=mp3 --audio-samplerate=44100 --audio-channels=2 --audio-

Re: [RDD] Cart groups syncing between standalone Riv machines

2019-08-19 Thread Fred Gleason
On Mon, 2019-08-19 at 08:36 -0400, Rob Landry wrote: > What I need to do is make a field-by-field comparison of the log in > the local database with the one in the remote database, and be able > to tell that any differences are due to someone updating the local > database. I looked at the WebAPI

Re: [RDD] Cart groups syncing between standalone Riv machines

2019-08-18 Thread Fred Gleason
On Aug 16, 2019, at 15:13, Rob Landry <41001...@interpring.com> wrote: > I also have a script that can synchronize the LOGS and [day of week]_LOG > tables between a master Rivendell system and a remote one (typically > maintained as a backup at a transmitter site). All of these scripts were >

Re: [RDD] Malware attacking Gnome desktops

2019-08-16 Thread Fred Gleason
On Aug 15, 2019, at 02:27, Robert Jeffares wrote: > two seperate Rivendell installations with no connection other than myself had > a malware attack which set out to encrypt files and in once case have stopped > the system, in the other case an operator noticed a number of errors and >

Re: [RDD] RN command vs RN script

2019-08-13 Thread Fred Gleason
On Aug 13, 2019, at 03:13, Stan Fotinos wrote: > I think there have been discussions about changing this in Rivendell version > 3. And indeed it has been! In Rivendell 3.x ONLY, the user/group used to run RN commands can be specified in the ‘[Identity]’ section of rd.conf(5). Cheers!

Re: [RDD] couldn't initialize MySql driver"

2019-08-12 Thread Fred Gleason
On Aug 12, 2019, at 19:52, jorge soto wrote: > Any help is appreciated. > Compiled Rivendell 3.0.2 from source, when running rdadmin from command line > i get the following message: > > QSqlDatabase: driver not loaded > QSqlDatabase: available drivers: QMYSQL3 QMYSQL > > what file am i

Re: [RDD] Glasscoder AAC and AAC+

2019-08-10 Thread Fred Gleason
On Aug 10, 2019, at 14:19, Brian McGlynn wrote: > This is Centos 7 with a custom compiled library (probably in /usr/local). > > That could be the issue. That’s a common RHEL gotcha. For whatever reason, they don’t include ‘/usr/local/lib[64]’ in the default library search path. Try

Re: [RDD] Glasscoder AAC and AAC+

2019-08-10 Thread Fred Gleason
On Aug 8, 2019, at 21:41, Brian McGlynn wrote: > I'm trying out Glasscoder (as a potential replacement for Darkice) and am > testing out a few things. I've been able to get Icecast to work well with > MP3 and MP2 audio, but cannot seem to get AAC and AAC+ to work. > > They don't appear as

Re: [RDD] New & Next Data

2019-08-06 Thread Fred Gleason
On Tue, 2019-08-06 at 17:42 +, Marcos Romero wrote: > We are using now Rivendell3. I am trying to set the Now and Next > Data. I remember seeing the post that explains this change. Please > forgive me if I ask to be explained again. I can’t find in > RDAirplay settings the place to

[RDD] Rivendell v3.0.3

2019-08-05 Thread Fred Gleason
On behalf of the entire Rivendell development team, I'm pleased to announce the availability of the first production release of the next major version of Rivendell, 3.0.3. Rivendell is a full-featured radio automation system targeted for use in professional broadcast environments. It is available

[RDD] GlassCoder v0.9.23

2019-08-05 Thread Fred Gleason
I’m pleased to announce the next public release of GlassCoder, a minimalist live audio encoder. In addition to streaming to IceCast and Shoutcast stream aggregators, GlassCoder is capable of generating live HLS streams and publishing them to any standard HTTP server. It is available under the GNU

Re: [RDD] Remote Voicetracking Via Web Interface

2019-08-03 Thread Fred Gleason
On Aug 3, 2019, at 10:24, Brian McGlynn wrote: > Where should I base it in the source tree? I call it "RDWeb" and could put > it into a directory with that name. It installs the Javascript and PHP code > into /usr/local/share/rdweb and there are configuration files for Apache that > need to

Re: [RDD] Please help

2019-08-02 Thread Fred Gleason
On Fri, 2019-08-02 at 20:45 +, Marcos Romero wrote: > I’m tryin to configure a new Rivendell I am following the RHEL- 7 > for Rivendell 3 instructions for installation from Parabel. I have > done this several times without any problem. However, now after > successfully downloading fhe

Re: [RDD] Slow RDLibrary

2019-08-01 Thread Fred Gleason
On Aug 1, 2019, at 15:19, Emir Yapıcı wrote: > I've done a fresh install v3.0.2 on xubuntu 18.04 but RDLibrary is very slow. > Other modules working very fast. > > I've tried voice tracker in RDLogEdit but it's also working very slow while > generating audio graph. Sounds like the bottleneck

[RDD] Rivendell v3.0.2

2019-07-31 Thread Fred Gleason
On behalf of the entire Rivendell development team, I'm pleased to announce the availability of the first production release of the next major version of Rivendell, 3.0.2. Rivendell is a full-featured radio automation system targeted for use in professional broadcast environments. It is available

Re: [RDD] CentOS 8 [WAS: Slow SQL performance]

2019-07-22 Thread Fred Gleason
On Sun, 2019-07-21 at 21:54 +0200, Schwoon, newsletter wrote: > What about Centos8..? ;) Still a WIP. See: https://wiki.centos.org/About/Building_8 Cheers! |-| | Frederick F. Gleason, Jr. | Chief Developer

Re: [RDD] Rivendell-dev Digest, Vol 75, Issue 7

2019-07-20 Thread Fred Gleason
On Jul 17, 2019, at 16:44, Marcos Romero wrote: > Hello, I would greatly appreciate any help. I am trying to update Rivendell > 3.0.0rc03, Database schema 308 to Rivendell v 3.01. I am using the command > > yum -y update > > A the end I receive the following message: > > “No packages

Re: [RDD] Losing JACK on upgrade

2019-07-19 Thread Fred Gleason
On Fri, 2019-07-19 at 12:46 -0400, Fred Gleason wrote: > Perhaps what we need is a setting in rdadmin(1) that would allow the > user to select which user to run JACK under. Added as https://github.com/ElvishArtisan/rivendell/issues/459

Re: [RDD] Losing JACK on upgrade

2019-07-19 Thread Fred Gleason
On Fri, 2019-07-19 at 15:35 +0200, Hoggins! wrote: > What you are proposing could be acceptable, but I cannot start Jack > from > RDAdmin, because at the time Rivendell suite starts, Jack is already > running, so that's unfortunately not an option. I'd like to get back > to > the old behavior, or

[RDD] GitHub changes

2019-07-18 Thread Fred Gleason
Howdy Folks: In light of the recent release of v3.x, I've just made a couple of changes to GitHub. Specifically: The default branch has been changed from 'stable' to 'master'. This means that clone operations will now get the 'master' branch (containing the mainline v3.x code) by default. The

Re: [RDD] Info please rmlsend LL

2019-07-18 Thread Fred Gleason
On Thu, 2019-07-18 at 14:16 +0200, Workino wrote: > Someone can help me to understand how to send the command LL trough > rmlsend? I assume that we are talking about doing this via command line? > What it mean MATCH? At the moment I tried with: > Rmlsend LL 1 Production_0718 ! Two things are

Re: [RDD] Rivendell v3.0.1

2019-07-17 Thread Fred Gleason
On Jul 17, 2019, at 10:47, Jamie Dominey wrote: > Can a 2.x Rivendell install be updated to 3.01 using 'yum update rivendell', > or does it have to be reinstalled? Yes, *if* it is running on CentOS 7. See: http://wiki.rivendellaudio.org/index.php/Upgrading_from_v2_to_v3_on_CentOS_7

Re: [RDD] Rivendell v3.0.1

2019-07-17 Thread Fred Gleason
On Jul 17, 2019, at 00:24, Stan Fotinos wrote: > Just one question, will the option to install version 2.19.3 be still > available for CentOS 6 or will this be removed from the repository? The plan right now is to maintain the installers and repositories for Rivendell 2.x for both CentOS 6

[RDD] Rivendell v3.0.1

2019-07-16 Thread Fred Gleason
On behalf of the entire Rivendell development team, I'm pleased to announce the availability of the first production release of the next major version of Rivendell, 3.0.1. Rivendell is a full-featured radio automation system targeted for use in professional broadcast environments. It is available

Re: [RDD] rlm_filewrite - length in seconds

2019-07-02 Thread Fred Gleason
On Mon, 2019-07-01 at 18:59 -0400, Fred Gleason wrote: > Confirmed here in v3.0.0rc03. Fixed in [master 2dcae70]. Cheers! |-| | Frederick F. Gleason, Jr. | Chief Develo

Re: [RDD] rlm_filewrite - length in seconds

2019-07-01 Thread Fred Gleason
On Mon, 2019-07-01 at 15:15 -0700, Mircea Paun wrote: > This is my: FormatString=%d(hh:mm:ss); %t - %a; %v; %h; \n > But when I try result I have this: > cat /tmp/20190701.txt. > > 17:51:47; Title 1 - Artist 1; %v; 10069; > 17:51:49; Test Tone - Rivendell Radio Automation; %v; 1; > 17:51:51;

[RDD] Rivendell v3.0.0rc03

2019-07-01 Thread Fred Gleason
On behalf of the entire Rivendell development team, I'm pleased to announce the availability of the fourth release candidate of the next major version of Rivendell, 3.x. Rivendell is a full-featured radio automation system targeted for use in professional broadcast environments. It is available

Re: [RDD] PyPAD

2019-07-01 Thread Fred Gleason
On Mon, 2019-07-01 at 10:09 +0200, Gabriele Fergola wrote: > when I try to use PyPAD with icecast2 I got this error: > > Traceback (most recent call last): > File "/usr/lib64/python3.6/configparser.py", line 789, in get > value = d[option] > File

Re: [RDD] RD Catch

2019-07-01 Thread Fred Gleason
On Sat, 2019-06-29 at 20:26 -0500, David Klann wrote: > I believe you are looking for the database table named RECORDINGS. Correct. > Maybe not all that intuituitive a table name, but there you go. When that table was originally added to the database [on 02/25/2003] it merely stored record

Re: [RDD] Setting up a VPN

2019-06-24 Thread Fred Gleason
On Mon, 2019-06-24 at 07:58 +1200, Robert Jeffares wrote: > The Client connects to the RD server with the tinc server managing > the connections. I did not want to run the tinc server software on > the RD server which I call 'Master' so it is an internal Client on > the tinc. > To my surprise the

Re: [RDD] Id3 tags import

2019-06-21 Thread Fred Gleason
On Fri, 2019-06-21 at 20:56 +0200, Workino wrote: > Fred thanks for your answer. > I’m asking because I see during import only artist and title were > imported by filename and and no other id3 values was taken. > > In my files I had almost all inside from bpm, album, year, etc. but > look like

Re: [RDD] RDImport segue editor not working correctly

2019-06-21 Thread Fred Gleason
On Fri, 2019-06-21 at 08:42 +0200, Gabriele Fergola wrote: > trying rivendell 3.0 I noticed segue editor is affected still from > the same little bug like 2.0 version. > Dropboxes still configure rdimport segue level to thousand instead of > decimal how u can see: > > 16085 ?Sl 0:00

Re: [RDD] Id3 tags import

2019-06-21 Thread Fred Gleason
On Fri, 2019-06-21 at 12:36 +0200, Workino wrote: > Sorry for the question probably was just discussed but I remember was > planned to implement the id3 import. Is it available or still > planned? Rivendell has supported transfer of metadata via ID3 tags for at least the past decade. Nothing has

Re: [RDD] Error during compilation

2019-06-19 Thread Fred Gleason
On Wed, 2019-06-19 at 11:16 +0200, Gabriele Fergola wrote: > Hello i got these errors during compilation of rivendell 3.0 > > rdaudioconvert.cpp: In member function ‘RDAudioConvert::ErrorCode > RDAudioConvert::Stage1M4A(const QString&, RDWaveFile*)’: > rdaudioconvert.cpp:831:12: error: ‘class

Re: [RDD] Adding Remote desktop

2019-06-12 Thread Fred Gleason
On Jun 12, 2019, at 08:06, Brian McGlynn wrote: > CentOS > > 1) Install x11vnc > yum install x11vnc xinetd > > 2) Disable the vncserver service in maybe xinetd ( if necesary) ) No. no, No, NO! CentOS 7 uses systemd. There is no reason to be using xinetd in such an environment. The standard

Re: [RDD] Cart structure on DB.

2019-06-06 Thread Fred Gleason
On Thu, 2019-06-06 at 08:10 -0300, Yitzhak B. Solórzano wrote: > Please can you send me the basic structure of a Cart; The easiest way to see the overall schema is to look at the XML returned by the ListCarts Web API call. You can generate such by opening a web browser on any Rivendell system and

Re: [RDD] Database Error

2019-06-04 Thread Fred Gleason
On Tue, 2019-06-04 at 14:52 -0400, Rob Landry wrote: > I get "[name of clock]_RULES does not exist" error messages from time > to > time. I can make them go away by creating an empty table by that > name, but > I don't know what the practical consequences of the error messages > are. That's a

Re: [RDD] ASI HPI driver issue

2019-05-20 Thread Fred Gleason
On Mon, 2019-05-20 at 09:20 -0400, Rob Landry wrote: > My ASI5810 sound card isn't being recognized, and I believe the > reason is > that this card requires at least version 4.18.00 of the HPI driver, > but > the driver installed by the Rivendell installer appears to be > 4.13.00-3 You can find

Re: [RDD] make install and rd client only

2019-05-20 Thread Fred Gleason
On Sun, 2019-05-19 at 15:12 +0200, le père Léon wrote: > With "make install", I will install the full rd application : server > + > client. > > Is there any way for installing only the client part ? just as the > CentOS packages do. Not in the source build system. That's something that tends to

Re: [RDD] Riv 3.0 scrolls through logs after 3 days

2019-05-20 Thread Fred Gleason
On Fri, 2019-05-17 at 09:06 -0500, Tom Van Gorkom wrote: > Running a series of about 20 logs in a loop, RDairplay runs fine for > about 3 days at a time and then starts scrolling rapidly through each > log. I have to force quit RDairplay and restart it again. I re- > generated all of the logs to

Re: [RDD] Riv 3.0 scrolls through logs after 3 days

2019-05-17 Thread Fred Gleason
On Fri, 2019-05-17 at 09:06 -0500, Tom Van Gorkom wrote: > Running a series of about 20 logs in a loop, RDairplay runs fine for > about 3 days at a time and then starts scrolling rapidly through each > log. I have to force quit RDairplay and restart it again. I re- > generated all of the logs to

Re: [RDD] GPIO on Raspberry Pi

2019-05-16 Thread Fred Gleason
On Thu, 2019-05-16 at 10:58 -0400, Seth Stevenson wrote: > I was testing gpio on the raspberry pi. It seem when the I set up the > carts on the gpio lines in RDADMIN it froze the whole pi up. I am > using the kernel gpio and it is hooked up to a Burk LX-1 switcher. > Any reason for this? As long

Re: [RDD] Rivendell and MusicMaster

2019-05-15 Thread Fred Gleason
On Tue, 2019-05-14 at 16:39 -0700, Patrick Linstruth wrote: > Log changes in MusicMaster after a merge would have to be re-merged > in RDLogManager. Just as it is now with the flat-file interface. > RDAirplay Event Start/End air times are pushed to MusicMaster Library. > [...] > Log changes in

Re: [RDD] Rivendell and MusicMaster

2019-05-14 Thread Fred Gleason
On Tue, 2019-05-14 at 15:02 -0700, Patrick Linstruth wrote: > It's a pull model. The client (Rivendell) initiates all transfers. I > feel that ManageServices is where the MusicMaster stuff should go. > > The library is pretty slick. We can ask for a list of song/metadata > changes since the last

Re: [RDD] Rivendell and MusicMaster

2019-05-14 Thread Fred Gleason
On Tue, 2019-05-14 at 13:53 -0700, Patrick Linstruth wrote: > It is the scheduler that has a very specific methodology based on > importing a flat file at the time the person wants to do the merge. > The mere presence of a file turns the red lights green that data is > available for a merge. The

Re: [RDD] Rivendell and MusicMaster

2019-05-13 Thread Fred Gleason
On Mon, 2019-05-13 at 10:20 -0700, Patrick Linstruth wrote: > Should merging remain the same through RDLogManager(1) but have the > MusicMaster events come directly from MusicMaster rather than through > a flat file. How exactly do you envision the 'direct' import working? Would it be similar to

Re: [RDD] RHEL 8

2019-05-08 Thread Fred Gleason
On Wed, 2019-05-08 at 09:55 +0100, Andy Higginson wrote: > RHEL 8 has just been released. On the CentOS forum there is > discussion about how long it will take to get CentOS 8 out. From > what is being said, it could be a few months. 3 - 6 months is typical. Historically, most of them have

[RDD] Rivendell v3.0.0rc02

2019-05-03 Thread Fred Gleason
On behalf of the entire Rivendell development team, I'm pleased to announce the availability of the third release candidate of the next major version of Rivendell, 3.x. Rivendell is a full-featured radio automation system targeted for use in professional broadcast environments. It is available

[RDD] Rivendell v3.0.0rc01

2019-05-02 Thread Fred Gleason
On behalf of the entire Rivendell development team, I'm pleased to announce the availability of the second release candidate of the next major version of Rivendell, 3.x. Rivendell is a full-featured radio automation system targeted for use in professional broadcast environments. It is available

Re: [RDD] Fresh install lost ASI card

2019-04-16 Thread Fred Gleason
On Thu, 2019-04-04 at 15:15 -0500, Tom Van Gorkom wrote: > Update... I found a work around from last year... have to blacklist > the snd_hda to get rid of conflict. Nothing shows up in RDaslaconfig > but the it outputs to the ASI card. When did you attempt the fresh install? That module

Re: [RDD] Rivendell 3.0 RC 0

2019-04-01 Thread Fred Gleason
On Mon, 2019-04-01 at 09:34 -0500, Tim Camp wrote: > Running rddbmgr --modify immediately produced a string of errors > about "unknown" columns all > related to the now and next page in rdairplay. > > Then crashed on a error about a log file from a now non-existent > service on one particular

Re: [RDD] Pypad

2019-03-29 Thread Fred Gleason
g to domain objects, no matter what programming language > you're working with, > > Just compare two structures, and find what's more easy and > eficient. On Tue, 2018-09-25 at 12:31 -0400, Fred Gleason wrote: > No arguments there. > > If we were starting the development of th

Re: [RDD] Pypad

2019-03-29 Thread Fred Gleason
On Thu, 2019-03-28 at 12:34 -0400, Fred Gleason wrote: > Agreed, we do need an overview doc. I will try to get one up on the > wiki over the next couple days. Ok, I've just added a new chapter to the Operations Guide that documents the overhauled PAD system in Rivendell 3.x, including PyPA

Re: [RDD] Pypad

2019-03-28 Thread Fred Gleason
On Wed, 2019-03-27 at 12:36 -0500, Tim Camp wrote: > Last thing I really want to play with is now and next because our > plant is intensive in this respect. > Four stations sending info to app, tunein, hd transmitter, rds and > web. > > So I have started trying to get pypad set up and am running

Re: [RDD] Clocks

2019-03-28 Thread Fred Gleason
On Wed, 2019-03-27 at 16:57 +1300, Gavin Stephens wrote: > If I remember rightly, changing something in a clock in RDLogManager; > you couldn't insert a new item at the start of the clock either > without deleting all the other items in it and starting again or > manually adjusting all the start

Re: [RDD] Audio Meters and RDImport

2019-03-26 Thread Fred Gleason
On Wed, 2019-03-27 at 02:28 +1300, Gavin Stephens wrote: > It's been quite a few years since I've played with RD. I was just > refreshing my knowledge of the ROG on the audio meters. Are they peak > based again? They used to be more RMS based didn't they? They loosely model the ballistics of a

Re: [RDD] Strange RdAirPlay freezes

2019-03-26 Thread Fred Gleason
On Tue, 2019-03-26 at 11:21 -0500, Tim Camp wrote: > Recently on a machine that has been in service for several years with > no problems > we have had rdairplay freeze when firing the first cart in a stop > set. (coming off of satellite). > The syslog shows the cart starting, but the funny thing

Re: [RDD] Database Cleanup

2019-03-25 Thread Fred Gleason
On Mon, 2019-03-25 at 15:19 -0500, Steve wrote: > Is there any reason to keep old logs, other than being able > to run old reports? If by 'reports' you mean reports referencing as-played data (managed in RDAdmin->ManageReports), you don't need to keep the originating logs around at all for them

Re: [RDD] RDAirplay Colors

2019-03-25 Thread Fred Gleason
On Mon, 2019-03-25 at 14:44 -0500, Steve wrote: > Is there an easy way to customize the colors of events within > RDAirplay? Not particularly. The color scheme is mostly defined in the 'rdairplay/colors.h' header, with some additional values in 'lib/rd.h'. You'd need to modify those headers and

Re: [RDD] Database Cleanup

2019-03-25 Thread Fred Gleason
On Mon, 2019-03-25 at 14:40 -0500, Steve wrote: > What are the implications and/or best practices for cleaning up the > Rivendell database? Specifically, can the old "Log" tables be > removed > from the database and what are the implications of deleting old rows > from the _SRT table? These

[RDD] Rivendell v3.0.0rc00

2019-03-22 Thread Fred Gleason
On behalf of the entire Rivendell development team, I'm pleased to announce the availability of the first release candidate of the next major version of Rivendell, 3.x. Rivendell is a full-featured radio automation system targeted for use in professional broadcast environments. It is available

Re: [RDD] Scheduler codes time taken

2019-03-22 Thread Fred Gleason
On Fri, 2019-03-22 at 09:33 +0800, Stan Fotinos wrote: > Thank you for the clarification, so all the improvements should be > already implemented in the version I am testing with 2.19.3. As > Cliff > suggested I did try a modern PC with a very fast processor and lots > of > RAM, it did reduce

Re: [RDD] Rivendell 3.0.0:00 Beta Bugs in upgraded system

2019-03-21 Thread Fred Gleason
On Thu, 2019-03-21 at 11:54 +, ad...@linspireos.co.uk wrote: > Hi Fred on my systems I have these Bugs > > > Rdamin/RDairplay > > Start/stop settings > > main log etc > > at Startup > (start with empty log will not SAVE to > load Previous log ) Unable to reproduce the problem here. Very

Re: [RDD] Daylight Saving Time issue

2019-03-10 Thread Fred Gleason
On Mar 10, 2019, at 14:14, al davis wrote: > > Not a surprise ... For that instant, the time is 2 AM, but one second > later it's 3:00:01. The exact time of 3 AM does not exist. It's just > like 2:30 AM. Not quite. In the United States, the forward transition looks like this: […] 01:59:58

Re: [RDD] Generate HTTP Get

2019-03-08 Thread Fred Gleason
On Fri, 2019-03-08 at 09:20 -0700, Patrick wrote: > How about something similar to pypad_udp that does http? Makes sense to me. PyPAD of course is Rivendell 3.x tech. For Rivendell 2.x, you'll need an RLM. Cheers! |-| |

Re: [RDD] Generate HTTP Get

2019-03-08 Thread Fred Gleason
On Fri, 2019-03-08 at 00:11 -0600, Jacob Niemand wrote: > I was wondering if there is a way to put Rivendell Now and Next > metadata (actually just the now) into HTTP Get format. Example: > http://10.1.20.7:8100/?artist=%a=%t and so on. > > I’m guessing a RML module and some other software is

Re: [RDD] v2.x => 3.x roadmap [WAS: RDAirplay Log Question]

2019-03-04 Thread Fred Gleason
On Mar 1, 2019, at 21:09, Rich Stivers wrote: > Is there an approximate target date for the first release of 3.x ? At this point, we're planning a second beta release (hopefully this week), following which we’ll have a feature freeze and then one or more 'release candidate’ versions before

Re: [RDD] Trying to compile 3.0 beta

2019-03-04 Thread Fred Gleason
On Mar 1, 2019, at 20:36, Tim Camp wrote: > g++: internal compiler error: Killed (program cc1plus) Do you get this error consistently with multiple trials? How about on a different machine? My own experience has been that ‘internal compiler error’ is almost always indicative of an underlying

Re: [RDD] v2.x => 3.x roadmap [WAS: RDAirplay Log Question]

2019-03-01 Thread Fred Gleason
On Fri, 2019-03-01 at 11:06 -0600, Alan Smith wrote: > On a more general note...is the 2.x branch going to be put to rest in > favor of the 3.x branch, or will they be developed in conjunction? At this point, there are no further releases planned for the 2.x branch, short of a major bug or

Re: [RDD] RDAirplay Log Question

2019-03-01 Thread Fred Gleason
On Fri, 2019-03-01 at 11:06 -0600, Alan Smith wrote: > Will we get this feature addition (ticking the appropriate box to > suppress them) in the 2.x branch? Or is it in there and I missed it? It will *not* be added to the v2.x branch. Cheers!

Re: [RDD] RDAirplay Log Question

2019-02-25 Thread Fred Gleason
On Feb 22, 2019, at 21:34, Patrick wrote: > I believe this is fixed in Rivendell 3: > > 2018-11-29 Fred Gleason <mailto:fr...@paravelsystems.com>> > * Added a 'SERVICES.INCLUDE_IMPORT_MARKERS' field to the database. > * Added a 'LOGS.INCLUDE_IMPORT_MARKER

Re: [RDD] Web API documentation?

2019-02-08 Thread Fred Gleason
On Feb 8, 2019, at 10:48, p...@sungenis.com wrote: > My problem is that I can’t find documentation for the Web API itself, only > for the C++ library for it. I assume that you are referring the ‘rivwebcapi’ library that ships with v3.x? That is actually written in straight C (although it is of

Re: [RDD] SAS USI upgrade request

2019-02-08 Thread Fred Gleason
On Feb 7, 2019, at 17:41, Mike Price wrote: > We are replacing our old Logitek consoles with SAS consoles. That has > expanded the number of channels the router has to handle to 2944. That is > over the 2048 channel limit in the SAS USI module. > > So I grabbed the sources and re-compiled

Re: [RDD] Thinking about 'RN' [wrap-up]

2019-02-07 Thread Fred Gleason
On Tue, 2019-02-05 at 10:34 -0500, Fred Gleason wrote: > What are some ways we could improve this RML? The user consensus as expressed here looks to be: 1) Add the ability to specify a specific Linux user/group to use for running the commands (as opposed to using the values of 'AudioOw

Re: [RDD] Now and Next Group

2019-02-07 Thread Fred Gleason
On Thu, 2019-02-07 at 10:09 -0600, Tim Camp wrote: > If I set a group to export to now and next do the daemons have to be > restarted for this to take effect? No. Cheers! |-| | Frederick F. Gleason, Jr. | Chief

Re: [RDD] Rivendell v2.19.3

2019-02-07 Thread Fred Gleason
On Thu, 2019-02-07 at 12:13 +0800, Stan Fotinos wrote: > Could someone please point me to the documentation or share these > two > new optional arguments for the 'Insert Cart' [PX] RML. Rivendell Operations Guide section 11.8.20: *** snip snip *** 11.8.20. Insert Cart [PX] Module

Re: [RDD] MySQL Encryption?

2019-02-07 Thread Fred Gleason
On Wed, 2019-02-06 at 21:08 -0500, Rich Gattie wrote: > Is the MySQL that is configured on the Appliance DVD setup with SSL > encryption installed? Not that I know of. > I'm looking at ways to connect from outside my network for someone to > remote access the system securely. Rather than

Re: [RDD] Thinking about 'RN'

2019-02-05 Thread Fred Gleason
On Tue, 2019-02-05 at 13:22 -0500, drew Roberts wrote: > Make an easy way for testing how things run when rivendell gets to > running it. > > Could we use a little script (or would we need something more?) that > does an su to 'AudioOwner' (and group?) and sets up the environment > to be what it

Re: [RDD] Thinking about 'RN'

2019-02-05 Thread Fred Gleason
On Tue, 2019-02-05 at 08:58 -0700, Lorne Tyndale wrote: > I admit that I have used the ability to run a remote script at times > and > have found it useful, I would be disappointed to see that > functionality > vanish. One could still do that with ssh(1). On the local system, you'd do:

[RDD] Thinking about 'RN'

2019-02-05 Thread Fred Gleason
The 'Run Shell Command' ['RN'] RML has been part of Rivendell from the early days of the project (it first appeared in v0.9.17, released on 1/10/2005). Its use at first glance appears straightforward: run the specified command-line invocation. However, in actual practice, it has proven to be one

Re: [RDD] Video formats in Rivendell [WAS: Rivendell-dev Digest, Vol 70, Issue 2]

2019-02-05 Thread Fred Gleason
On Mon, 2019-02-04 at 15:56 -0600, jessejones2752 wrote: > As a novice at Rivendell, I am simply curious. What is the real > advantage of running these -video- formats in audio automation? One doesn't 'run' them at all, as the supported internal library audio formats for Rivendell are limited to

Re: [RDD] Support for MP4V2/AAC/M4A Files

2019-02-04 Thread Fred Gleason
On Mon, 2019-02-04 at 08:46 -0800, Patrick wrote: > What about something in the development installation script that asks > if they’d like those repositories and packages installed "at their > own risk". It may make it easier for people that want it. Seeing as distributing those packages in

Re: [RDD] Support for MP4V2/AAC/M4A Files

2019-02-04 Thread Fred Gleason
On Wed, 2019-01-30 at 10:02 -0600, David Klann wrote: > I understand that the libraries needed to enable this are not in the > official CentOS or EPEL repositories, but there are well-known > alternative repos where the necessary libraries can be found. > Alternatively, would you be willing to

Re: [RDD] Locale-aware date display [WAS: RD Library Settings]

2019-01-25 Thread Fred Gleason
On Fri, 2019-01-25 at 07:52 -0500, drew Roberts wrote: > It could be made a "per logged in user" choice, "at least in some > places " so that people could see it the way they like it but that is > probably a terrible idea... (Even though it crossed my mind and I > took the time to send it on as a

Re: [RDD] Cut Source field [WAS: RD Library Settings]

2019-01-25 Thread Fred Gleason
On Thu, 2019-01-24 at 20:37 +, David Henderson wrote: > Secondly, as you'll also see in the attached screenshot, the SOURCE > shows as "unknown". As far as I remember, a few files were ripped > using an earlier version of Rivendell which, for some reason, didn't > capture the source. That

Re: [RDD] Locale-aware date display [WAS: RD Library Settings]

2019-01-25 Thread Fred Gleason
On Thu, 2019-01-24 at 20:37 +, David Henderson wrote: > Is there a way to sort the INGEST date format in RD Library (see > attached screenshot). I seem to remember someone else mentioning this > once before, but don't recall a solution being posted unless I missed > it. It's in the American

<    1   2   3   4   5   6   7   8   9   10   >