The Following User Says Thank You to fatalsaint For This Useful Post: | ||
|
2011-07-26
, 15:37
|
|
Posts: 98 |
Thanked: 189 times |
Joined on Jul 2007
@ San Antonio, TX
|
#562
|
The Following User Says Thank You to rm_you For This Useful Post: | ||
|
2011-07-26
, 16:49
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#563
|
I'm not really looking for long-term maintenance (who ever is?), I was just trying to get it working in the meantime for myself and other people who were missing Pandora *now*. If you want to keep looking at fixing gstreamer support, or steal the MPlayer backend from MediaBox (does it even use AbstractBackend already? That'd be a drop-in! I feel I may have wasted a lot of my time this weekend writing one that's more buggy than not). I don't know if stealing the binary for mp3 support from debian will work, you'll probably have to compile *something*. I can maybe help with this tonight, if all it needs to work is a proper gstreamer mp3 lib. Or, I can look at what you have and see if I can debug it. Do you have the code for the MeeGo branch somewhere I can get it?
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
|
2011-07-26
, 21:26
|
|
Posts: 98 |
Thanked: 189 times |
Joined on Jul 2007
@ San Antonio, TX
|
#564
|
Chances are, if you got mplayer working with your mplayer binary, his drop-in mplayer backend will work perfectly. I will grab that piece as well and clean it up removing the parts pyRadio does not use like I do with all the other backends (like his logger) and package it all up tonight.
Ultimately, just like I went through the evolution of libfaac, then gstreamer, then MAFW/OSSO for the N900 and N8x0 - I am a believer that getting it to work with the standard device backend is the most 'elegant' and 'proper' approach.
The Following User Says Thank You to rm_you For This Useful Post: | ||
|
2011-07-26
, 21:32
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#565
|
Are you ever on IRC? I'm in the #harmattan channel pretty much 24/7, same nick as on here.
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
|
2011-07-26
, 21:40
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#566
|
|
2011-07-26
, 21:55
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#567
|
Hey Saint!
From your coding, it looks as though you're loading colors from the hildon default scheme or something.
Is there a way to change my hildon colors by command line?
I'd like too see if it's possible to have a black background like your N900 version.
Right now, I'm using the Nuevo (sp?) clear theme if that matters at all.
Peace.
|
2011-07-26
, 21:58
|
|
Posts: 98 |
Thanked: 189 times |
Joined on Jul 2007
@ San Antonio, TX
|
#568
|
ETA: Also, keep in mind I am working in MeeGo, not Harmattan. Harmattan is the bastard byproduct of the lonely MeeGo and the neglected Maemo one-night stand.
It's MeeGo-ish, but uses DEB. MeeGo uses RPM.
|
2011-07-26
, 22:08
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#569
|
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
|
2011-07-26
, 22:12
|
|
Posts: 98 |
Thanked: 189 times |
Joined on Jul 2007
@ San Antonio, TX
|
#570
|
Most likely not since I do not see myself getting the N9 due to a lack of hardware keyboard. It's a beautiful phone.. and I bruised my head the day I saw the hands-on videos knowing that Nokia pretty much ensured it's failure before they even launched it and are determined to see it go the way of the Dodo.
The next phone I get will most likely be a MeeGo if one is ever released that has a HW keyboard - and short of that.. I really have no idea. There is nothing else I want right now .
I also spent a couple hours tonight working on converting pyRadio to MeeGo. The native back-end for MeeGo is actually GStreamer and MediaBox already had a GStreamer backend that ties exactly into the framework that I am already using from there for MAFW and OSSO. Once I cleaned that code of the stuff I don't use and put it on there a simple if statement allows me to switch between backends based on the device it's running on. That way same source can be used for all devices (not sure how you coded yours).
The first major problem I ran into (after converting to PySide) was that MeeGo does not have MP3 support and you are supposed to use 'fluendo' ones. I didn't want to sign up at the fluendo place, nor did I want to have to compile my own for ARM, so I went to debian here, extracted the .so file and put it in my ~/.gstreamer-0.10/plugins folder.
The app loads, loads the graphic and the stations and the song name, but then seg faults. So i went to the command line and tried playing the URL directly from pandora using
Unless you want to take it over for good I'll keep looking into it tomorrow. But if you want to maintain it for MeeGo that's fine too.
(Note: MediaBox also has an mplayer backend code that would integrate right into the current system as well)
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!