Re: [RDD] Problem With RdImport For Large Numbers Of Files

2018-02-09 Thread Marius
Happy to help. :) Marius On 02/09/2018 09:53 PM, Rich Stivers wrote: Many Thanks for the info, Marius. That's an impressive number of files. You've given me a number of ideas on how to restructure my rdimport scripts. On 2/9/2018 12:27, Marius wrote: Somewhere between 1000-1500 per run

Re: [RDD] Problem With RdImport For Large Numbers Of Files

2018-02-09 Thread Marius
Somewhere between 1000-1500 per run, maybe. With larger groups of files, I usually split them up in multiple runs. Though I use *. as instead of specifying each file name. Marius On 02/09/2018 08:20 PM, Rich Stivers wrote: Marius: Thanks for the suggestion - I'll try it.  In one day, what

Re: [RDD] Problem With RdImport For Large Numbers Of Files

2018-02-09 Thread Marius
-pattern. Many times --metadata-pattern doesn't like just " - " so I use rename to replace " - " with "_-_" on files to seperate artist from title etc. Marius On 02/09/2018 05:03 AM, Rich Stivers wrote: Our site has thousands of files to import into Rivendell so I wr

Re: [RDD] adding a new service and setting up clocks

2017-12-27 Thread Marius
to execute query]: select MAX_ROW,MIN_WAIT,NOT_AFTER,OR_AFTER,OR_AFTER_II from DA1_RULES where CODE="" invalid SQL or failed DB connection[Table 'Rivendell.DA1_RULES' doesn't exist QMYSQL3: Unable to execute query]: select MAX_ROW,MIN_WAIT,NOT_AFTER,OR_AFTER,OR_AFTER_II from DA1_RULES wh

Re: [RDD] Linker-error when building caed

2016-06-09 Thread Marius Wikstøl
on that. Thanks for your help. Marius On 06/10/2016 12:36 AM, Fred Gleason wrote: On Jun 9, 2016, at 15:56, Marius Wikstøl <qtro...@halden.net <mailto:qtro...@halden.net>> wrote: I've been struggling with compiling since v2.11.0. I think I might have messed up my environment some

Re: [RDD] Linker-error when building caed

2016-06-09 Thread Marius Wikstøl
Here is the config.log. http://pastebin.com/m8qbgktD I've been struggling with compiling since v2.11.0. I think I might have messed up my environment somehow. I don't remember how I resolved it, but the problem seems to still be present. I'm running Debian stable. Thanks! Marius On 06/09

[RDD] Linker-error when building caed

2016-06-08 Thread Marius Wikstøl
Makefile:464: recipe for target 'caed' failed make: *** [caed] Error 1 Any suggestions? -- Marius ___ Rivendell-dev mailing list Rivendell-dev@lists.rivendellaudio.org http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Re: [RDD] Glasscoder HLS

2017-04-02 Thread Marius Wikstøl
ated directory under webroot (in my case http://localhost/hls/listen.m3u8), and username/password to match what you added in hls.passwd. If everything went well, GlassCoder will create listen.m3u8 and associated files in localhost/hls/. If I missed or forgot to add something, let me know. :) M

[RDD] Glasscoder HLS

2017-03-31 Thread Marius Wikstøl
al server error" in Glasscoder and apache2 errorlog. Using Debian Stable and Glasscoder 0.9.21. -- Marius ___ Rivendell-dev mailing list Rivendell-dev@lists.rivendellaudio.org http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Re: [RDD] Stream samplerate

2017-05-11 Thread Marius Wikstøl
of it, but it did fix it here. Strange. Marius On 05/10/2017 10:04 PM, Matthew Chambers wrote: Yes, I have system:capture going through Stereotool for processing, if I route Stereotool:fm_out to system:playback it sounds fine. Matthew Chambers, CBT, NR0Q Macon County Office Of Emergency

Re: [RDD] Stream samplerate

2017-05-10 Thread Marius Wikstøl
* with an audio-program. Marius On 09/05/17 19:24, Matthew Chambers wrote: I'm still fighting my shoutcast stream problems. I've migrated the Rivendell stuff on to a 2nd computer, run its output through a little mixer, took the output of the mixer and fed it into the line in on my stream

Re: [RDD] RdImport & RdLibrary Bugs

2017-10-01 Thread Marius Wikstøl
level meter. Marius On 10/02/2017 01:21 AM, Rich Stivers wrote: I am using Rivendell V2.16.0 under Centos 6. I've found a few new/old bugs - 1. Segue levels are not set correctly with rdimport. I thought this bug was fixed a couple of years ago, but apparently the old bug has crept back

Re: [RDD] Qt3 and Rivendell compilation (in the Debian World..)

2018-05-14 Thread Marius Wikstøl
Hi, I assume you included --with-Qt-dir=/path/to/qt3 and it seems to find it. Are libxext and libxt installed? Marius On 05/14/2018 03:50 PM, le père Léon wrote: I have the following error during ./configure : -8<-- checking for Qt... yes:     QT_CXXFLAGS=-I/

Re: [RDD] Changed to qt3 mysql

2018-06-27 Thread Marius Wikstøl
I usually just add the path to mysql.h in configure-script on the I_FLAGS-line. Don't know if that's a good thing to do tho, but it works. Marius On 06/27/2018 06:43 PM, Rob Landry wrote: It's looking for mysql.h in the wrong place. If I remember right -- I can't find my notes -- you have

Re: [RDD] Change in Behaviour of Clock Sync Events

2018-01-09 Thread Marius Wikstøl
Even when "IMPORT"-section is set to none? The way I understood it, was that he did not give the event "anything to do", except make it a hard-time event. I may have gotten it wrong tho. Marius On 01/09/2018 03:05 PM, Fred Gleason wrote: On Jan 9, 2018, at 08:59, Marius

Re: [RDD] Change in Behaviour of Clock Sync Events

2018-01-09 Thread Marius Wikstøl
Does rdlogmanager include empty events without event-actions in the generated log? Doesn't events have to have an import-action, cart or other element to be able to display it in the log? Marius On 01/09/2018 02:33 PM, Fred Gleason wrote: On Jan 8, 2018, at 14:45, Robert Jeffares

Re: [RDD] resampling

2018-01-18 Thread Marius Wikstøl
If the shoutcast-server needs to receive a samplerate of 44.1, you could resample the audio in the stream-encoder. Marius On 01/18/2018 11:49 PM, jorge soto wrote: No. I use Rivendell with jack. If i set jack at 44.1k songs play at the wrong pitch. On Jan 18, 2018 9:41 AM, "Fred Gl

Re: [RDD] qt3 - debian 9

2018-02-15 Thread Marius Wikstøl
https://download.qt.io/archive/qt/3/qt-x11-free-3.3.8b.tar.gz You'll have to add "#include " to include/qmap.h and include/qvaluelist.h so it compiles without error. Marius On 02/15/2018 04:53 AM, al davis wrote: I am trying to build Rivendell (2.18.2) on a debian 9 system f

Re: [RDD] Rivendell on Debian 9: gotchas

2017-12-21 Thread Marius Wikstøl
/dev/cdrom,PARANOIA_LEVEL int default 0,RIPPER_LEVEL int default -1300,CDDB_SERV' at line 1 RIPPER_DEVICE default value "/dev/cdrom" is not in quotes. Might this be (part of) the syntax-error(s)? Marius On 12/21/2017 08:09 PM, Fred Gleason wrote: On Dec 21, 2017, at 14:07, Rob Landry <

Re: [RDD] Rivendell on Debian 9: gotchas

2017-12-21 Thread Marius Wikstøl
se near '/dev/cdrom,PARANOIA_LEVEL int default 0,RIPPER_LEVEL int default -1300,CDDB_SERV' at line 1 Marius On 12/21/2017 07:31 PM, Rob Landry wrote: On Thu, 21 Dec 2017, Marius Wikstøl wrote: I've done a fresh install of Debian 9 and Rivendell v2.18.0 and done all of the steps mentioned, but I sti

Re: [RDD] Rivendell on Debian 9: gotchas

2017-12-21 Thread Marius Wikstøl
It uses InndoDB by default, but I've tried setting the default engine to MyISAM and restarting, with the same results. Marius On 12/21/2017 07:50 PM, Fred Gleason wrote: On Dec 21, 2017, at 13:44, Marius Wikstøl <marius.wiks...@gmail.com <mailto:marius.wiks...@gmail.com&g

Re: [RDD] Rivendell on Debian 9: gotchas

2017-12-21 Thread Marius Wikstøl
I've done a fresh install of Debian 9 and Rivendell v2.18.0 and done all of the steps mentioned, but I still get an error when running rdadmin for the first time. What I get is a SQL-syntax error. Marius On 11/20/2017 10:12 PM, Rob Landry wrote: For the benefit of anyone attempting to get

Re: [RDD] Easiest to install .. and update later on ?

2018-08-02 Thread Marius Wikstøl
Make a symlink from /etc/apache2/mods-available/cgi.load to ../mods-enabled/cgi.load and restart Apache. Marius On 08/02/2018 09:20 AM, Peter Claes wrote: Tried to run the command a2enmod cgi but it is unknown ? 2018-08-02 6:07 GMT+02:00 Lorne Tyndale : Couple of things. It sounds like

Re: [RDD] Easiest to install .. and update later on ?

2018-08-02 Thread Marius Wikstøl
Ignore that, I thought this was a different thread. I'm an idiot. Marius On 08/02/2018 10:39 AM, Marius Wikstøl wrote: Make a symlink from /etc/apache2/mods-available/cgi.load to ../mods-enabled/cgi.load and restart Apache. Marius On 08/02/2018 09:20 AM, Peter Claes wrote: Tried to run

Re: [RDD] "unable to create destination file" - Debian 8 fresh install

2018-07-21 Thread Marius Wikstøl
Hmm, ignore my comment on the --libexecdir. I guess it can be whatever you choose (under the default root atleast?), but the conf-dir for the modues is /etc/apache2/conf-enabled. Marius On 07/21/2018 09:10 PM, Marius Wikstøl wrote: Hi, In Debian, the (default) paths should be --libexecdir

Re: [RDD] Glasscoder & Jack

2018-01-23 Thread Marius Wikstøl
I've been streaming aacplus to a icecast2 server (from Debian repo) for a long time without problem. GlassCoder uses fdk-aac for aac+ streams. Marius On 01/23/2018 02:47 PM, Jeremy W. Eisenzimmer wrote: From my experience: I thinke the Icecast server has to support AACP as well. Icecast2

Re: [RDD] re-normalize a batch of carts?

2018-11-02 Thread Marius Wikstøl
There's a project called bs1770gain which normalizes audio to a set lufs, loudness. Marius On 11/2/18 4:27 PM, Andy Higginson wrote: I seem to remember some discussion on using EBU R128 loudness measuring for normalization of audio.  It was mentioned a couple of years ago and I think someone

Re: [RDD] Automatic Log Generation

2020-04-25 Thread Marius Wikstøl
s the next day's log at 2 am (if it doesn't already exist) so it's always a day ahead. Works like a charm. My installation (rdlogmanager) is under /usr/local/bin, but yours might be in /usr/bin -p - generate log -t - merge traffic -P don't overwrite existing log -s Mvh Marius On 4/25/20 9:34 PM, P

Re: [RDD] Automatic Log Generation

2020-04-25 Thread Marius Wikstøl
Err, that -p is supposed to be a -g. Mvh Marius On 4/26/20 12:50 AM, Marius Wikstøl wrote: I do this in crontab (crontab -e) like this. # if rivendell daemons are running, create the next days log if it doesn't already exist 0 2 * * * [ "`systemctl is-active rivendell`"

Re: [RDD] 2.1.0: QSettings: error creating /.qt

2011-11-03 Thread Marius Radiokæll Qtronix
Hi, I managed to find the solution. Which, in my situation, was that rdxport.cgi(?) was not set setuid and the AudioOwner/AudioGroup ownership. This fixed it for me. I also created an own system user and group for the daemons which I specified in the rd.conf file. Hope this helps. - Marius

Re: [RDD] Will it ever be possible to voicetrack in RDAirPlay?

2012-01-16 Thread Marius Radiokæll Qtronix
but load the next hour (modified or not). :) Not really a must, but it'd be useful in my opinion. :) - Marius On man, januar 16, 2012 22:25, ltynd...@cogeco.ca wrote: Hi, I could be incorrect, but I think part of the request is to be able to access the voicetracking module/capability directly from

