Notices


Reply
Thread Tools
MyNokiaN900's Avatar
Posts: 249 | Thanked: 217 times | Joined on Jan 2011 @ United Kingdom
#31
Originally Posted by phap View Post
Now it would be really great to have the covers!
Check this out... "SOMEBODY" author of SomePlayer, is working on SomeCover that pulls in Album covers from Last.fm

Somebody is well ahead of us.
__________________
My Nokia N900 is my website, still up an running for the Maemo community. My Nokia N900 is upgraded to 21.2011.38-1Tmaemo1.1 ~ CSSU ready ~ Overclocked ~ Speed patched ~ Swappolube ~ was running 7 desktops ~ 270 apps and counting ~ Multi-Boot with Standard Kernel , Kernel Power 2.6.28.10power47 and NITDroid N12 "UMay".
 
eefo's Avatar
Posts: 1,444 | Thanked: 461 times | Joined on Dec 2010 @ pakistan
#32
i hope that you can easily see that the player widget is showing ¨someplayer is not working¨
now what ?


p.s all steps are done as mentioned .
Attached Images
 
 
GreatGonzo's Avatar
Posts: 275 | Thanked: 389 times | Joined on Feb 2010 @ Sydney
#33
Actually it is not "running". Start it from Applications.
__________________
Quick Widgets - http://wiki.maemo.org/Quick_Widgets
 
Posts: 2,014 | Thanked: 1,581 times | Joined on Sep 2009
#34
Originally Posted by GreatGonzo View Post
Actually it is not "running". Start it from Applications.
Be nice if when we clicked the "Not running" message it launched someplayer. Might have to look into this QML thing.
__________________
Class .. : Power Poster, Potential Coder
Humor .. : [*********] Alignment: Chaotic Evil
Patience : [***-------] Weapon(s): +2 Logic Mace
Agro ... : |*****-----] Relic(s) : G1, N900

 
eefo's Avatar
Posts: 1,444 | Thanked: 461 times | Joined on Dec 2010 @ pakistan
#35
Originally Posted by Bratag View Post
Be nice if when we clicked the "Not running" message it launched someplayer. Might have to look into this QML thing.
nope it isn't launching even if clicking the ¨ not running ¨ message .
 
Posts: 2,014 | Thanked: 1,581 times | Joined on Sep 2009
#36
Originally Posted by eefo View Post
nope it isn't launching even if clicking the ¨ not running ¨ message .
I know. Thats the functionality I am wanting. I am trying to learn QML on the fly here. Will let you know how it goes.

Ok Got it working. Edit you someplayer.qml with the following.

Code:
    
Text {
        id: note
        anchors.centerIn: parent
        visible: false
        text:  "<a href=\"http://qt.nokia.com\">Someplayer Closed</a>"
        font.bold: true
        horizontalAlignment: Text.AlignHCenter
        font.pointSize: 10
        style: font.Raised
        color: "white"
        onLinkActivated: {
                launch.run()    
        }
}
Add this to the bottom of the file above the Component.onCompleted

Code:
Process {
        id: launch
        command: "sh -c \"/usr/bin/someplayer &\""
        onFailed: {
                note.color = "red"
        }
        onCompleted: {
                note.text = "Opening Someplayer"
        }
   }
__________________
Class .. : Power Poster, Potential Coder
Humor .. : [*********] Alignment: Chaotic Evil
Patience : [***-------] Weapon(s): +2 Logic Mace
Agro ... : |*****-----] Relic(s) : G1, N900


Last edited by Bratag; 2011-03-14 at 07:12.
 
GreatGonzo's Avatar
Posts: 275 | Thanked: 389 times | Joined on Feb 2010 @ Sydney
#37
Nice work. Similar to the uploaded v0.5. I have also improved the responsiveness of track info updates.
__________________
Quick Widgets - http://wiki.maemo.org/Quick_Widgets

Last edited by GreatGonzo; 2011-03-14 at 08:13.
 
Posts: 142 | Thanked: 120 times | Joined on Jul 2010
#38
I have still a problem with the album art, I just have a dark square.
Also I have a request: could it be possible to start someplayer in the background? And could you add a button (or give me the command) to stop someplayer? Thank you.

Last edited by phap; 2011-03-14 at 09:08.
 
somebody's Avatar
Posts: 128 | Thanked: 487 times | Joined on Oct 2010 @ Novosibirsk, Russia
#39
I am working now on someplayer daemon, but it will be released not in nearest future (may be after 2-4 weeks).
Also, I can add 'quit' dbus function to this daemon.
 
GreatGonzo's Avatar
Posts: 275 | Thanked: 389 times | Joined on Feb 2010 @ Sydney
#40
Looking forward to all these features. Any ETA on the playlist controls? I was thinking of flipping the widget on tap and then give a list of playlists to select from.
__________________
Quick Widgets - http://wiki.maemo.org/Quick_Widgets
 
Reply


 
Forum Jump


All times are GMT. The time now is 00:48.