Re: [RDD] I broke it

2020-10-21 Thread Luigino Bracci
Did you try reverting the changes? It doesn't fix the problem?

El mié., 21 de oct. de 2020 a la(s) 15:03, Tim Camp (t...@dotcom1.net)
escribió:

> Greetings,
>
> Got a new install of 3.4.1 on centos7 using the rivendell-install from
> paravel.
> everything was working great.
> I made a change to the /etc/environment file to add a path and a couple of
> variables we need for console control.
> rebooted, now all rd applications respond with
> rdadmin: error while loading shared libraries: libqt-mt.so.3: cannot open
> shared object file: No such file or directory
>
> This file is not on the pc that I can find and it appears to be a qt3 file.
> I'm confused.
>
> Tim Camp
> WZEW-FM
>
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Ubuntu 20.04

2020-10-01 Thread Luigino Bracci
Has you tried with Debian 10?

El vie., 25 de sep. de 2020 a la(s) 08:45, Brian McGlynn (
bmcgl...@geneseemedia.net) escribió:

> Hi,
>
> It won't run on Ubuntu 20.04.  QT4 has been discontinued and the PPA with
> QT4 does not have MySQL support.
>
> Brian
>
> *--*
> *Brian P. McGlynn*
> 585-785-4495 x202
> bmcgl...@geneseemedia.net
>
>
> ᐧ
>
> On Thu, Sep 24, 2020 at 11:53 PM jorge soto  wrote:
>
>> Has anybody successfully configured, compiled and installed latest
>> rivendell on ubuntu 20.04?
>> If so, care to share how?
>>
>> Thanks.
>> ___
>> Rivendell-dev mailing list
>> Rivendell-dev@lists.rivendellaudio.org
>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>>
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Report format

2020-01-24 Thread Luigino Bracci
It would be great. I've made my own custom scripts using PHP (the language
I use most), but Python would be a better option.


El vie., 24 de ene. de 2020 a la(s) 11:43, Fred Gleason (
fr...@paravelsystems.com) escribió:

>
> What I’m considering right now is adding a facility that would allow sites
> to add custom reports by means of a Python module (similar to the existing
> PyPAD system). Would this be of use to anyone?
>
>
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Testing Rivendell and QT3 .deb packages for Ubuntu 18.04

2018-10-29 Thread Luigino Bracci
El sáb., 27 de oct. de 2018 a la(s) 11:08, Gregory Avedissian (
avedis...@gmail.com) escribió:

>
> I'm having some problems installing the debs. I did a fresh install of
> ubuntu-18.04. The qt packages won't install because libpng12-0 and
> libpng12-dev are missing. These are debian jessie versions. Ubuntu-18.04
> (and stretch) have libpng16-16.
>

Unfortunelly, QT3 requires libpng12, as it includes a custom libpng12
version in their source code. Modifying the QT3 source code to use
libpng16-16 is something out of my reach.

I suggest to use the libpng12 packages from Ubuntu Xenial or Debian Jessie,
if possible.

I'm making a step-by-step mini-guide specifying everything needed to
install Rivendell from a fresh install of Ubuntu 18.04.


>
> I downloaded the missing packages from jessie and installed them without
> problems. The qt debs installed, hpi and rivendell debs all installed, but
> rivendell did not create a database. Mysql-server was not installed at the
> time, so I added mysql-server-5.7 and reinstalled rivendell. No change -
> can't log in through rdadmin and no Rivendell database exists (no
> /var/lib/mysql/Rivendell). I can log in to mysql as root in a terminal,
> but rduser does not exist in mysql.users.
>

What error message did rdadmin give?

Did you drop any Rivendell database and tried again? I'll try to test this
again tonight.


>
> Tried to purge rivendell before reinstalling again, and the postrm script
> failed because /etc/pam.d/gdm3 does not exist. I edited the postrm script
> to make those lines conditional and was able to purge rivendell.
>
>
Thanks you, I'll update the package with your changes. I will make a git
repo in a few days.
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] myQSL Admin/RDADMIN access

2018-10-21 Thread Luigino Bracci
 Maybe MySQL is not correctly installed? Try removing mysql-server and
mysql-server-5.7, then run sudo apt-get clean and sudo apt-get autoremove
and try to install both packages again.

El dom., 21 de oct. de 2018 a la(s) 19:34, Pedro Picoto (
pedro.pic...@gmail.com) escribió:

> Hmmm Upon
>
> # Stop MySQL
> sudo service mysql stop
>
> "Failed to stop mysql.service: Unit mysql.service not loaded."
>
>
> On Sun, Oct 21, 2018 at 10:37 PM Luigino Bracci  wrote:
>
>> Maybe you need to reset the password of the MySQL user.
>>
>> Remember that, in MySQL 5,7 (the one that comes with Ubuntu 18.04), you
>> must be sudo to access the MySQL root user ("sudo mysql -u root -p").
>>
>> If you don't remember the MySQL's root password, follow this guide:
>>
>>
>> https://coderwall.com/p/j9btlg/reset-the-mysql-5-7-root-password-in-ubuntu-16-04-lts
>>
>> Regards
>>
>>
>>
>> El dom., 21 de oct. de 2018 a la(s) 11:24, Pedro Picoto (
>> pedro.pic...@gmail.com) escribió:
>>
>>> Thank you all!
>>> "Unable to connect to mySQL"
>>> Something messed up  on the setup process, for sure. But what?...
>>>
>>> On Sun, Oct 21, 2018 at 3:33 PM Fred Gleason 
>>> wrote:
>>>
>>>> On Oct 21, 2018, at 07:54, Pedro Picoto  wrote:
>>>>
>>>> Following the offer of the fellow member Luigino Bracci, I've
>>>> downloaded and installed the packages but now I'm stucked 'cause *I
>>>> don't remember the user/pw* for the first ride on the *rdadmin.*
>>>> It's been a very long time since I played with Rivendell, hence this
>>>> blank spot (perhaps lots of others too) in my brain…
>>>>
>>>>
>>>> ‘admin’ with no p/w.
>>>>
>>>> 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
>>>>
>>> ___
>>> Rivendell-dev mailing list
>>> Rivendell-dev@lists.rivendellaudio.org
>>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>>>
>>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] myQSL Admin/RDADMIN access

2018-10-21 Thread Luigino Bracci
Maybe you need to reset the password of the MySQL user.

Remember that, in MySQL 5,7 (the one that comes with Ubuntu 18.04), you
must be sudo to access the MySQL root user ("sudo mysql -u root -p").

If you don't remember the MySQL's root password, follow this guide:

https://coderwall.com/p/j9btlg/reset-the-mysql-5-7-root-password-in-ubuntu-16-04-lts

Regards



El dom., 21 de oct. de 2018 a la(s) 11:24, Pedro Picoto (
pedro.pic...@gmail.com) escribió:

> Thank you all!
> "Unable to connect to mySQL"
> Something messed up  on the setup process, for sure. But what?...
>
> On Sun, Oct 21, 2018 at 3:33 PM Fred Gleason 
> wrote:
>
>> On Oct 21, 2018, at 07:54, Pedro Picoto  wrote:
>>
>> Following the offer of the fellow member Luigino Bracci, I've downloaded
>> and installed the packages but now I'm stucked 'cause *I don't remember
>> the user/pw* for the first ride on the *rdadmin.*
>> It's been a very long time since I played with Rivendell, hence this
>> blank spot (perhaps lots of others too) in my brain…
>>
>>
>> ‘admin’ with no p/w.
>>
>> 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
>>
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] (En español) Probando paquetes de Rivendell y QT3 para Ubuntu 18.04

2018-10-18 Thread Luigino Bracci
Hola,

Hemos creado paquetes para Rivendell 2.19.2 para Ubuntu 18.04, con *fines
de prueba*. También hemos creado paquetes para QT3, requeridos para
instalar Rivendell.

Los paquetes están basados en el trabajo de Alban Peignier, actualizándolo
para que funcione en el más reciente LTS de Ubuntu. Por favor, tengan en
mente que yo no tengo mucha experiencia empaquetando, y que estos paquetes
pueden dar problemas inesperados. La idea es ayudarnos entre todos a
mejorarlos; por favor, tengan paciencia. El código fuente de los paquetes
está incluido en el .tar.gz.

Los archivos pueden descargarse desde:

64-bit
http://albaciudad.org/wp-content/uploads/2018/10/rivendell-2.19.2-amd64.tar.gz

32-bit
http://albaciudad.org/wp-content/uploads/2018/10/rivendell-2.19.2-i386.tar.gz

Dentro del .tar.gz podrán encontrar una carpeta qt3 con todos los paquetes
QT. También podrán encontrar una carpeta hpi con todos los paquetes libhpi.

Pueden instalarlos, descomprimiendo el tar.gz en una carpeta y ejecutando
"sudo dpkg -i qt3/*.deb" y "sudo dpkg -i hpi/*.deb".

Luego, hay que instalar los cuatro paquetes de Rivendell usando "sudo dpkg
-i *.deb"

LES RECUERDO que Rivendell-server (el paquete de servidor) también exige
instalar Apache2 y Mysql-server

Más adelante intentaré publicar una guía de cómo hacer estos paquetes, por
si a lguien quiere regenerarlos para Debian, Canaima u otras distribuciones
basadas en Debian o Ubuntu.

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


[RDD] Testing Rivendell and QT3 .deb packages for Ubuntu 18.04

2018-10-18 Thread Luigino Bracci
Hi,

We have created Rivendell 2.19.2 .deb packages for Ubuntu 18.04, *for
testing purposes*. Also, we created packages for QT3, required to install
Rivendell.

The packages are all based in the work of Alban Peignier, updating it to
the latest Ubuntu LTS. Keep in mind that I do not have much experience in
packaging, and that packages can have problems. Please be patient and help
me to improve them. The source code of the packages is included in the
.tar.gz.

All the files can be downloaded from:

64-bit
http://albaciudad.org/wp-content/uploads/2018/10/rivendell-2.19.2-amd64.tar.gz

32-bit
http://albaciudad.org/wp-content/uploads/2018/10/rivendell-2.19.2-i386.tar.gz

Inside the .tar.gz file you can see a qt3 folder, with all the QT packages.
Also, you can find a hpi folder with the required libhpi packages.