[RDD] RDLogManager Artist/Title separation

2012-10-29 Thread Marius Radiokæll Qtronix
/Managing_Scheduler_Rules (songs/items) So, basically, are the values defined in minutes or songs/items? - Marius ___ Rivendell-dev mailing list Rivendell-dev@lists.rivendellaudio.org http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev

Re: [RDD] RDLogManager Artist/Title separation

2012-10-29 Thread Marius Radiokæll Qtronix
Oh, forgot, I'm running Rivendell v2.2.1 on Debian Stable. - Marius On tir, oktober 30, 2012 05:43, Marius Radiokæll Qtronix wrote: Hi! I apologize if this topic has been posted earlier. Haven't really paid attention to this list lately. I'm wondering if the values in the title

Re: [RDD] RDLogManager Artist/Title separation

2012-10-30 Thread Marius Radiokæll Qtronix
Thanks for the reply. Now I atleast have something to base the value of each separation on. :p I'll try it out. Cheers, Marius On tir, oktober 30, 2012 08:40, Morten Krarup Nielsen wrote: It's not minutes, it's items (which makes it hard, if you want to separate a song with for example 25

[RDD] RDLogManager Post-Import SQL Error

2013-03-10 Thread Marius Radiokæll Qtronix
the id 6 in the table aswell. Shouldn't the post-import cart be assigned to id 8? Bug in code or am I missing something? :p - Marius ___ Rivendell-dev mailing list Rivendell-dev@lists.rivendellaudio.org http://lists.rivendellaudio.org/mailman

