[RDD] setting different podcast render folder

2022-06-13 Thread Peter Claes
Hi guys, Is it possible to change the folder where the podcasts are rendered to something else than /var/snd ? Because I rsync this folder to remote clients, with limited disk space. Regards Peter ___ Rivendell-dev mailing list

[RDD] Table 'log_lines' marked as crashed

2021-10-03 Thread Peter Claes
Hi guys, I am getting some strange behaviour (v3.5.0) If I open a log, it shows without traffic (imported) .. if i open it again, 5min. later it shows with traffic. I checked my db, if i try to open 'LOG_LINES' it says Table 'LOG_LINES' is marked as crashed and should be repaired. Any thoughts

[RDD] altering cart data from command prompt

2021-08-22 Thread Peter Claes
Hi guys, Is it possible to use rdimport from command line to alter schedulercodes, or any other parameter (like composer or conductor) on a (existing) cart, without importing anything ? Regards Peter ___ Rivendell-dev mailing list

[RDD] rd_backup

2020-08-03 Thread Peter Claes
Hi guys, In previous version, i used a slightly altered /bin/rd_backup.sh, to automatically create a backup of my database. which worked quite well After my update to 3.4, it seems to be lost. Does anyone have a alternative for this, or maybe te original code ? Regards, Peter

[RDD] force to install a specific version

2020-05-23 Thread Peter Claes
Hi All, I wanted to install a new client pc today. (3.3.0 and Centos7) But after I clean install I noticed it is not in 3.4.0 .. with a different database scheme. How can I force it to the install 3.3.0 so it matches my server ? Regards Peter ___

[RDD] Modbus GPIO stops working after few days

2020-05-01 Thread Peter Claes
Hi All, I recently added a Modbus TCP IO device to our network, to be controlled by Rivendell. (Centos7, Rivendell 3.3) It works great, I am using it to Mute/unmute channels on our mixer. But I have found that the communication stops after a few days. I am running everything on fixed IP's, if

[RDD] Pypad extra code

2020-05-01 Thread Peter Claes
Hi Guys, For our RDS system (DEVA mini), we are currently using PyPad UDP to send artist and title over our STL. We send Title and Artist as RadioText (RT) We would like change to RadioText RT+, Which means we send Title and artist in RT, and then TAG where the Title-position and Artist position

[RDD] Rivendell network load

2020-04-09 Thread Peter Claes
Hi all, I recently install nload, to check the network use for some clients that are on VPN. And I noticed something strange. nload also monitors the localhost loopback. If I open any of the rivendell programs ie. rdairplay, rdpanel, rdlogedit, etc. I see the bandwidth used by the loopback

[RDD] Modbus Tcp attempting reconnect

2020-04-04 Thread Peter Claes
Hi guys, I am testing a Modbus TCP module to be used in production. I know, from experience in other projects that these are very reliable modules. They were pretty easy to setup with rivendell.. But the behaviour when the link is lost, leaves me puzzled. If I breakup the link for a brief moment

Re: [RDD] Traffic import 'Rivendell Standard import"

2020-04-04 Thread Peter Claes
UTES_OFFSET=63,"+ > "LEN_MINUTES_LENGTH=2,"+ > "LEN_SECONDS_OFFSET=66,"+ > "LEN_SECONDS_LENGTH=2,"+ > "DATA_OFFSET=69,"+ > "DATA_LENGTH=32"; > if(!RDSqlQuery::apply(sql,err_msg)) { > return false; > }

[RDD] Traffic import 'Rivendell Standard import"

2020-04-03 Thread Peter Claes
Hey Guys, What would be the scheme for the 'Rivendell Standard Import' ? I found an old scheme in the docs called Rivendell Standard Data Interchange Formats', but i guess this isn't valid. Since I am in Lockdown, and boredom has gotten the upperhand, i figured now would be the time to make a

[RDD] GPI/RDGpiMon issue

2020-03-29 Thread Peter Claes
Hi ALL, I am currently testing gpio over modbus TCP. So far so good, All the outputs function. But for the inputs, I assigned test carts to all inputs on all transitions. Only the first one seems to be working. Also in RDGpiMon, I see all GPI's responding, but only the first one shows the

[RDD] Database Partially in InnoDB

