Open martijnboers opened 10 years ago
The following patch should help:
--- app/client/Services/RadioService/RadioService.cpp.orig 2016-06-16 20:32:08 UTC
+++ app/client/Services/RadioService/RadioService.cpp
@@ -307,7 +307,7 @@ RadioService::mute()
void
RadioService::onPhononStateChanged( Phonon::State newstate, Phonon::State oldstate )
{
- qDebug() << oldstate << " -> " << newstate;
+ qDebug() << (int)oldstate << " -> " << (int)newstate;
if (m_mediaObject == 0) {
qDebug() << "m_mediaObject is null!";
return;
This is pull request #52
Thanks for the patch.
There's very little point to compiling the app on Linux - it won't give you Last.fm Radio (as that no longer exists) and it won't scrobble from iTunes or WinAmp / FooBar / WMP (as those don't exist on Linux), so there's not much to go for.
Interested to know what use-case you had in mind.
Hi!
After running
make -j4
I get an ambiguous overload in RadioService.cpp;I couldn't find in the issues if this was an old problem, but I wont let me finish compiling.
3.14-2-rt-amd64 Debian Jessie