Re: [RDD] RDLogManager Post-Import SQL Error

2013-03-17 Thread Marius Radiokæll Qtronix
, since I don't use an external traffic-system. It may be stupid, but I'm just running a webbased station. :p It's the post-import cart in that event that makes mysql go wild on me. - Marius On ons, mars 13, 2013 21:15, Fred Gleason wrote: On Mar 11, 2013, at 01:06 09, Marius Radiokæll Qtronix

Re: [RDD] Best distro for Rivendell

2013-04-08 Thread Marius Radiokæll Qtronix
I'm running Rivendell on Debian Stable, and it seems to work great. As it says, it just does not break. :) Anyways, that's my choise of distro. Packages are seldom updated and somehow outdated, but it has what I need it for. - Marius On man, april 8, 2013 21:43, Mike wrote: I've had stable

[RDD] rdimport --metadata-pattern

2013-04-19 Thread Marius Radiokæll Qtronix
, but not the artist. I've tried several other audio-files also, with same result. System: Debian Stable Rivendell: v2.5.0 compiled from source with all features enabled except hpi. - Marius ___ Rivendell-dev mailing list Rivendell-dev

Re: [RDD] rdimport --metadata-pattern

2013-05-02 Thread Marius Radiokæll Qtronix
Hmm, I've tried it with v2.4.0, and it works there. Looks like it's a bug introduced in v2.5.0. - Marius On fre, mai 3, 2013 02:01, VE4PER/ Andy wrote: not sure, it's been a while but you might have to ESC the hyphen in the pattern? nt sure what is used ; two hypens in a row or some control

Re: [RDD] Too long to save VTs

2014-02-19 Thread Marius Radiokæll Qtronix
in my.cnf. Is this a safe thing to do, or is this just a quick and potentially unsafe hack? Marius On 02/20/2014 02:07 AM, Pedro Picoto wrote: The only apparent variable is that the early february DB was free from consecutive playback during a week. The issue occurs only on the RDLogedit. Any

[RDD] Cut Gain x.? rounding

2014-09-13 Thread Marius Radiokæll Qtronix
Hi, Has anybody else experienced a little issue with Cut Gain in the Edit Markers-dialog where the value is rounded to the lower whole number when saving and reopening the dialog? Debian Stable/Wheezy Rivendell v2.8.2 from source MyISAM engine. -- Marius