2020-01-20 Thread Peter Claes
Hi guys, Since the first day i started using rivendell back in 2013, i am experiencing some strange behaviour, mostly in the scheduler part (rdlogmanager) I had a grayed out grid and some shedulercodes that were moving everytime i saved the sheduler rules. I read a post a few weeks ago, about

Re: [RDD] Passing ATH value to Statury Licence Report in command line

2020-01-20 Thread Peter Claes
Can I pass a ATH value in commandline, ie. ATH = 1 for example, without it returning an error Regards Peter Op zo 19 jan. 2020 om 19:41 schreef Peter Claes : > Hi guys, > > Is it possible to generate a "Soundexchange Statutary License Report" in > Rdlogmanager ? (command

[RDD] Passing ATH value to Statury Licence Report in command line

2020-01-19 Thread Peter Claes
Hi guys, Is it possible to generate a "Soundexchange Statutary License Report" in Rdlogmanager ? (command line) How do I pass the ATH value to Rdlogmanager when in a bash script ? Kind regards Peter ___ Rivendell-dev mailing list

[RDD] Pypad udp script quits working after few days

2020-01-04 Thread Peter Claes
Hi All, I converted to 3.xx a few days ago. It went pretty well. I had some RLM (udp_rlm) that I had to convert to PyPad. (for RDS updates) This also went pretty well. Both scripts gave exit code '0' But Today they both quit on me with an exit code '1' and the following Error msg on both scripts

[RDD] Rattle when recording with HDA audio soundcard

2019-11-23 Thread Peter Claes
Hi guys, I have been busy setting up clients for our rivendell 2.19 system on Centos 7. The clients are all small HP pc's Everything works just fine, database, playback, filesystems, etc. I did had to sate 'rate 48000' in the asound file, to get it working properly. The only problem that I am

[RDD] Full ssh remote clients

2019-07-29 Thread Peter Claes
Hi Guys, I am looking into getting some remote voicetrack clients installed. Currently I am still using a PPTP to get things running. I am graduately trying to get it full ssh. (rsync over ssh and MariaDb over a ssh tunnel) Is there anyone who is already doing this? If so, would you mind sharing

[RDD] passing airdate to dropbox import via filename

2019-04-03 Thread Peter Claes
Hi guys, I am still looking into how I can pass a Startdate and enddate (no offsets) to a cart via the dropboxes. Just to be sure i am not on a dead end here : is this even possible ? If it is possible, do you have an example or a script ? Regards Peter

[RDD] Filename formatting for dropbox metadata

2019-04-01 Thread Peter Claes
Hi all, I would like to give an end-date to a cut, via a filename, using the dropbox function. How do I need to format the metadata string and filename to do this ? Or is this only possible via rdimport ? Regards Peter ___ Rivendell-dev mailing list

Re: [RDD] Remote Sync

2019-03-01 Thread Peter Claes
Mark, I have the same question. We log in over VPN. so we can access the database on server, works pretty neat. At the moment I am only syncing from server to client. (mounting /var/snd.server, and copying that to /var/snd) But for syncing client to server (certainly multiple clients) I am not

Re: [RDD] RML branch commands

2019-01-22 Thread Peter Claes
PP, waits for the announcements to finish playing, turns off the TA flag, > and executes PN 1! to resume normal airplay. > > > Rob > > -- > Я там, где ребята толковые, > Я там, где плакаты "Вперёд", > Где песни рабочие новые > Страна трудовая поёт. > > O

[RDD] RML branch commands

2019-01-22 Thread Peter Claes
Hi all, Is there a way to 'branch if' in the Rivendell macro language ? Quick sketch of my problem: We would like to automate the traffic annoucements. We have 2 marcro's : TA flag on, and TA flag off (both UO command sending UDP) And the audio carts sit in between ofcourse. but if the there

[RDD] sending a carriage return in rlm_udp

2018-12-31 Thread Peter Claes
Hi guys, A quick question. How can I send a carriage return (hex : 0D) in rlm_udp ? Tried \n , \r , %0d , 0x0d ... I found that \n gets translated in #015#012 ? Works in macro's using %0d.. But not of the options got me te send it via rlm_udp Regards Peter

Re: [RDD] Deva RDS Smartgen Mini via tcp ( now next )

2018-12-16 Thread Peter Claes
Yes, Sending the normal RT with artist and title, is pretty easy with rlm_udp.rlm But for RT+, I would need to send a second string with the pointer (position) and length values, to tag artist and title within the normal RT. (komma delimited) Other data can also be transmitted/tagged in this

[RDD] Deva RDS Smartgen Mini via tcp ( now next )

2018-12-14 Thread Peter Claes
Hi guys, We have upgraded our rds systems to Deva RT+ encoders. We would like to display now/next data on the RT+ Any idea, on what would be the easiest to implement this ? (via a file or straight to the port, or a custom RML ?) On the page of Deva, there are manuals for serveral automation

[RDD] Rivendell in conjuntion with owncloud conciderations

2018-11-27 Thread Peter Claes
Hi guys, I am trying several ways to get remote access to our system (with audio store) I had some success with running NFS over IPSEC, but it takes many manual steps for connecting and syncing local and remote audio stores. Which alse means many things could go wrong there. I am now considering

Re: [RDD] Schedule codes in Clock rules not saved correctly

2018-11-19 Thread Peter Claes
closing the clock), it is stored in database, If I open is it again show the value of OR_AFTER twice. (instead of OR_AFTER and OR_AFTER_II) Any ideas ? Regards Peter Op zo 18 nov. 2018 om 11:27 schreef Peter Claes : > > Oeps, > I have put the wrong user right for the video, should

