Re: [RDD] RdAirplay Log panel columns

2018-06-25 Thread Fred Gleason
On Jun 25, 2018, at 06:33, Rob Landry <41001...@interpring.com> wrote:

> Also, in /etc/mysql/mariadb.conf.d/50-server.conf:
> 
> change: character-set-driver = utf8mb4
> to:   character-set-driver = latin1
> 
> change:   collation-server = utf8mb4_general_ci
> to:   collation-server = latin1_swedish_ci

Wow, utf8mb4 is a *really* user-hostle default. That one will break a number of 
systems (not just Rivendell).

FWIW however, as of v2.18.0 these changes should not be necessary as Rivendell 
will override them with the correct ones.

Cheers!


|--|
| Frederick F. Gleason, Jr. |  Chief Developer |
|   |  Paravel Systems |
|--|
|  A room without books is like a body without a soul. |
| -- Cicero|
|--|

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


Re: [RDD] RdAirplay Log panel columns

2018-06-25 Thread Rob Landry


On Sun, 24 Jun 2018, Gary Hodder wrote:


Done that and qt3 compiles ok.
Got through to running rdadmin and it says cannot connect to mysql
server.


Did you configure QT3 with -qt-sql-mysql ?

Debian 9 has a strange version of MySQL. I have the following notes:

MySQL installs with the root user set with plugin = unix_socket. That 
needs to be changed to NULL.


Also, in /etc/mysql/mariadb.conf.d/50-server.conf:

change: character-set-driver = utf8mb4
to: character-set-driver = latin1

change: collation-server = utf8mb4_general_ci
to: collation-server = latin1_swedish_ci


Rob

--
Я там, где ребята толковые,
Я там, где плакаты "Вперёд",
Где песни рабочие новые
Страна трудовая поёт.
___
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-24 Thread Stan Fotinos
As a stopgap, would it be possible to configure which columns show and 
which don't? Even if we have to edit the back end, might make things a 
little easier to find for some...


Thanks

Stan


On 22/6/18 10:09 pm, Fred Gleason wrote:
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] RdAirplay Log panel columns

2018-06-23 Thread Gary Hodder
On Sat, 2018-06-23 at 20:59 -0400, Rob Landry wrote:
> On Sat, 23 Jun 2018, Gary Hodder wrote:
> 
> > I'm having no luck compiling qt3 on the latest debian.
> 
> Here are my notes on compiling QT3 under Debian 9:
> 
> Fix QT3 C errors
> 
> You need to add the following line to two separate files
> 
> #include 
> 
> Inside /usr/local/qt3/include/qvaluelist.h on line 52 you'll see this
> 
> #include 
> #endif
> 
> Underneath this add the stddef line and it will look like this
> #include 
> #endif
> #include 
> 
> Inside /usr/local/qt3/include/qmap.h on line 54 you have this
> #include 
> #endif
> 
> Add the same stddef line underneath the end if like you did before.
> Compiling QT3
> Now you can compile QT3 without any issues
> 
> 
> Rob
> 
Sorry Rob you get 2 copies, didn't check the reply to.

Done that and qt3 compiles ok.
Got through to running rdadmin and it says cannot connect to mysql
server.
In /usr/local/qt3/plugins/sqldriver/libqsqlmysql.so
Is this the correct name and location for the mysql driver that rd
looks for?

Thanks
Gary.

___
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 Rob Landry

On Sat, 23 Jun 2018, Gary Hodder wrote:


I'm having no luck compiling qt3 on the latest debian.


Here are my notes on compiling QT3 under Debian 9:

Fix QT3 C errors

You need to add the following line to two separate files

#include 

Inside /usr/local/qt3/include/qvaluelist.h on line 52 you'll see this

#include 
#endif

Underneath this add the stddef line and it will look like this
#include 
#endif
#include 

Inside /usr/local/qt3/include/qmap.h on line 54 you have this
#include 
#endif

Add the same stddef line underneath the end if like you did before.
Compiling QT3
Now you can compile QT3 without any issues


Rob

--
Я там, где ребята толковые,
Я там, где плакаты "Вперёд",
Где песни рабочие новые
Страна трудовая поёт.___
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 Cowboy
On Sat, 23 Jun 2018 18:43:55 -0400
Luigino Bracci  wrote:

> 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? 

 Since this appears directed towards me, *I* won't, no !

 Rivendell is Open Source.
 That means that if you want it to be QT5, then you are free to download
 the source code, and do it yourself, PROVIDED you re-release it back to
 the community for free.

 It is commercially supported by Paravel Systems, in which I have
 no interest or part what so ever.
 For the most part, it seems to run fine on CentOS 7.
 ( with exception that some things render at a glacial pace )

-- 
Cowboy 

The nice thing about standards is that there are so many of them to choose from.
-- Andrew S. Tanenbaum
___
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-23 Thread Wayne Merricks
Hi,

Have a look at the Ubuntu xenial instructions on the wiki.  They should
apply to the latest Debian for qt3.

Regards,

Wayne

On Sat, 23 Jun 2018, 00:46 Gary Hodder,  wrote:

>
> >
> >  I already know that it's on the list, but I wouldn't hold my breath.
> >
> I seem to recall some time back that a version was being worked on for
> qt4, is the light still turned on at the end of that tunnel?
> I'm having no luck compiling qt3 on the latest debian.
>
> Gary.
>
> ___
> 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 Gary Hodder


> 
>  I already know that it's on the list, but I wouldn't hold my breath.
> 
I seem to recall some time back that a version was being worked on for
qt4, is the light still turned on at the end of that tunnel?
I'm having no luck compiling qt3 on the latest debian.

Gary.

___
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 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


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] RdAirplay Log panel columns

2018-06-22 Thread 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


Re: [RDD] RdAirplay Log panel columns

2018-06-22 Thread Stan Fotinos

Locking down the order and width would be a great addition!


On 22/6/18 9:40 pm, Tim Camp wrote:
I should say that it is the column widths that reset not the order, 
however the order resets on restart of rdairplay


On Fri, Jun 22, 2018 at 8:34 AM, Tim Camp > wrote:


Greetings,

I ask this question nine years ago so I thought I would revisit it.
I've got some very superficial requests from my air staff.
Here are the questions

Is there any way to lock down the order of columns of the log panel in
Rdairplay? they are constantly changing on refresh.

Tim Camp
WZEW




___
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 Tim Camp
I should say that it is the column widths that reset not the order, however
the order resets on restart of rdairplay

On Fri, Jun 22, 2018 at 8:34 AM, Tim Camp  wrote:

> Greetings,
>
> I ask this question nine years ago so I thought I would revisit it.
> I've got some very superficial requests from my air staff.
> Here are the questions
>
> Is there any way to lock down the order of columns of the log panel in
> Rdairplay? they are constantly changing on refresh.
>
> Tim Camp
> WZEW
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] RdAirplay Log panel columns

2018-06-22 Thread Tim Camp
Greetings,

I ask this question nine years ago so I thought I would revisit it.
I've got some very superficial requests from my air staff.
Here are the questions

Is there any way to lock down the order of columns of the log panel in
Rdairplay? they are constantly changing on refresh.

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