You can install it by uncompressing it in a folder, running "sudo dpkg -i
qt3/*.deb" and "sudo dpkg -i hpi/*.deb".

Then, install the four rivendell .deb packages using "sudo dpkg -i *.deb"

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


Re: [RDD] Paquetes.

2018-08-09 Thread Luigino Bracci
Hola Juan Carlos,

Ya logré hacer paquetes de Qt3 para Ubuntu 18.04, y también hice paquetes
de Rivendell 2.7 (que es lo que aún usamos donde trabajo), pero no de la
última versión 2.19, que es el que se necesita para que sea compatible con
las versiones de MySQL y MariaDB que vienen con ese Ubuntu. Lamentablemente
no soy muy ducho empaquetando o haciendo repositorios y tengo otras
prioridades en el trabajo, pero puedo pasártelo por email para ver qué
puedes hacer.

In english:

I just finished making Qt3 packages for Ubuntu 18.04, and I also made
packages of Rivendell 2.7 (the one we still use where I work), but not of
the latest version 2.19, which is what everyone needs because it's the
version compatible with latest MySQL / MariaDB coming with Ubuntu
18.04. Unfortunately,
I am not very good at packing / making repositories and I have other
priorities at my work, but I can pass the packages to you by email and you
try to make them work.


El 8 de agosto de 2018, 11:29, juan carlos navarro hernandez<
juancn...@gmail.com> escribió:

> Desde la versión de Debian Jessie no he podido actualizar a la ultima
> versión de Rivendell, ni tampoco instalarlo en versiones mas actuales como
> Ubuntu 18.04 o Debian 9.
>
> ¿alguien sabe como hacer esto por favor y que me pueda guiar en el proceso?
>
> --
> Juan Carlos Navarro Hernandez.
> http://tecnolibre.com.ve/
> juancn...@joindiaspora.com
> Twitter: @juancnh80
>
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Sound cards

2018-07-05 Thread Luigino Bracci
Thanks you. I tested a Digigram VX222-V2 a long time ago (maybe 2010) using
Ubuntu, but this card was too unstable at the moment. Maybe I should test
it again.

2018-07-05 17:16 GMT-04:00 Brandon :

> One station is running on Debian 8 Jessie... and another station is
> running Mint 17.1.
>
> Both run Rivendell (GASP!) 2.10.3 with the older Tryphon packages for ease
> and stability with Debian.
>
> Both machines are mission critical, so I'll probably migrate them over
> when I feel like the latest RD is
>
> stable in the Debian environment without things breaking (mostly QT and
> SQL issues, not directly related to RD --
>
> I don't have the time to compile from scratch and troubleshoot.)
>
>
>
> On Wed, Jul 4, 2018 at 7:32 AM, Luigino Bracci  wrote:
>
>> What Linux distro are you using?
>>
>> 2018-07-03 21:27 GMT-04:00 Brandon :
>>
>>> We're using the Digigram VX222-HR PCI Soundcard with 2+2 Analog+AES/EBU
>>> balanced XLR i/o.
>>>
>>> Probably one of the best sub $500 broadcast soundcards. Standard alsa
>>> drivers work out of the box.
>>>
>>>
>>>
>>> On Tue, Jul 3, 2018 at 6:14 PM, al davis  wrote:
>>>
>>>> On Tue, 3 Jul 2018 14:29:55 -0400 (EDT)
>>>> Rob Landry <41001...@interpring.com> wrote:
>>>> > What are folks using these days for sound cards, particularly on
>>>> machines
>>>> > with only PCI express slots?
>>>>
>>>> My favorite so far for that is the ASUS Xonar DX.
>>>>
>>>> Sound quality is better than most .. quieter than most, a little higher
>>>> output than most, has an extra cable inside for analog power.
>>>>
>>>> Full 7.1 analog .. that Rivendell can use as 4 separate stereo outputs.
>>>> (cue/library, rdairplay, rdcatch, panel).
>>>> ___
>>>> Rivendell-dev mailing list
>>>> Rivendell-dev@lists.rivendellaudio.org
>>>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>>>>
>>>
>>>
>>>
>>> --
>>> Brandon Anjeleno
>>> Subliminal Radio <http://subliminalradio.net/popup-player>
>>>
>>>
>>> ___
>>> Rivendell-dev mailing list
>>> Rivendell-dev@lists.rivendellaudio.org
>>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>>>
>>>
>>
>
>
>
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Sound cards

2018-07-04 Thread Luigino Bracci
What Linux distro are you using?

2018-07-03 21:27 GMT-04:00 Brandon :

> We're using the Digigram VX222-HR PCI Soundcard with 2+2 Analog+AES/EBU
> balanced XLR i/o.
>
> Probably one of the best sub $500 broadcast soundcards. Standard alsa
> drivers work out of the box.
>
>
>
> On Tue, Jul 3, 2018 at 6:14 PM, al davis  wrote:
>
>> On Tue, 3 Jul 2018 14:29:55 -0400 (EDT)
>> Rob Landry <41001...@interpring.com> wrote:
>> > What are folks using these days for sound cards, particularly on
>> machines
>> > with only PCI express slots?
>>
>> My favorite so far for that is the ASUS Xonar DX.
>>
>> Sound quality is better than most .. quieter than most, a little higher
>> output than most, has an extra cable inside for analog power.
>>
>> Full 7.1 analog .. that Rivendell can use as 4 separate stereo outputs.
>> (cue/library, rdairplay, rdcatch, panel).
>> ___
>> Rivendell-dev mailing list
>> Rivendell-dev@lists.rivendellaudio.org
>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>>
>
>
>
> --
> Brandon Anjeleno
> Subliminal Radio 
>
>
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] RdAirplay Log panel columns

2018-06-23 Thread Luigino Bracci
Please, could you consider running a crowdfunding campaign, or maybe other
collective financing mechanisms, to raise enough money to hire one or more
programmers needed to help Fred to upgrade Rivendell to Qt5? I think it's
very important, not only for Rivendell to be easily installed in
Debian-based distributions, but for the advantages that the user interface
would have when running in Qt5.

2018-06-22 14:34 GMT-04:00 Cowboy :

> On Fri, 22 Jun 2018 14:06:42 -0400
> Luigino Bracci  wrote:
>
> > Please, upgrade to Qt5 :'(
> >
> > 2018-06-22 10:09 GMT-04:00 Fred Gleason :
>
> > > One of the most commonly requested features! Unfortunately, also nearly
> > > impossible with the current GUI toolkit (Qt3). :(
>
>  You do understand that *IF* I could get Fred to drop everything ( which
> would
>  include support for "my stuff" ) and work exclusively on "upgrading" QT
>  that you could start expecting to see a first version around July of 2019
> ?
>  ( if things went really well, maybe May )
>
>  I already know that it's on the list, but I wouldn't hold my breath.
>
> --
> Cowboy
>
> We should start referring to processes which run in the background by
> their
> correct technical name... paenguins.
> -- Kevin M. Bealer, commenting on the penguin Linux logo
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] RdAirplay Log panel columns

2018-06-22 Thread Luigino Bracci
Please, upgrade to Qt5 :'(

2018-06-22 10:09 GMT-04:00 Fred Gleason :

> On Jun 22, 2018, at 09:52, Stan Fotinos  wrote:
>
> Locking down the order and width would be a great addition!
>
>
> One of the most commonly requested features! Unfortunately, also nearly
> impossible with the current GUI toolkit (Qt3). :(
>
> 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
>
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] [RDP] Rivendell v2.13.0

2016-05-11 Thread Luigino Bracci
Hi Fred, thanks you so much for this update.

Can you give us more details about the "rlm_walltime" RLM?

Thanks you.

2016-05-10 15:44 GMT-04:00 Fred Gleason :

> On behalf of the entire Rivendell development team, I'm pleased to
> announce the availability of Rivendell v2.13.0.  Rivendell is a
> full-featured radio automation system targeted for use in professional
> broadcast environments. It is available under the GNU General Public
> License.
>
> From the NEWS file:
> *** snip snip ***
> Changes:
>New RLM.  Added a 'rlm_walltime' RLM for the Paravel Systems WallTime
>clock.
>
>New Utility.  Added an rdexport(8) command utility.  See the rdexport(1)
>man page for details.
>
>New Report.  Added a 'Cut Log' report that includes the Description
>field for played events.
>
>Various other bug fixes.  See the ChangeLog for details.
>
> Database Update:
>This version of Rivendell uses database schema version 255, and will
>automatically upgrade any earlier versions.  To see the current schema
>version prior to upgrade, see RDAdmin->SystemInfo.
>
>As always, be sure to run RDAdmin immediately after upgrading to allow
>any necessary changes to the database schema to be applied.
> *** snip snip ***
>
> Further information, screenshots and download links are available at:
>
> http://www.rivendellaudio.org/ 
>
> Cheers!
>
>
> |--|
> | Frederick F. Gleason, Jr. |  Chief Developer |
> |   |  Paravel Systems |
> |--|
> |  A room without books is like a body without a soul. |
> | -- Cicero|
> |--|
>
> ___
> Rivendell-prog mailing list
> rivendell-p...@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-prog
>
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] RDAirPlay/Xorg crash

2015-11-12 Thread Luigino Bracci
It's important to finish porting Rivendell to QT4 or maybe QT5.
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Drag-and-drop wrapup

2014-01-23 Thread Luigino Bracci
Excellent!

+1

2014/1/22 Fred Gleason fr...@paravelsystems.com


 Am I understanding this correctly?

 Cheers!

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


[RDD] Problems with foreign characters (was: Rivendell 2.7.0)

2014-01-23 Thread Luigino Bracci
Hi Fred,

This happens when you try to delete a log in RdLogEdit:

http://i44.tinypic.com/282ko40.jpg
(other texts with foreign characters are show fine in RdLogEdit)

In RdAdmin, when you specify the description in Groups, Scheduler Codes or
User List, most of the foreign characters are replaced with ??.

Groups
http://i42.tinypic.com/2lsjv6d.png

Scheduler Codes
http://i39.tinypic.com/ne1hw.png

Users
http://i39.tinypic.com/2zs3b7s.jpg

This happens in the Production_SRT table, too: foreign characters in fields
like TITLE, ARTIST and others are replaced with ??.

Regards!

2014/1/22 Morten Krarup Nielsen morte...@gmail.com




 2014/1/21 Fred Gleason fr...@paravelsystems.com

 On Jan 21, 2014, at 03:49 25, Morten Krarup Nielsen morte...@gmail.com
 wrote:

  It would be nice, if this consistency Rivendell is aiming for also
 included accented/foreign characters :-) In some modules they look right,
 in other modules they doesn’t

 I’m game, but I’ll need some help from you folks, as my dev setup doesn’t
 use such characters.

 Where are the trouble spots?



 This sounds awesome. It causes so much trouble, that our Danish characters
 isn't (fully) supported.

 In RDAirPlay, the song Kære Lillesøster by Danser med Drenge shows up
 correctly in the playlist, but you can't search for titles with foreign
 characters (see http://i42.tinypic.com/20r4mbr.png)

 In RdLibrary you also can't search for titles containing foreign
 characters (or you have to search for a different part of the song - new
 users/presenters can't understand this). Also when you create a new cart
 containing foreign characters and click ok, the characters is replaced by a
 ? (see http://i44.tinypic.com/2hmoa5u.png)

 In RDLogEdit the problem is the same when adding and searching for carts.
 In Voicetracker the characters is looking weird (not a real problem, but
 maybe confusing, see http://i39.tinypic.com/2r20o3s.png)


 icecast2.rlm also outputs the foreign characters in a strange way, which
 causes problems with our stream-metatag and online playlist.

 At last I run a MySQL command every week to generate our weekly
 airplay-chart into a text-file - and this file also has the problem with
 foreign characters

 I hope it's possible to fix - this will make our work easier and help
 adopt Rivendell in Europe.

 Thank you!

 Kind regards,

 Morten
 www.radiomax.dk

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


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


Re: [RDD] Configuring cart search limits [WAS: Rivendell 2.7.0]

2014-01-22 Thread Luigino Bracci
A single setting for each workstation is a good idea.

2014/1/21 Fred Gleason fr...@paravelsystems.com

 On Jan 21, 2014, at 09:39 42, Lorne Tyndale ltynd...@tyndaleweb.com
 wrote:

 1) A single setting setting controls the default throughout the modules


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


Re: [RDD] Rivendell 2.7.0

2014-01-21 Thread Luigino Bracci
Hi Alban,

Trying to install the packages with dpkg -i, I got dependency problems in
Ubuntu Studio 12.04 64-bit (full output in http://pastebin.com/KsJMw1Xw):

=
dpkg: dependency problems prevent configuration of rivendell:
 rivendell depends on libflac++6 (= 1.3.0); however:
  Version of libflac++6 on system is 1.2.1-6.
 rivendell depends on libflac8 (= 1.3.0); however:
  Version of libflac8 on system is 1.2.1-6.
 rivendell depends on libsoundtouch0 (= 1.7.1-3~); however:
  Version of libsoundtouch0 on system is 1.6.0-2build1.
=

Bye!


2014/1/21 Alban Peignier al...@tryphon.eu

 Hi all,

 Rivendell 2.7.0 packages for Debian and Ubuntu are available for review.

 See instructions on the dedicated wiki page : http://l.tryphon.eu/1751af

 Regards,
 --
 Alban Peignier - al...@tryphon.eu

 Tryphon : Radio, Web et Logiciels Libres
 http://www.tryphon.eu
 ___
 Rivendell-dev mailing list
 Rivendell-dev@lists.rivendellaudio.org
 http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

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


Re: [RDD] %d field in rdairplay

2014-01-21 Thread Luigino Bracci
%R and %r used to be newline (MS-DOS and Unix, respectively), now they are
Conductor.

I've replaced with \n and everything works again.


2014/1/21 Fred Gleason fr...@paravelsystems.com

 On Jan 21, 2014, at 09:53 42, Lorne Tyndale ltynd...@tyndaleweb.com
 wrote:

  If I change that field in rdadmin to something else (for example, if I
  put %t or %a in the description field) it'll pick up the title or artist
  correctly.

 Put ‘%i’ in the description field to get the original behavior.

 For a list of all of the supported wildcards, see the ‘Format String’
 section in ‘conf/rlm_udp.conf’.


  Can anyone else confirm this behaviour, or is it just my test system?

 It’s a bug — the routine that creates new DBs inserted the incorrect
 default wildcard.  Fixed in CVS-v2_branch.

 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

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


Re: [RDD] Rivendell 2.7.0

2014-01-19 Thread Luigino Bracci
Another suggestion: check the Human Interface Guidelines from Gnome, KDE or
maybe other OS.

Gnome
https://developer.gnome.org/hig-book/stable/input-mouse.html (see 10.1.3)

KDE
http://techbase.kde.org/Projects/Usability/HIG (but I can't find anything
about drang and drop)

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


Re: [RDD] Updates

2014-01-19 Thread Luigino Bracci
Hi Alban,

I tried to clone your Rivendell repository using Git, following
instructions in [1], but I got Rivendell 2.1.4 and not 2.6.2. Am I doing
something wrong?

[1] http://projects.tryphon.eu/projects/rivendell2-debian/wiki

Thanks you!






2014/1/18 al...@tryphon.eu

 Hi Pedro,

 We worked on 2.6.1 et 2.6.2 [0] which are available for review :

 http://projects.tryphon.eu/projects/rivendell2-debian/wiki/Install_preview_packages
 .

 We're often waiting few days before updating the Tryphon repository to
 have package users feedback. But Fred is releasing too often :)

 You can download and test 2.6.2 packages. We're preparing 2.7.0 ones.

 Regards,

 0. https://twitter.com/tryphon/status/419496412691181568


 --
 Alban Peignier - al...@tryphon.eu

 Tryphon - http://tryphon.eu
 Radio, web et logiciels libres
 ___
 Rivendell-dev mailing list
 Rivendell-dev@lists.rivendellaudio.org
 http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

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


Re: [RDD] Rivendell 2.7.0

2014-01-18 Thread Luigino Bracci
Drag and drop between windows is a excellent feature: you can built a log
even faster than before!

But it can problematic in RDAirPlay: it's too easy to *accidentally* change
the carts inside the button panel. If you start dragging from a button, and
drop in another button, the cart in the second button will be replaced with
the cart from the dragged button, and I know this will give us problems,
because the radio operators will change carts in the button panel
accidentally and they will not fix it.

A good sollution could be to disable drag-and-drop between buttons in the
button panel, until the user press the Configure button. Dragging a cart
from the button panel and drop it in the Main Log is a great feature, this
should not be touched ;)

Bye!

2014/1/18 Hoggins! fucks...@wheres5.com


 Our presenters are from all ages. We are a student radio, but some
 people are not students anymore. Surprisingly, the older people are
 not the ones that experience issues using our computers (well, maybe
 this article explains a lot :
 http://www.coding2learn.org/blog/2013/07/29/kids-cant-use-computers/). I
 only mostly it's buggy or it's not working from the youngest ones
 (18 to 25yo), and it is often because a Gnome desktop effect is moving
 all the windows, or simply because their USB key is dead, or badly
 plugged. Sigh.

 Anyway, sometimes I think it is right to be able to say something like :
 I know what is good for you, trust me, you don't need this drag'n'drop
 feature. For what I can see, this is much more prone to errors than the
 simple multiple click pattern that we are used to work with on Rivendell.

 So yes, I'm pushing in the other way, and if is possible, it would be
 great to simply disable this feature on admin level in a future release.

 Currently, there are neat features that showed since 2.6.2, but I won't
 upgrade until I have a way to prevent the use of this.

 Hoggins!
 
   Is there a way to disable it from RDAdmin ?
  No, not at present.
 
  Cheers!

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

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


Re: [RDD] Help

2014-01-18 Thread Luigino Bracci
We are using KXStudio 12.04; it's based in Ubuntu Studio, but with
modifications, scripts and applications (like Cadence, Catia, etc.) to ease
the interaction between Pulseaudio and Jack.

Check it in http://kxstudio.sourceforge.net or download the live DVD in
http://kxstudio.sourceforge.net/Downloads
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Two problems in RDLogManager 2.7.0

2014-01-18 Thread Luigino Bracci
Hi guys,

Testing the new Rivendell 2.7.0 I've tried to generate a log from
RdLogManager. I'm using the template name Production-%m%d (it's the name
assigned by rdsvc.cpp, line 1097), but the generated log is empty.
RDLogMnager generated many errors in console:

Invalid SQL or  failed DB connection[You have an error in your SQL syntax;
check the manual that corresponds to your MySQL server version for the
right syntax to use near '-0120_LOG set ID=0,COUNT=0,TYPE=0,
SOURCE=2,START_TIME=7560,GRACE_TIM' at line 1 QMYSQL3: Unable to
execute query]: insert into Production-0120_LOG set ID=0,COUNT=0,TYPE=0,
  SOURCE=2,START_TIME=7560,GRACE_TIME=0,
CART_NUMBER=10005,TIME_TYPE=0,POST_POINT=N,
TRANS_TYPE=0,EXT_START_TIME=21:00:00,
EVENT_LENGTH=90
Database connection failed: insert into Production-0120_LOG set
ID=0,COUNT=0,TYPE=0, SOURCE=2,START_TIME=7560,GRACE_TIME=0,
CART_NUMBER=10005,TIME_TYPE=0,POST_POINT=N,
TRANS_TYPE=0,EXT_START_TIME=21:00:00,
EVENT_LENGTH=90
Database connection restored.
_

Apparently the problem is in rdevent_line.cpp,
in RDEventLine::generateLog(), lines 793 and 817: It is needed to use
backquotes surrounding the name of the table, so using a dash in the name
of the template (and the SQL table) doesn't break the log generation.

  sql=QString().sprintf(insert into `%s_LOG` set
ID=%d,COUNT=%d,TYPE=%d,\

  sql=QString().sprintf(insert into `%s_STACK` set (...)

Once I placed this, I have no more errors and the log was generated as
expected.

The other problem is with the clocks. I've created a new clock called
Torta, code CO, then I pressed Edit grid in RDLogManager and then
pressed Change All to assign the clock Torta to all the buttons in the
grid.

When I close the edit grid window and I open it again, buttons from monday
to thursday (11-12) are updated with the clock Torta, but the others
aren't.

In the console, RDLogManager showed these errors after using the Change
All button:
_

Invalid SQL or  failed DB connection[Row size too large ( 8126). Changing
some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or
ROW_FORMAT=COMPRESSED may help. In current row format, BLOB prefix of 768
bytes is stored inline. QMYSQL3: Unable to execute query]: update SERVICES
set CLOCK84=Torta where NAME=Production

Database connection failed: update SERVICES set CLOCK84=Torta where
NAME=Production
Database connection restored.
.
.
.
_

(This error repeats with each CLOCKnnn field from CLOCK84 to CLOCK167)

I'm using the DB structure from a recently installed Rivendell with no
modifications, using Mysql 5.5.34 in Ubuntu Studio 12.04. The table engine
is InnoDB.

Apparently the problem is that a row in a InnoDB table can't exceed 8126
characters, but there are 168 CLOCK fields in every row in the SERVICES
table, each one is CHAR(64) (168 * 64 = 10752 characters). I don't
understand why this problem hasn't occurred before, maybe it's something
new in Mysql or maybe I'm doing something wrong. But this is my first time
using the Changel all button.

Googling this problem, some people suggests to create the table with the
parameters ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED, or use the new
format Barracude available from Mysql-server 5.5.29 (see
http://stackoverflow.com/questions/15585602/change-limit-for-mysql-row-size-too-large
).

Another idea could be to shorten the clock's NAME field from CHAR(64) to
CHAR(32), or maybe using the clock's SHORT_NAME (it's a CHAR(8)) as primary
index, and not the clock's NAME.

Bye, and sorry for my bad english.
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Two problems in RDLogManager 2.7.0

2014-01-18 Thread Luigino Bracci
2014/1/19 Sébastien Leblanc leblancse...@gmail.com


 I think that the only supported database engine for Rivendell is MyISAM,
 which is the engine that Rivendell should have used when creating your
 databases.


Thanks you! Changing the engine to MyISAM in the SERVICES table fixed the
problem. The default engine is InnoDB as of MySQL 5.5.5 (in Ubuntu 12.04,
MySQL version is 5.5.34), so it's important to change the engine after
installing Rivendell the first time.

It would be nice that Rivendell specify the MyISAM engine when creating new
tables (in createdb.cpp).

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


Re: [RDD] Serious issue when recording in RDCatch

2013-11-08 Thread Luigino Bracci
Just for reference, we had a similar issue with our M-Audio 1010 last week:
a hum noise suddenly appeared in the outputs; apparently something in the
box is damaged. Unfortunely the card is still on warranty so we can't fix
it by ourselves (it would be faster, now we must wait some weeks or months
while our provider send it to USA).

Bye :(


2013/11/7 Lorne Tyndale ltynd...@tyndaleweb.com

 Dan,

 I don't know if this could be similar to your issue, but I recently ran
 into a similar situation on a M-Audio Delta 1010 card (the one with the
 rack-mount breakout box).

 The machine I had issues with is not running Rivendell - in fact it is a
 Windows box set up to stream audio from 3 radio stations.  The inputs /
 outputs on the 1010 suddenly stopped working and would either produce
 white noise, hum, or silence.  All 3 streams stopped working properly on
 the same day.

 In the end it turned out to 2 things - inside the breakout box I found a
 bad voltage regulator and a bad capacitor.  Replacing them both and my
 m-audio 1010 is working fine.

 Just something to consider, your difficulty may not be software related.

 Lorne Tyndale


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


Re: [RDD] Qt3 vs. Qt4 [WAS: Rivendell-dev Digest, Vol 5, Issue 9]

2013-09-25 Thread Luigino Bracci
I hoped that Rivendell in Qt4 should fix the internationalization problems
that Rivendell-Qt3 have with special characters :(


2013/9/25 Alban Peignier al...@tryphon.eu

 Hi all,

 Fred Gleason wrote:

  One of the great things about Open Source is that Qt3 will always be
  available, so there is really no compelling need to make this
  change.

 It's certainly true for most of libraries. But Qt3 has a lot of
 dependencies [0]. Even if we manage to provide Qt3 for new Debian /
 Ubuntu releases, the Qt3 dependency will become a problem. We just don't
 know when.

 A Qt4 rewrite is a big challenge too. So no good solution for the moment
 :-/

 [0] at least : http://packages.debian.org/squeeze/libqt3-mt
 --
 Alban Peignier - al...@tryphon.eu

 Tryphon : Radio, Web et Logiciels Libres
 http://www.tryphon.eu
 ___
 Rivendell-dev mailing list
 Rivendell-dev@lists.rivendellaudio.org
 http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

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


Re: [RDD] icecast/darkice help

2013-04-30 Thread Luigino Bracci
You can use soundconverter (in Ubuntu: sudo apt-get install
soundconverter), it's a program with GUI you can use to batch convert
hundred of sound files froma  formato to another.


2013/4/30 Wayne Merricks waynemerri...@thevoiceasia.com

 Hi,

 Rivendell doesn't import wma files.  Without resorting to ffmpeg, have a
 look at Audacity chains to batch convert them, only downside is Audacity
 spawns lots of progress windows that steal focus while it does it so it
 can be frustrating if you're trying to use your PC while the batch is
 going.

 Regards,

 Wayne

 On 30/04/13 12:54, Jorge wrote:
  Thanks everyone for your help and suggestions. Turns out I was missing a
 password. I will run with this for now and I'll see if I can get it to work
 with liquidsoap.  I have another question now. I have about 80 gigs worth
 of music on an external drive that I want to load into rdlibrary, the files
 are labeled as wma and some as mp3 but when I try to import into rdlibrary
 I get a transcoding error. Now if I first import to audacity and then
 export them as mp3 then import to rdlibrary they work fine. Any ideas on
 this? I'm running rivendell 2.5.0 on ubuntu 11.04.
 
  T-Mobile, America's First Nationwide 4G Network
  Sent by Samsung Mobile
 
  Wayne Merricks waynemerri...@thevoiceasia.com wrote:
 
  I agree, Liquidsoap is the way to go. Getting darkice to work reliably
  was something I gave up on in the end.  I think the best up time I had
  was about 6 weeks.
 
  I have a guide on pastebin (http://pastebin.com/u/MezzFA0) for
  liquidsoap, JACK and rotter using Ubuntu server.  Since I set it up
  about a year ago its still working fine without any intervention.  The
  bonus is by using upstart scripts to get everything going, if any
  component fails it will auto restart (I tested it by killing random
  processes but as far as I can tell nothing has broken since then).
 
 
  Regards,
 
  Wayne
 
  On 30/04/13 07:34, MICHAEL SMITH wrote:
  I have to confess I abandoned Darkice as I had a lot of issues with it
  glitching. Liquidsoap has lots more options and seemed a lot more
  stable... although we were using an old vs of Darkice and I hear
  things have improved.
 
  What OS are you using? Are you using the latest DarkIce? Have you got
  the latest Jack? Jack and Darkice need to run as the same user.
 
  The DarkIce config that worked for us was:
 
  # sample DarkIce configuration file, edit for your needs before using
  # see the darkice.cfg man page for details
 
  # this section describes general aspects of the live streaming session
  [general]
  duration  = 0# duration of encoding, in seconds. 0 means
 forever
  bufferSecs  = 10 # size of internal slip buffer, in seconds
  reconnect = yes   # reconnect to the server(s) if disconnected
  #realtime= no
  #rtprio= 4
 
  # this section describes the audio input that will be streamed
  [input]
  device  = jack_auto
  sampleRate  = 48000 # sample rate in Hz. try 11025, 22050 or 44100
  bitsPerSample = 16# bits per sample. try 16
  channel = 2 # channels. 1 = mono, 2 = stereo
 
  #[file-0]
  #bitrateMode= cbr
  #format= vorbis
  #bitrate= 192
  #fileName= /home/hamster/backup.ogg
 
  # this section describes a streaming connection to an IceCast2 server
  # there may be up to 8 of these sections, named [icecast2-0] ...
  [icecast2-7]
  # these can be mixed with [icecast-x] and [shoutcast-x] sections
  [icecast2-0]
  bitrateMode = abr   # average bit rate
  format  = vorbis# format of the stream: ogg vorbis
  bitrate = 128# bitrate of the stream sent to the server
  server  = server.co.uk
   # host name of the server
  port  = 8000  # port of the IceCast2 server, usually 8000
  password  = password1# source password to the IceCast2 server
  mountPoint  = radiostation.ogg  # mount point of this stream on the
  IceCast2 server
  name  = Name of station - High Quality OGG stream
   # name of the stream
  description = description
   # description of the stream
  url = http://www.mysite.org.uk/listen
   # URL related to the stream
  genre = genre# genre of the stream
  public  = yes   # advertise this stream?
 
 
 
 
  *From:* Jorge Soto jsot...@yahoo.com
  *To:* User discussion about the Rivendell Radio Automation System
  rivendell-dev@lists.rivendellaudio.org
  *Sent:* Tuesday, 30 April 2013, 4:15
  *Subject:* [RDD] icecast/darkice help
 
 
 
  Hello,
  I am trying to set up Icecast2 and darkice but I just can seem to get
  them to work. Icecast loads up fine but when trying to load darkice I
  get the following:
 
  Starting icecast2: jorge@jorge-Inspiron-1000:~$ sudo darkice -c
  ~/darkice.cfg
  DarkIce 0.20.1 live audio streamer, http://darkice.tyrell.hu/
  Copyright (c) 2000-2007, Tyrell Hungary, http://tyrell.hu/
 
  Using config file: /home/jorge/darkice.cfg
  Using JACK 

Re: [RDD] User that uploads a cut not correctly registered... is this a BUG?

2013-03-27 Thread Luigino Bracci
2013/3/27 Alessio Elmi alessio_e...@hotmail.com

 What have you set in each host configuration under HTTP/Apache server?
 Client01 or Rivserver?


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


Re: [RDD] User that uploads a cut not correctly registered... is this a BUG?

2013-03-27 Thread Luigino Bracci
So, should I install Apache on every computer using Rivendell? As far as I
understand, Apache must be installed in the main server only.


2013/3/27 Alessio Elmi alessio_e...@hotmail.com

 That's probably why... the Apache server (rivserver in your case) is
 responsible for import/export tasks.
 If it is important to trace the source of imported file you could install
 and run Apache on your client machine, then set 'localhost' in the
 HTTPXport service field in the host configuration.

 Alessio



 2013/3/27 Luigino Bracci lbra...@gmail.com


 2013/3/27 Alessio Elmi alessio_e...@hotmail.com

 What have you set in each host configuration under HTTP/Apache server?
 Client01 or Rivserver?


 Rivserver.



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



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


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


Re: [RDD] User that uploads a cut not correctly registered... is this a BUG?

2013-03-26 Thread Luigino Bracci
Excuse me for my bad english, I'll try to explain again:

When you upload a new cut into a cart using RDLibrary, you can check the
host used to upload this cut (this info is saved in the ORIGIN_NAME field,
in the list of cuts). In Rivendell 1.7.2, when I upload a cut using any
host, Rdlibrary puts the name of that host in the ORIGIN_NAME field, in the
CUTS table. But Rivendell 2.2 puts the name of the main server, regards of
the host used to upload the cut.

I've observer this behavior when you upload the _first cut_ in a cart. But,
then you upload the second, third, fourth,... cut in a cart, the name of
the host is placed correctly in the ORIGIN_NAME field.

Is this a bug?


2013/3/24 Fred Gleason fr...@paravelsystems.com

 On Mar 23, 2013, at 22:23 25, Luigino Bracci wrote:

  With 1.7.1, when a user in client01 uploaded a cut using RDLibrary or
 DropBox, Rivendell registered client01 as the uploader.

 'Registered' where?

 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://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev

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


Re: [RDD] User that uploads a cut not correctly registered... is this a BUG?

2013-03-24 Thread Luigino Bracci
In the origin field, from the CUTS table.


2013/3/24 Fred Gleason fr...@paravelsystems.com


 'Registered' where?


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


[RDD] User that uploads a cut not correctly registered... is this a BUG?

2013-03-23 Thread Luigino Bracci
Hi,

We upgraded Rivendell recently from version 1.7.2 to 2.2. Everything went
fine, but the behavior when uploading a cut using RDLibrary or DropBox has
changed.

We have Rivendell installed in a network environment, with many computers
(named client01, client02, etc.) connected to a server called
rivserver. With 1.7.1, when a user in client01 uploaded a cut using
RDLibrary or DropBox, Rivendell registered client01 as the uploader. But
in Rivendell 2.2, the uploader _ALWAYS_ is rivserver no matters if the
file is uploaded from any other computer.

Is this the expected behavior, or is it a bug? What should I do if I want
Rivendell to work as in previous versions?

Thanks you!
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev


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

2013-01-12 Thread Luigino Bracci
Is it still needed to share /var/snd as a read/write share, or it can be
shared as a read-only share?


2013/1/12 drew Roberts z...@100jamz.com


 On Sat, 12 Jan 2013 14:42:54 +, James Harrison
 ja...@talkunafraid.co.uk wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
 
  On 12/01/2013 14:47, drew Roberts wrote:
  Haven't I read that using Samba (SMB/CIFS) will cause problems for
  some things Riv does?
 
  all the best,
 
  drew
 
 
  I don't _think_ Rivendell does anything strange that would break a
  standard *nix filesystem such as the one provided by the CIFS SMB
  driver. Any FUSE filesystem should work too, like GlusterFS or Ceph's
  FUSE drivers, for more complex clusters. Most people use NFS but I am
  a huge fan of everything that isn't NFS for a variety of reasons... :-)


 http://rivendell.tryphon.org/wiki/Setting_up_a_dedicated_Rivendell_MySQL_and_audio_store_server

 Configure server to share the audio store via network filesystems (NFS
 and SAMBA)

 It is not recommended to share /var/snd via SAMBA as it does not have
 the proper file permissions to work with Rivendell and Linux properly!
 Configure the server to share audio storage via network filestems such
 as NFS (for *NIX clients) and SAMBA (for Windows clients).

 I can't find the posts in the list archives where reasons are give for
 why this is so.
 
  James

 all the best,

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

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


Re: [RDD] rdlibrary cart selection

2012-12-26 Thread Luigino Bracci
I'm still using Rivendell 1.7.2, and in RdLibrary it is still possible to
select multiple carts holding CTRL, but in Rivendell 2.30 this can't be
done. Is it a bug? Should I report it in Mantis?

Regards.

2012/12/25 Peter Claes - CLS bvbva peterclsb...@gmail.com

 ...
 Then I thoughed f: Shift+select works, thus selecting multiple carts,
 holding CTRL+Selecting .. Not possible [grumble]


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


Re: [RDD] Rivendell v2.3.0

2012-12-25 Thread Luigino Bracci
Merry Christmas everyone!

The RdCartSlot is a great feature to create musical backgrounds in live
shows, because the operator can play a song in a loop. Thanks you Fred! Our
radio operators will be very happy with this... we have radio shows with
different musical backgrounds and, with this feature, the operators will
make better their work.

A screenshot:
http://www.flickr.com/photos/lubrio/8307086955/in/photostream

What I can't understand is the Breakaway cart mode. When choosen, the
slot asks for a Rivendell Service and then shows the message Waiting for
break... I can't understand well how this works.






2012/12/21 Fred Gleason fr...@paravelsystems.com

 On Dec 21, 2012, at 10:36 00, Luigino Bracci wrote:

  Can you tell us more about the new RDCartslot module?

 I'm in process of adding a chapter to the ROG to cover it, which I hope to
 have online this weekend.  In the meantime, here's a
 screenshot to whet some appetites (courtesy of Al Peterson):

 http://www.flickr.com/photos/alpetersonshow/8293511737/

 Cheers!


 |-|
 | Frederick F. Gleason, Jr. |   Chief Developer   |
 |   |   Paravel Systems   |
 |-|
 |   All great ideas are controversial, or have been at one time.  |
 | -- Anonymous|
 |-|

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

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


Re: [RDD] Rivendell v2.3.0

2012-12-21 Thread Luigino Bracci
Hi Fred! Can you tell us more about the new RDCartslot module?

Thanks you.


2012/12/21 Fred Gleason fr...@paravelsystems.com

 On behalf of the entire Rivendell development team, I'm pleased to
 announce the availability of Rivendell v2.3.0.  Rivendell is a
 full-featured radio automation system targeted for use in professional
 broadcast environments. It is available under the GNU General Public
 License.

 From the NEWS file:
 *** snip snip ***
 If upgrading from a v1.x version of Rivendell, be sure to read the
 'UPGRADING' file before proceeding for important information.

 Changes:
RDCartSlots Module.  A new Rivendell module has been added that is
optimized for use in busy live assist environments, along with four
new RMLs ('Load Slot' ['DL'], 'Play Slot' ['DP'], 'Stop Slot' ['DS']
and 'Execute Breakaway' ['DX']) for automating its operation.

RDAirPlay Enhancements.  A set of buttons for quickly locating a given
hour has been added to the Full Log widget, enabled by checking the
'Show Hour Selector' box in RDAdmin-ManageHost-RDAirPlay.

JACK Enhancements.  It is now possible to specify the command-line
used to start jackd(8) and a list of clients to start when
starting the Rivendell service.  See RDAdmin-ManageHosts-JackSettings.

Switcher/GPIO Device Support.  Added support for the Sine Systems ACU-1
switcher.  See 'SWITCHERS.txt' for details.

Cue Output Assignments.  Cue output assignments for all modules
except RDAirPlay have now been consolidated into one setting in
RDAirPlay-ManageHosts.

Multiple bug fixes.  See the ChangeLog for details.

 Database Update:
This version of Rivendell uses database schema version 213, and will
automatically upgrade any earlier versions.  To see the current schema
version prior to upgrade, see RDAdmin-SystemInfo.

As always, be sure to run RDAdmin immediately after upgrading to allow
any necessary changes to the database schema to be applied.
 *** snip snip ***

 Further information, screenshots and download links are available at:

 http://www.rivendellaudio.org/

 Merry Christmas everyone.  Christ is among us!


 |-|
 | Frederick F. Gleason, Jr. |   Chief Developer   |
 |   |   Paravel Systems   |
 |-|
 |  A rock pile ceases to be a rock pile the moment a single man   |
 |  contemplates it, bearing within him the image of a cathedral.  |
 | -- Antoine de Saint-Exupery |
 |-|


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

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


[RDD] Video: Rivendell running in a tablet

2012-12-18 Thread Luigino Bracci
Check this:

http://www.youtube.com/watch?v=tcDXCItJvpc

The audio is in spanish, but the description of the video is in english.
The tablet comes with Debian Wheezy preinstalled, but I've installed also
Ubuntu 12.10. Don't be afraid in make any questions (the tablet is mine).

Bye!
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev


Re: [RDD] Enabling Pause feature in RDAirplay

2012-12-05 Thread Luigino Bracci
Please check Enable paused events

Regards.


2012/12/5 ICR Programs progr...@ithacaradio.org

 Hey folks,

 I just realized that there's a way to change the button options in
 RDAirplay to pause carts instead of stopping them.  This would be a
 tremendously useful feature for cutting into programs during station
 fundraisers!

 I had a little trouble finding documentation on how to do so.  So far, I
 went into RDAdmin-Managehosts-host-RDAirplay, and then selected enable
 button pausing.

 Is there something else I need to do?  I tried restarting RDAirplay, and
 didn't see any changes.  Do I need to reboot the machine or change another
 setting?

 Thanks much for your help,
 Danila

 WRFI Community Radio

 --

 ~~
   Democracy is not a spectator sport

 Ithaca Community Radio -- 88.1 FM in Ithaca
 WRFI 91.9 FM in Watkins Glen
  WINO 89.9 FM in Odessa

 News, Culture  Information from our Neighborhoods and the World

 *Phone*: 607.319.5445
 *Email*:  progr...@ithacaradio.org
 *Web*:http://ithacaradio.org/


 Mailing address:
 The Clinton House
 103 West Seneca St.
 Suite 305
 Ithaca, N.Y, 14850






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


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


Re: [RDD] Feature request: Now Next events from the button panel inRdAirplay

2012-08-13 Thread Luigino Bracci
Yes, great idea. I'm thinking also on writing a bash script that reads the
/var/log/syslog file (or the /var/log/rivendell/rdairplay.log file) using
something like tail -f, and process every line read.

Bye!

2012/8/12 Wayne Merricks waynemerri...@thevoiceasia.com

 Depending on what you're now and nexting to; you could probably run a
 script to do this easily enough.  I know icecast accepts a standard url
 get/post type deal.  Tie that in with an RN macro to the button panel and
 you're done.



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


Re: [RDD] .MP3 Storage or Wiki Issue?

2012-08-12 Thread Luigino Bracci
2012/8/12 Aaron Horn aaronh...@gmail.com

 Just a quick question.

 Just had some contact from someone regarding
 http://rivendell.tryphon.org/wiki/Planning_the_installation

 The page suggests that files can be stored as MP3 provided one has an
 AudioScience card.

 Am I correct in believing this is incorrect and that Rivendell stores
 all audio as BWF files (.wav) with audio as either PCM16 or MP2?


As far as I know, the wiki is wrong.
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev


Re: [RDD] Upgrading a networked Rivendell installation

2012-08-04 Thread Luigino Bracci
2012/8/4 Rob Landry 41001...@interpring.com

 I understand that RD 2.x uses Apache to access /var/snd. But should I:

 2) install Apache on the server? And if so, how do I tell each
 workstation's Rivendell where to find it?


Yes, install Apache in the server only. Then, in rdadmin you will specify
what is the host with the Apache and the CGI scripts.

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


Re: [RDD] 1.7.2

2012-07-23 Thread Luigino Bracci
There is a principle: if it isn't broken, don't fix it.

But there are many reasons to update to Rivendell 2:

- If you have a big library of audios, the users can search a lot faster in
RdAirPLay and RdLibrary, because of the options to limit the results to 100
first audios.
- You can store the audios with compression (MPEG Layer 2), saving storage.
- You can share /var/snd as a read-only folder (more security).
- New capabilities in the Now  Next modules.
- Qt3 is becoming deprecated in many distributions. Rivendell 3 will use
Qt4. So, if you plan to update your operative system in one or two years,
installing Rivendell 1.xx will be harder, maybe requiring to compile Qt3
libraries from the source code.
- Many bugfixes.
- The spanish translation is better ;)
- As far as I know, Rivendell 1.7.2 will not be updated anymore (only if
Fred finds a big problem).

2012/7/17 Tim Camp t...@wnsp.com

 Still running this version with no real problem, 5 stations, 12 work
 stations, 2 servers main and backup. Is there any compelling reason or need
 to update?

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


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


Re: [RDD] Upgrading from 1.7.2 to 2.1.4 and sample rates

2012-07-23 Thread Luigino Bracci
2012/7/16 Fred Gleason fr...@paravelsystems.com

 On Jul 15, 2012, at 22:48 18, Luigino Bracci wrote:

  We are trying to upgrade Rivendell from 1.7.2 to the latest version.
 Unfortunely, the sound card we use (Creative Audigy2 CA0106) have a fixed
 sample rate of 48000 Hz, and all our audio library was imported at 44100
 Hz. I suppose that Rivendell 1.x resamples the audios in realtime from
 44100 to 48000 Hz, but Rivendell 2.x doesn't.

 Correct.  Adding MPEG support in 2.x didn't leave enough CPU horsepower
 for realtime SRC.  Life is full of tradeoffs...


Thanks you Fred.

What does everybody recommends... convert all the library to the new sample
rate, or buy new sound cards supporting the 44100 Hz sample rate?

I've read some posts talking about artifacts after sample rate conversion
(see [1]). I've done some tests by myself and I can't hear any change, but
maybe my hear is not trained enough.

[1]
http://lists.rivendellaudio.org/pipermail/rivendell-dev/2011-March/011448.html

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


Re: [RDD] VX222v2 revisited

2012-07-15 Thread Luigino Bracci
I have two cards kept, I'll try them this week.

2012/7/15 Rob Landry 41001...@interpring.com

 You'll recall that last month one of my projects was to update a Rivendell
 box I had originall built in 2007 to RD 2.1.4 under CentOS 6.2. This
 machine saw a few months of service in Kansas City with RD 0.9.82 under
 OpenSuSE 10.2 before the station dumped our format, and spent the next
 five years sitting in a closet unused, so it is essentially a brand new
 machine, albeit one built from five-year-old technology.

 After letting it run for two weeks on the bench, I disconnected it
 yesterday and updated a second machine from the same closet, also to RD
 2.1.4 under CentOS 6.2.

 Both machines have VX222v2 sound cards, and do not seem to exhibit the
 stability problems I saw five years ago. I'm using the latest alsa driver
 and alsa firmware compiled from tar.gz's from the ALSA Web site; CentOS
 does not seem to support this sound card by default.


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

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


[RDD] Upgrading from 1.7.2 to 2.1.4 and sample rates

2012-07-15 Thread Luigino Bracci
Hi,

We are trying to upgrade Rivendell from 1.7.2 to the latest version.
Unfortunely, the sound card we use (Creative Audigy2 CA0106) have a fixed
sample rate of 48000 Hz, and all our audio library was imported at 44100
Hz. I suppose that Rivendell 1.x resamples the audios in realtime from
44100 to 48000 Hz, but Rivendell 2.x doesn't.

When trying to run Rivendell using the system sample rate at 44100 Hz (in
Rdadmin - System Settings), Rivendell doesn't recognize the sound card. In
syslog, we get the messages caed: Asked for sample rate 44100, got 48000
/ Sample rate unsupported by device. When we set the system sample rate at
48000 Hz, the card is recognized, but music is played a bit faster. We use
Rivendell in our main computer in ALSA mode.

Searching in the mailing list, apparently I have only two options: resample
all the audios in the library to 48000 Hz (there are more than 13,000
audios in our library), or buy a new audio card that supports 44100 Hz. Do
I have other options? Why Rivendell 1.7.x can resample the audios in
realtime, but Rivendell 2.1.4 can't?

If we decide to resample the audios in the library, what would be the best
tool to do this? sox? ffmpeg?

Thanks you!
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev


Re: [RDD] Rdairplay crashes... python[2234] segfault... error 15 in libQtGui.so.4.6.2

2012-07-11 Thread Luigino Bracci
Hi, any advices with the slowness problem adding carts to the main log in
RdAirPlay?

We will start to update to 2.1.x in the next days.

2012/7/11 Isaac Betancourt betanc...@sonidofm.net

 Luigino un Saludo compadre Rivendell esta hecho en QT3 no C++,


El lenguaje en el que está programado Rivendell es C++; es lo que quería
destacar en el mensaje anterior.

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


[RDD] Rdairplay crashes... python[2234] segfault... error 15 in libQtGui.so.4.6.2

2012-07-10 Thread Luigino Bracci
Hi,

In the last 2 days we had some RDAirPlay lockups we never had before.
RDAirplay is playing their songs normally, and then, unexpectly, the
RDAirplay window gets white and the audio stop playing; we must kill
RDAirplay and start it again. We are using Rivendell 1.7.2 in Ubuntu
10.04.4 (yes, we know that we must update ASAP).

We checked hard disks and memory. The computer uses a Nvidia Quadro FX
3450/4000 SDI video card, and after some googling, we suspected it's a
problem with the video card, and we disabled the proprietary video drivers.
Rdairplay hasn't given any new lockups, but it has become too slow: when
you add a new audio to the playlist and click any of the TO? buttons,
RdairPlay freezes for 5 seconds (the process Xorg puts the CPU to 100%),
then it gets responsive again. We have 13,000 carts in our system.

Thanks you for the help you can give us.

Those are syslog from two lockups we had. They have a message:
python[2234] segfault (...) error 15 in libQtGui.so.4.6.2. I don't know
if it's Rivendell related, because Rivendell is programmed in C++.

Jul 10 16:50:34 rivendell caed: StopPlayback - Card: 2  Stream: 0  Handle:
29
Jul 10 16:50:34 rivendell caed: UnloadPlayback - Card: 2  Stream: 0
 Handle: 29
Jul 10 16:50:34 rivendell rdairplay: finished event: Line: 3  Cart: 850139
 Cut: 1 Card: 2  Stream: 0  Port: 0
Jul 10 16:50:40 rivendell caed: LoadPlayback  Card: 2  Stream: 0  Name:
/var/snd/917187_001.wav  Handle: 31
Jul 10 16:50:40 rivendell caed: FadeLevel: -399
Jul 10 16:50:40 rivendell rdairplay: started audio cart: Line: 7  Cart:
917187  Cut: 1 Pos: 0  Card: 2  Stream: 0  Port: 0
Jul 10 16:50:40 rivendell caed: PlaybackPosition - Card: 2  Stream: 0  Pos:
52  Handle: 31
Jul 10 16:50:40 rivendell caed: Play - Card: 2  Stream: 0  Handle: 31
 Length: 312137  Speed: 10  Pitch: 0
Jul 10 16:50:40 rivendell caed: FadeLevel: -598
Jul 10 16:50:40 rivendell caed: FadeLevel: 0
Jul 10 16:50:40 rivendell caed: FadeLevel: -797
Jul 10 16:50:40 rivendell caed: FadeLevel: -996
Jul 10 16:50:40 rivendell caed: FadeLevel: -1195
Jul 10 16:50:40 rivendell caed: FadeLevel: -1394
Jul 10 16:50:40 rivendell caed: FadeLevel: -1593
Jul 10 16:50:40 rivendell caed: FadeLevel: -1792
Jul 10 16:50:40 rivendell caed: FadeLevel: -1991
Jul 10 16:50:40 rivendell caed: FadeLevel: -2190
Jul 10 16:50:41 rivendell caed: FadeLevel: -2389
Jul 10 16:50:41 rivendell caed: FadeLevel: -2588
Jul 10 16:50:41 rivendell caed: FadeLevel: -2787
Jul 10 16:50:41 rivendell caed: FadeLevel: -2986
Jul 10 16:50:41 rivendell caed: FadeLevel: -3185
Jul 10 16:50:41 rivendell caed: StopPlayback - Card: 0  Stream: 0  Handle:
30
Jul 10 16:50:41 rivendell caed: UnloadPlayback - Card: 0  Stream: 0
 Handle: 30
Jul 10 16:50:41 rivendell rdairplay: finished event: Line: 5  Cart: 10002
 Cut: 1 Card: 0  Stream: 0  Port: 0
Jul 10 16:50:41 rivendell caed: FadeLevel: -3200
Jul 10 16:50:45 rivendell caed: StopPlayback - Card: 2  Stream: 0  Handle:
31
Jul 10 16:50:45 rivendell caed: UnloadPlayback - Card: 2  Stream: 0
 Handle: 31
Jul 10 16:50:45 rivendell rdairplay: RDAirPlay exiting
Jul 10 16:50:49 rivendell rdairplay: mode set to AUTO
Jul 10 16:50:49 rivendell rdairplay: RDAirPlay started
Jul 10 16:50:49 rivendell rdairplay: user changed to 'user'
Jul 10 16:52:19 rivendell rdairplay: RDAirPlay exiting
Jul 10 16:52:31 rivendell caed: cae commitData()
Jul 10 16:52:33 rivendell gnome-session[2094]: WARNING: Client
'/org/gnome/SessionManager/Client15' failed to reply before timeout
Jul 10 16:52:35 rivendell caed: cae commitData()
Jul 10 16:52:46 rivendell caed: cae post a.exec() rc:0
Jul 10 16:52:46 rivendell kernel: [ 8323.213838] __ratelimit: 6 callbacks
suppressed
Jul 10 16:52:46 rivendell kernel: [ 8323.213844] python[2242]: segfault at
7f4958f71190 ip 7f4958f71190 sp 7fff8b9725d8 error 15 in
libQtGui.so.4.6.2[7f4958f5e000+3f000]
Jul 10 16:52:56 rivendell kernel: Kernel logging (proc) stopped.
Jul 10 16:52:56 rivendell rsyslogd: [origin software=rsyslogd
swVersion=4.2.0 x-pid=1496 x-info=http://www.rsyslog.com;] exiting on
signal 15.

=

Jul 10 14:28:46 rivendell caed: LoadPlayback  Card: 2  Stream: 0  Name:
/var/snd/630409_001.wav  Handle: 247
Jul 10 14:28:46 rivendell caed: FadeLevel: -1276
Jul 10 14:28:46 rivendell rdairplay: started audio cart: Line: 486  Cart:
630409  Cut: 1 Pos: 0  Card: 2  Stream: 0  Port: 0
Jul 10 14:28:46 rivendell caed: PlaybackPosition - Card: 2  Stream: 0  Pos:
156  Handle: 247
Jul 10 14:28:46 rivendell caed: Play - Card: 2  Stream: 0  Handle: 247
 Length: 159713  Speed: 10  Pitch: 0
Jul 10 14:28:46 rivendell caed: FadeLevel: -2552
Jul 10 14:28:46 rivendell rdairplay: finished event: Line: 485  Cart:
917527  Cut: 1 Card: 0  Stream: 0  Port: 0
Jul 10 14:28:46 rivendell caed: StopPlayback - Card: 0  Stream: 0  Handle:
246
Jul 10 14:28:46 rivendell caed: UnloadPlayback - Card: 0  Stream: 0
 Handle: 246
Jul 10 14:28:46 rivendell caed: FadeLevel: 90
Jul 10 14:28:46 rivendell caed: 

Re: [RDD] Is this a bug? User can save a log even if not authorized

2012-04-15 Thread Luigino Bracci
Rdairplay -- Main log -- Select log -- Save
(also in Aux 1 Log / Aux 2 Log)

An operator from our radiostation loaded a log, he made many changes adding
and removing songs, etc., and then he clicked the Save button,
overwriting the original log and damaging the work of someone else. It was
accidentally, but I think there should be a option to not allowing a user
to save/overwrite logs in RdAirPlay.

2012/4/15 Rob Landry 41001...@interpring.com


 How do you save the log from RDAirplay? I don't see a Save Log button
 anywhere.



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


Re: [RDD] Is this a bug? User can save a log even if not authorized

2012-04-14 Thread Luigino Bracci
In RDAdmin you can turn off the Create Log feature for a user, and the
user can't add new logs in RDLogEdit, but this don't affect RDAirPlay: the
user can Save the current log. I'm interested in not allowing a user to
save the current log from RdAirPlay.

2012/4/14 Nathan Steele nathan.ste...@thecrossfm.com

  Not sure it's in there but check in rdadmin. there you can set
 permissions by user, and can setup a user with more limited permission.

 Nathaniel C. Steele
 Assistant Chief Engineer/Technical Director
 WTRM-FM / TheCrossFM


 On 4/14/2012 3:59 PM, Luigino Bracci wrote:

 Hi,

  This problem is annoying us very much. Last week, an operator recently
 hired pressed the Save button in Rdairplay / Main log / Choose log dialog
 box, overwriting many logs by accident. It would be nice to find a way to
 optionally disable the Save log button in rdairplay.

 2012/1/16 Fred Gleason fr...@paravelsystems.com

 On Jan 15, 2012, at 20:18 14, Luigino Bracci wrote:

  In rdlogedit, the user can't add new logs, but in rdairplay, the user
 can Save the current log (the Save as button is disabled, but the Save
 button isn't). I'm interested in disabling the posibility for the user to
 save the current log.

  Not a bug (a user without the 'Create log' attribute is unable to do
 just that), but arguably a useful feature.  How about a separate 'Save log'
 attribute?

 Cheers!



 |-|
 | Frederick F. Gleason, Jr. |   Chief Developer
 |
 |   |   Paravel Systems
 |

 |-|
 | Easiest Color to Solve on a Rubik's Cube:
 |
 |Black.  Simply remove all the little colored stickers on the
 |
 | cube, and each of side of the cube will now be the original color of
  |
 | the plastic underneath -- black.  According to the instructions, this
 |
 | means the puzzle is solved.
 |
 |-- Steve Rubenstein
  |

 |-|

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




 ___
 Rivendell-dev mailing 
 listRivendell-dev@lists.rivendellaudio.orghttp://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev


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


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


Re: [RDD] Rivendell on Qt4 [WAS: compile a fresh rivendell cvs on ubuntu 11.10]

2012-03-28 Thread Luigino Bracci
Great news! Some distros has been discontinuing their support to Qt3...
excellent work.

There will be any changes to the translations?

2012/3/28 Fred Gleason fr...@paravelsystems.com

 On Mar 28, 2012, at 06:05 44, philippe wrote:

  Does anyone has managed to compile a fresh rivendell cvs sources on
  ubuntu 11.10 ?
  I try this on a test computer, have install all the libqt4 available,
  search on the web some explanation and try a lot of things but don't
  find any solution. :-(

 As of about a week ago, the Qt4 port was merged into Head, so builds from
 Head will now require Qt4.  See the 'INSTALL' file for details.  If you're
 looking for CVS for the 'stable' 2.x series (which still uses Qt3), check
 out the 'v2_branch'.

 The move to Qt4 has been an intensive effort underway for the last few
 months.  The code currently in Head is nearly, but not quite, fully
 stabilized --i.e. *don't* use it on-air yet!  Once it is fully stabilized,
 I plan to release an alpha snapshot so the community can begin testing.


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


[RDD] Request

2012-03-04 Thread Luigino Bracci
Hi Fred and everyone,

It would be nice to increase the limit for user panels and system panels in
RDAirPlay. Currently tlhe limit is 50. We need it to be at least 100,
because we have 45 radio shows and many of them needs 2 panels (we don't
use system panels, because we need to edit the panels from a second
computer). I've increased it directly in the database, editing the fields
station_panels and user_panels in the rdairplay table, and it works fine.
But it would be nice to edit it in rdadmin.

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


Re: [RDD] Is it possible to have a 2-computer Rivendell setup like this?

2012-02-27 Thread Luigino Bracci
Patrick,

Please, don't ignore the Tyndale's advices.

Did you compress the songs in the Rivendell Library using MP2, or
are you using uncompressed WAVs? If you have uncompressed WAV files, you
will need a  VERY robust network connection between your mom's house and
the college (maybe about 10 Mb/s) to get the files transferred in realtime
from the Rivendell server to your computer in the college. This means that,
in your mom's house, the UPSTREAM connection must be at least 10 Mb/s and
your college should let you download data at this bitrate.

If you compress all your Rivendell library to MP2, you'll need less
bandwith (maybe 512 kb/s), but still it is a great bandwidth, and you'll be
affected by the latency and other issues.

Bye.

2012/2/27 Patrick Schmalstig / WRRJ Radio xana...@gmail.com

 Alright here's what I've decided to try and do for a set up. This was
 suggested by my campus network security... as being the best option if
 it is possible. Please let me know if it is possible and how to do it.
 It's different from the original planned set up.

 Computer 1 located at my Mom's house: Will host both the web server
 AND rivendell server. It will contain everything, including the
 rivendell web interface and the music library.

 Computer 2 located at the college campus: Will be a rivendell
 client... able to perform operations on the rivendell server (any
 program, including rdadmin, rdlogedit, rdcatch, and rdairplay).

 ...and somewhere inside this set up will need to be the ability to
 stream the radio using Darkice to a third party streaming provider...
 and the college computer will need to be able to stream live from say
 a microphone to this third party.


 ...I heard about Samba server... would that work for a set up like
 this? If so, how do I start?
 ___
 Rivendell-dev mailing list
 Rivendell-dev@lists.rivendellaudio.org
 http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev

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


Re: [RDD] Rivendell at NAB 2012

2012-02-22 Thread Luigino Bracci
Congratulations and good luck!

2012/2/22 Fred Gleason fr...@paravelsystems.com

 Yes, it's that time of the year again...

 I'm pleased to announce that Rivendell will be on the show floor for the
 fifth consecutive year at NAB 2012 in the Paravel Systems booth (C1721) in
 the Central Hall at Las Vegas Convention Center.  To get a free,
 exhibits-only pass, complements of Paravel Systems, go to:


 http://registration3.experient-inc.com/showNAB121/Default.aspx?App=EOPasscode=LV2742

 General information about the NAB show can be found at:

http://www.nabshow.com

 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://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev

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


Re: [RDD] Xport issue?

2012-02-02 Thread Luigino Bracci
Did you installed Apache2 and configured the web service?

2012/2/2 nathan lawson nathan...@gmail.com

 Hey all,

 ive just used the debian repository from tryphon to install RD2.1.2 on
 ubuntu 10.04, its all gone fine, but when i try to import audio it just
 spits out Invalid URL in a popup as soon as i hit import

 Any Clues?

 Regards

 --

 Nathan Lawson
 Manager/Designer

 NL Media




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


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


Re: [RDD] RDLogedit Segfault

2012-01-24 Thread Luigino Bracci
Yes, I can confirm this problem in 2.1.2. I'll submit it to Mantis.

Bye!

2012/1/22 Brooks Whiteford bro...@whitefordsound.com

 Hey team,
 Reporting a seg fault in rdlogedit. If an empty log is opened up in
 the voice tracker, and I click on [end of log] it seg faults immediately,
 and the only output to the terminal is Segmentation Fault. I know there's
 no use to the voice tracker with an empty log, so it's certainly not a
 crippling bug, just thought you'd like to know.

 Thanks!
 Brooks

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


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


Re: [RDD] Problems in spanish translation of rdlibrary, v.2.1.2

2012-01-24 Thread Luigino Bracci
Hi,

I've submitted to Fred (using Mantis [1]) a new list of files that should
be included inside the .pro (project files), in orden to be traslated to
spanish and other languages. Also, I've submitted a list of strings in the
.cpp files that need to be inside a tr() function in order to be traslated.

I've traslated most of the missing strings. Anyway, I'll wait to Fred and
their people to fix the issues. Then I'll download again the source from
CVS, and then I'll finish to traslate the new strings, sending him the
final traslation.

Thanks you! Bye!

[1] http://mantis.rivendellaudio.org/view.php?id=46

A. Some files missing in .pro files
===
This is a summary of some files that must be added to the QT3 project
files, in order to be shown and traslated by lupdate/Linguist/lrelease.

In rdadmin.pro:
---
add_encoder.cpp
add_replicator.cpp / .h
edit_dropbox.cpp / .h
edit_feed_perms.cpp / .h
edit_jack.cpp / .h
edit_rdlogedit.cpp / .h
edit_rdpanel.cpp / .h
edit_settings.cpp / .h
list_dropboxes.cpp / .h
list_replicators.cpp / .h

In rdlogedit.pro

voice_tracker.cpp / .h

In rdcastmanager.pro:

pick_report_dates.cpp / .h

B. List of strings in the Rivendell's source code without a tr() function
=
This is a list of strings in some .cpp files not inside a tr(),
impossibiliting their traslation.

RDADMIN
---

in add_matrix.cpp, line 303: New Switcher can't be traslated.

in add_hostvar.cpp, line 150: Invalid Name, The variable name is
invalid. can't be traslated.

in edit_audios.cpp, line 70: Card can't be traslated.
Line 79: Card Driver: can't be traslated.

in edit_encoder.cpp, line 72: Default extension can't be traslated.
 Line 82: Command line can't be traslated.

in edit_decks.cpp, line 82: Settings can't be traslated
   Line 208: Defaults can't be traslated
   Line 238: Host-Wide Settings can't be traslated

in edit_hotkeys.cpp, line 49: Hot Key Configuration for can't be
traslated.
 Also, the strings Start Line x, Stop Line x,
Pause Line x,
 Add, Edit, Move, etc. can't be traslated.

in edit_now_next.cpp, line 264: Aux Log 2 can't be traslated.

in edit_encoder.cpp, line 72: Default Extension: can't be traslated.
 Line 82: Command Line: can't be traslated.

in list_encoder.cpp, line 62: Encoders on %s can't be traslated.

in edit_audios.cpp, line 70: Card can't be translated.
line 79: Card Driver: can't be translated.

in help_audios.cpp, line 55: This is a long help message for the Edit Audio
Ports in RDAdmin, that can't be traslated. I don't know if it's right to
use it with the tr() function.


RDLOGMANAGER


edit_event.cpp: line 387: PRE-IMPORT CARTS
line 443, IMPORT
line 1246, QColorDialog, when invoked, shows their texts in
english (Select color, Basic colors, Custom Colors,
   Add to custom colors, Ok, Cancel, the
colors, etc.). Is there any way to show their dialogs in spanish?
We have this problem also in RDAdmin (Edit groups - set color of the group)


edit_schedrules.cpp: line 58: Scheduler Rules
 line 69, Artist Separation:
 line 221, Import Rules from Clock

RDCATCH
---

edit_recording.cpp: line 445, None can't be traslated.


RDAIRPLAY
-

rdairplay.cpp: line 1822, RDAirPlay - Host: %s User: %s Log: %s Service:
%s, can't be traslated.
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev


Re: [RDD] Problems in spanish translation of rdlibrary, v.2.1.2

2012-01-20 Thread Luigino Bracci
Hi!

We've been working this month with Fred to translate many dialogs still in
english. In the next Rivendell, the labels START, STOP, COPY TO?,
WHERE? in the Rdairplay buttons will be traslated, and many dialogs in
RdAdmin.


 Rivendell feed list


This traslation is done, I'll send it to Fred this weekend.


 rdpanel config (sound panel settings right side)


This is traslated in 2.1.2...


 rdlogedit config dialog
 dropbox config
 add encoder dialog
 Jack config dialog
 voice tracker
 in clock window guardar como runs off the button.
 rdlogin words running off buttons
 open dialog (rdlibrary import)


 Most of them requires a small change in the .pro files. I'll check this
the weekend, to inform to Fred the changes needed to fix those issues.

reports are in English when produced


I think this needs a more deep change.

Thanks you, I'll check everything you reported this weekend.

Bye!
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev


Re: [RDD] Is this a bug? User can save a log even if not authorized

2012-01-16 Thread Luigino Bracci
It would be nice. We have some radio operators in the early morning that
are saving logs and then repeat it many times, making the radio's music
programming very predictable and repetitive.

Regards!

2012/1/16 Fred Gleason fr...@paravelsystems.com

 Not a bug (a user without the 'Create log' attribute is unable to do just
 that), but arguably a useful feature.  How about a separate 'Save log'
 attribute?

 Cheers!


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


Re: [RDD] Feature Request: make the Scheduler codes mandatory in some groups

2012-01-16 Thread Luigino Bracci
You can create a scheduler code called Unclassified and make it the
default scheduler code for the new imported carts then you can use
Rdlibrary to select all the carts with the  Unclassified scheduler code
and classify them.

2012/1/16 sf...@xs4all.nl

 I do not want to create a filename.sc when I do a mass-import of songs. I
 rather use RDLibrary to listen to the songs and classify it. So make it
 optional, not mandatory.
 A visual indication (color/marker) that a song does not have a schedule
 code would make this easier.
 On a side note: I would really like to be able to use the schedule-codes
 in RDLogedit (as a filter).

 Stephan Fijneman


  On Mon, Jan 16, 2012 at 6:46 AM, Fred Gleason fr...@paravelsystems.com
  wrote:
  On Jan 15, 2012, at 20:01 53, Luigino Bracci wrote:
 
  The scheduler codes are a great feature; in our case, we want to use it
  in the music groups for identify the genre of each song. But the
  operator can forget to specify the scheduler codes in the music groups,
  because they aren't required. So, it would be nice if the administrator
  can specify in RDAdmin, that the carts on a group must require (or not)
  at least one scheduler code.
 
  So what happens for carts that are created automatically (e.g. via
  dropbox) when this attribute is enabled?  A default scheduler code?
 
  1. have the code configurable per dropbox?
  2. require the creation of a filename.sc to go in alongside of
  filename.wav/mp3 in and dropbox set to import to groups with forced
  scheduler codes. pullt the code from the matching filename.sc file?
  3. ???
  4. Profit.
  (Sorry,,, could... not... resist...)
 
  Cheers!
 
 
 
 |-|
  | Frederick F. Gleason, Jr. |   Chief Developer
|
  |   |   Paravel Systems
|
 
  all the best,
 
  drew
  --
  http://freemusicpush.blogspot.com/
  ___
  Rivendell-dev mailing list
  Rivendell-dev@lists.rivendellaudio.org
  http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
 
 


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

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


Re: [RDD] Documentation

2012-01-11 Thread Luigino Bracci
+1

2012/1/11 Kevin Miller atf...@alaska.net


 Regardless of where the wiki lives a fine grained plan and framework
 needs to be done up front.  There's no reason it can't live on the
 existing wiki site.  As Geoff noted Frederick Henderson did a pretty
 comprehensive revamp a year or so ago which helped clean it up a lot.
 No reason it can't be done again.


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


Re: [RDD] Rivendell 2 logic

2012-01-05 Thread Luigino Bracci
2012/1/5 Daniel Bair dan...@familyfirstradio.net

 1. NFS is no longer used/needed.


Yes, NFS is used and required in networked installations, but in read-only
mode. It's not required to share /var/snd in r+w mode, which was very
dangerous.


 BTW, when will there be a manual for rdadmin? There are way too many
 unexplained settings in rdadmin.


It would be nice to write it as a collective work.

Bye!
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev


Re: [RDD] Hotkeys not working with Ubuntu 10.4

2011-12-31 Thread Luigino Bracci
Hi,

Try setting the QTDIR variable. This worked for me in Ubuntu 11.04:

$ export QTDIR=/usr/share/qt3
$ rdadmin

Rivendell 2.xx requires the QTDIR variable set so it can open _in runtime_
the file include/qnamespace.h to get keyboard hex codes from it. If the
QTDIR variable is not set, or the QT3 include files aren't installed, the
entire hotkey module will not work.

Also, I've installed the packages libqt3-mt-mysql qt3-dev-tools
qt3-dev-tools-compat qt3-qtconfig

Bye!

2011/9/30 Rüdiger newslet...@schwoon.info

 Hi

 The Hotkey function is not working with V2.20 and Ubuntu 10.04

 I've testet now with several windowmanager like xfce4, KDE and Gnome.

 I thought that it would work. But unfortunately it has not changed, the
 letters will not be saved.

 What I could try now.? I don't like use another Distro...


 --
 --

 Ruediger

 Radio Ostfriesland Techniksupport Automation
 ___
 Rivendell-dev mailing list
 Rivendell-dev@lists.rivendellaudio.org
 http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev

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