Re: [RDD] AutoSpot group?

2018-11-19 Thread Peter Claes
Yes, Came across it too, today. Also Curious. Manual says, autospot group is for the autospot functionality :) Pretty clear. Peter Op za 16 dec. 2017 om 11:35 schreef Hoggins! : > > Yup, > > I'd like to know too :) > > Hoggins! > > Le 12/05/2015 à 03:58, Bernardo J Mora a écrit : > > Could

Re: [RDD] Schedule codes in Clock rules not saved correctly

2018-11-18 Thread Peter Claes
Oeps, I have put the wrong user right for the video, should work now. As you can see at 00:18, in the list view, it says 00s 3 times .. if I open the detailed view, the last 00s is gone. https://www.youtube.com/watch?v=0SPZNhzTT1A Op za 17 nov. 2018 om 13:39 schreef Peter Claes : > > H

[RDD] Schedule codes in Clock rules not saved correctly

2018-11-17 Thread Peter Claes
Hi guys, Back in 2013 I had a problem with the sheduler codes in the clockrules. Where they jumped up a row, each time I saved. (https://www.youtube.com/watch?v=ETjSEiZ7ZnQ) This got solved by making new scheduler codes WITHOUT underscore sign, which corrupted my database. Today I am still using

Re: [RDD] Skipping carts problem

2018-11-16 Thread Peter Claes
THANKS ! I will give it a try. Op za 17 nov. 2018 om 01:51 schreef Fred Gleason : > The dead give-away is these messages: > > On Nov 16, 2018, at 17:36, Peter Claes wrote: > > caed: unable to allocate stream for card 0 > rdairplay: finished event: Line: xxx Cart: xx Cut:

Re: [RDD] Interesting RDAirplay Problem

2018-11-16 Thread Peter Claes
Patrick, I have the same problem anno 2018 It came out of nowhere. Were you able to solve this ? Regards Peter Op wo 5 apr. 2017 om 16:21 schreef Rob Landry <41001...@interpring.com>: > > On Tue, 4 Apr 2017, Patrick wrote: > > > Am I the only person on the planet that has seen this problem? It >

Re: [RDD] Skipping carts problem

2018-11-15 Thread Peter Claes
ov 15 10:55:33 trudofm1 rdairplay: finished event: Line: 456 Cart: 60001 Cut: 3 Card: 0 Stream: -1 Port: 0 Op do 15 nov. 2018 om 01:32 schreef Mike Carroll : > > We had that happen once when our /var/snd mount point went inaccessible. If > you have /var/snd on a different server, check

[RDD] Skipping carts problem

2018-11-14 Thread Peter Claes
Hello, I have been seeing RdAirplay skipping through a whole bunch of carts. I Have noticed this fault for a few days. Even skipping full hours of carts. As you can see here : https://youtu.be/Dte8qZkZuVc I checked my messages (see below), and it seems to be a HPI problem at first look. Anyone

[RDD] Skipping tracks and log loading skipping day

2018-11-14 Thread Peter Claes
Guys, I really have an issue here. My system skips tracks, marks them as played and est.time is set to 00:00:00.0 I included a short video : https://www.youtube.com/watch?v=Dte8qZkZuVc It sometimes also loads the wrong log on chain_to (skips a day) I don't see any irregularties in the logs. If

[RDD] Log not fully loaded

2018-11-06 Thread Peter Claes
Guys, I have a problem in airplay, which is not consitent. Sometimes there are some carts missing in the log, usually before a timed event. This only happens if the system loads the log during a Chainto. If I manually reload the log, it loads all carts. Any ideas on this ? Regards Peter

[RDD] ALSA playbacks not showing up

2018-10-03 Thread Peter Claes
hi All, I am putting together my outside broadcast system, used to be ubuntu, but upgraded to centos with 2.19 Rivendell works fine on the intel soundcard that is onboard. On the old system, I used a Terratec Aureon 7.1 USB, to get my 3 separate stereo outputs. Worked like a charm. Now with

Re: [RDD] scheduler stops hour at 1st voicetrack

2018-08-21 Thread Peter Claes
. I sure hope it didn't mess up my database. I checked the group 'voicetrack' it is in the production group, Also checked the even voicetrack. Everything looks pretty normal, as it used to be defined in the old database. Regards 2018-08-22 1:11 GMT+02:00 Peter Claes : > I am on Centos 7. 2.1

[RDD] scheduler stops hour at 1st voicetrack

2018-08-20 Thread Peter Claes
I have a strange problem. I imported our database a while a go, onto a new machine. Everything is tested, and runs perfectly. Until I made a new clock under the new database structure. In the new clock (copy and paste from another one) it stops at the 1st voicetrack, and starts a new clock. I

[RDD] Moving machnie from standalone to server

2018-08-14 Thread Peter Claes
Hi guys, Just a quick question. After install i did not remove the rivendell-install. Can I run /root/install_rivendell.sh --server to change it to a server instead of standalone ? Or is this not a wise thing to do ? Regards Peter ___ Rivendell-dev

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

2018-08-02 Thread Peter Claes
tpd / apache .. but i >> >> can't get my finger on it. >> >> >> >> Since our old system has crashed last saturday (we had a heatwave), it >> >> has suddenly become a priority to get the new system functional. >> >> >> >> Regar

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

2018-08-02 Thread Peter Claes
come a priority to get the new system functional. >> >> Regards, >> Peter >> >> >> 2018-07-08 11:14 GMT+02:00 Robert Jeffares : >> > Try selecting first 100 results which will make mysql search faster. >> > >> > As your database

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

2018-08-01 Thread Peter Claes
One more fault that i forgot to mention, in rdlibrary or rdlogedit, the system is unable to delete audio. 2018-08-01 23:57 GMT+02:00 Peter Claes : > Guys, > > Rdairplay has been running for some time now, with no problems. > > But rdimport is not working, creates carts but no

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

2018-08-01 Thread Peter Claes
our database gets bigger the search will take longer. > > copy & paste into the search bar works well. > > R > > > > On 08/07/18 10:29, Peter Claes wrote: >> >> Succes. Those command lines did the trick. >> >> I did notice something odd thoo. When t

Re: [RDD] Date/week based schedulecodes script

2018-07-24 Thread Peter Claes
r rulesset. 2018-07-24 13:15 GMT+02:00 Fred Gleason : > On Jul 23, 2018, at 19:00, Peter Claes wrote: > > I have asked this a while ago, if it would be possible to create date > based schedule codes. > > I know you can add dates in the cut info, but then they are still &

[RDD] Date/week based schedulecodes script

2018-07-23 Thread Peter Claes
Hey guys, I have asked this a while ago, if it would be possible to create date based schedule codes. I know you can add dates in the cut info, but then they are still sheduled, but marked in red. So I was wondering i someone could help me out with a bash script. The idea would be that we code

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

2018-07-07 Thread Peter Claes
cause this ? Regards Peter 2018-07-07 14:40 GMT+02:00 Rob Landry <41001...@interpring.com>: > On Sat, 7 Jul 2018, Peter Claes wrote: > >> I tried the install via Centos7 minimal,worked like a charm. >> Within 30 minutes I had rdairplay playing the testone. > >

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

2018-07-06 Thread Peter Claes
Correction : our old version was 2.2.0 scheme 207 2018-07-07 0:04 GMT+02:00 Peter Claes : > Guys, > > I tried the install via Centos7 minimal,worked like a charm. > Within 30 minutes I had rdairplay playing the testone. > > But I ran into some trouble when I wanted to get

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

2018-07-06 Thread Peter Claes
4 AM, Fred Gleason wrote: >> On Jul 3, 2018, at 19:18, Peter Claes > <mailto:peterclsb...@gmail.com>> wrote: >> >>> Or If I follow these instructions, using RHEL7 : >>> http://static.paravelsystems.com/rivendell-install/rivendell-install-rhel7.html >>&g

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

2018-07-03 Thread Peter Claes
Hi All, I am kinda stuck on version 2.10 in Ubuntu 14.04. Found the ubuntu/debian install to be the easiest, but since there are some issues with the soundcard, i would like to step into another direction, to get a newer / lastest version of Rivendell running. Is the LiveCD an option ? can it be

Re: [RDD] HPI error #111 and #105

2018-06-27 Thread Peter Claes
:) Regards Peter 2018-06-28 0:33 GMT+02:00 Fred Gleason : > On Jun 27, 2018, at 18:19, Peter Claes wrote: > > - At startup of RDairplay, it skips the first cart loaded and stops. > At 2nd start, it starts. In logfile it gives a #105 error > OBJ_ALREADY_OPEN > > > What a

