Page 1 of 1

Great Little Radio Player-1.5

Posted: 01 Jan 2021, 11:01
by raja
I could get the latest GLRP-1.5 working in Porteus-5.0rc2-x86_64. The recent one has done away with KDE's Phonon framework. All required QT5 libraries are inbuilt. I have installed Gstreamer-1.18 with all required plugins. Comes with a new Stations list.

An older version GLRP-1.6 with Phonon back end too works in my 32 bit laptop. But many stations out of around 500 are defunct. Trying with latest gstreamer version.

But before starting with terminal, we have to input, "export QT_PLUGIN_PATH=/usr/lib/kde4/plugins". Otherwise phonon back end not found error is thrown.

Any idea how to incorporate this for permanency.

If any member is interested in this Radio Player, I shall upload.

Happy New Year to all.

Great Little Radio Player-1.5

Posted: 20 Jan 2021, 21:59
by Rava
When the binary of Great Little Radio Player is named glrp have you tried in a terminal

Code: Select all

QT_PLUGIN_PATH=/usr/lib/kde4/plugins glrp
?

Alternatively, use /etc/profile and ~/.bashrc and add

Code: Select all

export QT_PLUGIN_PATH=/usr/lib/kde4/plugins