[RDD] HPI error #111 and #105

2018-06-27 Thread Peter Claes
Hi guys, We are testing a ASI6614 on a Rivendell install (2.13) and installed on ubuntu 14.04LTS. The HPI driver i latest version 4.18 At first glance it looks works, but has some strange behaviour. - At startup of RDairplay, it skips the first cart loaded and stops. At 2nd start, it starts. In

[RDD] Apache page for database viewing

2017-01-20 Thread Peter Claes
Hello, Is there someone who has made a webpage/site that accesses the rivendell database ? Only for viewing schedules. Regards, Peter Verstuurd vanaf mijn iPhone ___ Rivendell-dev mailing list Rivendell-dev@lists.rivendellaudio.org

[RDD] dropbox start and end date

2015-03-19 Thread Peter Claes
Hi guys, Just curious if it is possible to pass a start- and end-date via metadate in the filename when using dropbox ? (or FTP via Rdcatch) Regards, Peter ___ Rivendell-dev mailing list Rivendell-dev@lists.rivendellaudio.org

Re: [RDD] Schedule code viewer / Tool

2014-10-24 Thread Peter Claes
The only thing I would like to do, is to see schedule codes in some kind of list-view. My system is running on Rivendell 2.1.0. And something version-independent, like a web tool seemed to come to mind. Currently, you have to search the song, you have to open the cart, open the schedule code,

[RDD] Schedule code viewer / Tool

2014-10-23 Thread Peter Claes
Hi guys, Is there anyone who has a more advanced (web) interface for the rivendell database ? I would like to see combinations of schedule codes like for example : '80s' AND 'TempoLow' Or even more important, the ones with NO schedule code. Schedule code editing in a spreadsheet/table would

Re: [RDD] Schedule code viewer / Tool

2014-10-23 Thread Peter Claes
, Peter 2014-10-23 16:20 GMT+02:00 Peter Claes pcl...@cls-bvba.com: Thanks Cowboy, These are all real SQL editor, I guess. The thing I was looking for is more like a website front-end for rivendell and its database So our 'music schedulers' also can use the tool, without wrecking

[RDD] Online Log viewer page

2013-09-12 Thread Peter Claes
Hi guys, I am pretty sure I posted this before, but I can't seem to find it in the archives. Is there someone who has a html page (or something), to be put under apache, where I can select an available date and it shows me the log for that date. a viewlog.html for example :) Regards, Peter

Re: [RDD] rivendell database update V2.5

2013-05-18 Thread Peter Claes
On 17 May 2013 22:27, Jorge Soto jsot...@yahoo.com wrote: It's kind of like when you are trying to open an MS access database created with a different version. I think Mr. Peter Claes is wondering whether he will lose data during database upgrade. -- On Fri, May 17

[RDD] rivendell database update V2.5

2013-05-17 Thread Peter Claes
Hi Guys, I finally got my remote up and running (v2.5 installed) But if i want to login to the 2.3 system, it asks me to update the rivendell database. will it harm the older system ? is this normal ? regards, Peter ___ Rivendell-dev mailing list

Re: [RDD] Distorted/clipping output after 1.5 seconds

2013-05-16 Thread Peter Claes
fine. Other times I've just given up and reinstalled. I can't see any logic in it but hope its a least a start. Regards, Wayne On 09/05/13 22:47, Peter Claes wrote: Hi Guys, I am doing an new install of rivendell 2.5 on 12.04. Using a creative X-fi 20k1 card and an Intel ICH6

Re: [RDD] Timings

2013-05-14 Thread Peter Claes
a separate music log, generating a log is virtually instantaneous. Rob On Sun, 12 May 2013, Peter Claes wrote: Guys, How long does it take to generate a log on average ? 1.5 hours, would that be normal ? Regards, Peter ___ Rivendell

[RDD] Timings

2013-05-11 Thread Peter Claes
Guys, How long does it take to generate a log on average ? 1.5 hours, would that be normal ? Regards, Peter ___ Rivendell-dev mailing list Rivendell-dev@lists.rivendellaudio.org http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev

[RDD] Distorted/clipping output after 1.5 seconds

2013-05-09 Thread Peter Claes
Hi Guys, I am doing an new install of rivendell 2.5 on 12.04. Using a creative X-fi 20k1 card and an Intel ICH6. Audio plays well for 1.5 seconds and out of the blue it distorts so much that de VU meters are stuck in CLIP. I had the same problem on a different install, the soundblast clipped

[RDD] rdlogmanager reports

2013-04-30 Thread Peter Claes
Hi guys, I'm currently setting up the reports for our radio-station, too be sent to gouvernement. We have to send it in a certain format to follow : Header : Date of broadcast - Station ID List : 1 Program ID 2 Song Title 3 Artist 4 Duration of song broadcast 5 Year of song 6 Label / t label

Re: [RDD] Temperature controlled jingles

2013-04-13 Thread Peter Claes
at 2:58 AM, Peter Claes peterclsb...@gmail.comwrote: Robert, Tried it, works like a charm ! Had to alter at bit, Because we works in centigrades :) negative values Many thanks ! Peter Verstuurd vanaf mijn iPhone Op 10-apr.-2013 om 17:09 heeft Robert Orr orrrob...@gmail.com het volgende

[RDD] Temperature controlled jingles

2013-04-09 Thread Peter Claes
Hi guys, I've read somewhere, that there are stations that use temperature controlled commercial, using rivendell. I would like to have this hourly mentioned on our station. Can someone enlighten me on how i should start on this ? My guess would be a php script that Fetches the temp at for

[RDD] Voice Tracker slow insert of track in log

2013-03-11 Thread Peter Claes - CLS bvbva
Hi all, We are -after 3 months- still strugling with the voicetracker module. Everything works, but saving a 10 second voicetrack takes 3 minutes ! To be clear, this is not remote, this is on localhost. On same box as SQL is on. (quad-core 2.00Ghz 8GB Ram- rivendel 2.2.0 - MySQL 5.5)

[RDD] Custom export filters for report generation

2013-03-09 Thread Peter Claes
Hi guys, Is there a way to alter the export filter for report generation ? Or even to create a Custom ? Regards, ___ Rivendell-dev mailing list Rivendell-dev@lists.rivendellaudio.org http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev

Re: [RDD] displaying logs in a webbrowser

2013-02-14 Thread Peter Claes
, 2013 9:37 AM, Peter Claes peterclsb...@gmail.com wrote: Hi guys, Since the database is done in SQL, it should be easy to display daily logs in a webpage. I have some guys who are voicetracking remotely and who don't have a linux box. Is there anyone who has some scripts to do this ? or could

[RDD] displaying logs in a webbrowser

2013-02-13 Thread Peter Claes
Hi guys, Since the database is done in SQL, it should be easy to display daily logs in a webpage. I have some guys who are voicetracking remotely and who don't have a linux box. Is there anyone who has some scripts to do this ? or could this already be a standard feature in RD ? Regards Peter

[RDD] Innodb or myisam ?

2013-02-07 Thread Peter Claes
Hi guys, I am still desperately looking for a Solution for my speed problem of sql 5.5. If I would alter All Tables to myisam -as it used to be prior 5.5- Will this increase access/operation speed of rivendell/mysql ? Regards Peter Verstuurd vanaf mijn iPhone

[RDD] Voicetrack save speed-up

2013-02-02 Thread Peter Claes
Hi guys, I am still having some issues with the voicetracker. When I hit the save button it takes about 3 minutes before it comes back to life, on localhost Mysql. I'm using mysql 5.5. Where would the delay be coming from ? Is there a way to speed this up ? Regards Peter

[RDD] Scheduler Codes mash-up when saving

2013-01-22 Thread Peter Claes - CLS bvbva
Hi Guys, I posted this problem a while ago, without respons. I made a screen-capture of my problem : http://www.youtube.com/watch?v=ETjSEiZ7ZnQ Each time I hit OK -thus saving the rules-, the rules are written in the wrong scheduler codes. Anyone ever seen this problem ? Regards Peter

[RDD] Slow voice tracker

2013-01-19 Thread Peter Claes
Hi All, Our rivendell system (2.2.0) is expanding well .. has been running a while non-stop. We didn't use the voicetracker yet, up until now. We tried to do some voice tracks, and got some questions about it. - It responds well to the first start button, track starts, pfl ok. - If I don't hit

Re: [RDD] simple setup-guide for networked rivendell

2013-01-13 Thread Peter Claes - CLS bvbva
of the audio on each machine, which gets you high availability as well as performance benefits to a centralized server. Cheers, James Harrison On 12/01/2013 23:34, Peter Claes - CLS bvbva wrote: James, If I use glusterFS .. you say I can replicate on the 2nd box. I have 2 exact identical machines

Re: [RDD] simple setup-guide for networked rivendell

2013-01-13 Thread Peter Claes - CLS bvbva
; Then restart the mysql service to take account of the bind changes (sudo service mysql restart) -Original Message- From: rivendell-dev-boun...@lists.rivendellaudio.org on behalf of Peter Claes - CLS bvbva Sent: Mon 14/01/2013 00:33 To: User discussion about the Rivendell Radio Automation System

Re: [RDD] simple setup-guide for networked rivendell

2013-01-13 Thread Peter Claes - CLS bvbva
Tested everything : Rdlogmanager is also greyed-out, except for close .. As is, Rdairplay, all buttons are grey Privilege fault ? ___ Rivendell-dev mailing list Rivendell-dev@lists.rivendellaudio.org

Re: [RDD] simple setup-guide for networked rivendell

2013-01-12 Thread Peter Claes - CLS bvbva
James, If I use glusterFS .. you say I can replicate on the 2nd box. I have 2 exact identical machines .. I have seen on the wiki page that you can create a hot standy host. Would this be a good way to create a hot standby host, replicating the /var/snd on both machines ? And replicating the

[RDD] Possible Bug / Fault in rdlogmanager

2012-12-27 Thread Peter Claes - CLS bvbva
Hello all, I have a bizarre fault in rdlogmanager. When I edit clocks, and I am entering scheduler rules, like Max.in a row, min wait, etc. and I hit OK, all values are saved 'one line up'. (regardless of what I sorted too) When I alter the last one, something happens that I can't compute, It

[RDD] rdlibrary cart selection

2012-12-25 Thread Peter Claes - CLS bvbva
Hello All, I have a practical question about rdlibrary I removed about a 100 double entries. As I ran rdimport (about 3 times 100 files) it filled in all the spots that opened where the deleted carts were. So far, no problem .. But when I wanted to find the imported carts to add the

Re: [RDD] rdlibrary cart selection

2012-12-25 Thread Peter Claes
That would be logical ... Now :) Verstuurd vanaf mijn iPhone Op 25-dec.-2012 om 23:57 heeft rugge...@gmail.com rugge...@gmail.com het volgende geschreven: My temp(import) Group is in the same number range as my MUSIC group is how I get around it. John On 12/25/2012 4:53 PM, Peter Claes

[RDD] Rule breaking and carts

2012-12-25 Thread Peter Claes - CLS bvbva
Hello all 'again', I have some pretty strict rules running, which the logmanager has to break now and then. I also have some schedule code for music specificely reserved for some hours (Polka's for the funny hours) I just recently added the carts. Now I see in the logs that logmanager resorts

Re: [RDD] Rdimport stopped working

2012-12-21 Thread Peter Claes
a dropbox via rdadmin and put the files in there, are they imported? -Original Message- From: rivendell-dev-boun...@lists.rivendellaudio.org on behalf of Peter Claes Sent: Thu 20/12/2012 15:13 To: User discussion about the Rivendell Radio Automation System Subject: Re: [RDD] Rdimport

Re: [RDD] Rdimport stopped working

2012-12-20 Thread Peter Claes
...@lists.rivendellaudio.org on behalf of Peter Claes Sent: Thu 20/12/2012 13:42 To: User discussion about the Rivendell Radio Automation System Subject: [RDD] Rdimport stopped working Hello All, I have my system running for a few weeks (ubuntu 12.04) Now i wanted to update some indents. But when i run

[RDD] Exit grids

2012-12-12 Thread Peter Claes
Hello, I am experiencing some problems with edit grids in rdlogmanager. When i installed rivendell, i added some clocks to fri. Sat. And monday ... Worked. Now, 3 weeks later, i wanted All the other clocks. But when i add these clocks, they dissapear after i close the grid editor ... If i

Re: [RDD] Exit grids

2012-12-12 Thread Peter Claes
Yes Verstuurd vanaf mijn iPhone Op 12-dec.-2012 om 20:26 heeft Daryl McQuinn darylmcqu...@gmail.com het volgende geschreven: Is it Ubuntu 12.04? Daryl McQuinn sent from my mobile device On Dec 12, 2012 1:19 PM, Peter Claes peterclsb...@gmail.com wrote: Hello, I am experiencing some

Re: [RDD] Exit grids

2012-12-12 Thread Peter Claes
ENGINE = MyISAM I did it on a backup database first. Hope this helps. Daryl McQuinn sent from my mobile device On Dec 12, 2012 1:30 PM, Peter Claes peterclsb...@gmail.com wrote: Yes Verstuurd vanaf mijn iPhone Op 12-dec.-2012 om 20:26 heeft Daryl McQuinn darylmcqu...@gmail.com het

Re: [RDD] Exit grids

2012-12-12 Thread Peter Claes
This is not doing the trick on my side. started mysql with user name and password, so far so good I can run a 'status' command, and it responds. if i enter ALTER TABLE SERVICES ENGINE = MyISAM nothing much happens, prompt is back immediatly .. thus i quit with ^c. Can I alter it in a file

Re: [RDD] Exit grids

2012-12-12 Thread Peter Claes
/2012 21:34, Peter Claes wrote: This is not doing the trick on my side. started mysql with user name and password, so far so good I can run a 'status' command, and it responds. if i enter ALTER TABLE SERVICES ENGINE = MyISAM nothing much happens, prompt is back immediatly .. thus i quit

Re: [RDD] Exit grids

2012-12-12 Thread Peter Claes
The Clock is called STDCLK1, so that should not pose a problem. but... you say 'SAVE' the 'GRID' ? = I can only 'EDIT' it in rdlogmanager. No Save button, nor is there a New button in the grid selection. Is this normal ? Also in the grid-view, there is only a CLOSE Button ... which is normal i

[RDD] Harmonic mixing implementation

2012-12-09 Thread Peter Claes
Hello, Did anyone experiment with the implemention of harmonic mixing in Rivendell ? I am relatively new to rivendell, I just installed a new System on our local radiostation. We play all genres. I would love to get have for smooth transistions. The best known app for this is Mixed in key ..

Re: [RDD] Harmonic mixing implementation

2012-12-09 Thread Peter Claes
Just to be clear .. MIK or Chordata, they don't generate any playlists or log. They just add data to the id3 metadata. They add the keynote and bpm. Number 1..12 and A..B for notes and major or minor. Using the camelot easymix wheel, you can determine which songs match. More info :