Active Topics

 



Notices


Poll: Would you like to see a "now playing" notification?
Poll Options
Would you like to see a "now playing" notification?

Reply
Thread Tools
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#41
this app rox, you cud use it for other notifications maybe??

reminders/// etc
 
tuminoid's Avatar
Posts: 188 | Thanked: 185 times | Joined on Dec 2009 @ Finland
#42
Originally Posted by f2thak View Post
this app rox, you cud use it for other notifications maybe??

reminders/// etc
Care to elaborate more? Reminders aka alarms already have quite extensive apps around them.
__________________
My wiki: User:Tuminoid
cpumem-applet: home | packages - status: 0.0.3 in Extras

cell-modem-ui: home | packages - status: 0.5.1-1 in Extras
nowplayingd: home | packages - status: 0.1-2 in extras-devel
custom-pwkmenu: home - no packages yet.
 
Posts: 17 | Thanked: 5 times | Joined on Dec 2009
#43
Hi, and thanks for your reply!
It's good to know! Wish it could be fixed somehow!
Now Playing Notifications is a superapp!

/Trancedancer

Originally Posted by qwerty12 View Post
You've stumbled upon a bug in the Media Player widget, unrelated to Now Playing Notifications: https://bugs.maemo.org/show_bug.cgi?id=5894
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#44
I've committed support for showing the filename if the tag information isn't available.

Originally Posted by generationally View Post
My request would be that instead of showing some media player icon together with the artist and song, it would show the actual album art if available. Doable?
]
Nope. The notification plugin used by the N900 doesn't support being given an explicit path to an image.
A workaround would be to get the image, resize it (multiple times for the small notification and for the larger notification), put the resulting images in the folders that the notification plugin does look for images and hope that we don't encounter a race condition. Doing all this, BTW, would make the N900 rather slow when pressing the "next track" button repeatedly.

@tuminoid

I'm looking at https://garage.maemo.org/pm/task.php...roject_id=2599 .

It wouldn't take long to add statusbar applet functionality (I've written a few of those already =)) to the notifier.

This is what I've come up with:


The album art is real, is from MAFW and resizing it is no problem.
Ignore "Example Title" and "Value"; you already know that we can get those filled in by MAFW.
 

The Following 2 Users Say Thank You to qwerty12 For This Useful Post:
Posts: 17 | Thanked: 5 times | Joined on Dec 2009
#45
Wow, you are really productive out there, guys! Wonderful!
Wish I could help out, but it's not my thing... :-(

The statusapplet-function is a great idea!!!
This way, maybe it could be possible to turn the Notification On/Off??? :-)
 
tuminoid's Avatar
Posts: 188 | Thanked: 185 times | Joined on Dec 2009 @ Finland
#46
Originally Posted by Trancedancer View Post
The statusapplet-function is a great idea!!!
This way, maybe it could be possible to turn the Notification On/Off??? :-)
There is a real settings applet in the works for configuring all aspects of notifications, including on/off, I don't see benefit for having us taking space in menu, there are pelnty of useful applets to put there instead.
__________________
My wiki: User:Tuminoid
cpumem-applet: home | packages - status: 0.0.3 in Extras

cell-modem-ui: home | packages - status: 0.5.1-1 in Extras
nowplayingd: home | packages - status: 0.1-2 in extras-devel
custom-pwkmenu: home - no packages yet.
 

The Following 2 Users Say Thank You to tuminoid For This Useful Post:
tuminoid's Avatar
Posts: 188 | Thanked: 185 times | Joined on Dec 2009 @ Finland
#47
Originally Posted by qwerty12 View Post
I've committed support for showing the filename if the tag information isn't available.
Thanks, looked at the code and it seems really clean.

Originally Posted by qwerty12 View Post
Nope. The notification plugin used by the N900 doesn't support being given an explicit path to an image.
A workaround would be to get the image, resize it (multiple times for the small notification and for the larger notification), put the resulting images in the folders that the notification plugin does look for images and hope that we don't encounter a race condition. Doing all this, BTW, would make the N900 rather slow when pressing the "next track" button repeatedly.
Thats sad and a bit surprising too.

Though I got this (sick) idea of having the configuration applet have a button, which would gather the album art from MAFW and batch process it to suitable icons. It'd take time, but since it would be in the applet and explicitly started by user, consuming time is no problem. Do you see problems with this approach?

Originally Posted by qwerty12 View Post
@tuminoid

I'm looking at https://garage.maemo.org/pm/task.php...roject_id=2599 .

It wouldn't take long to add statusbar applet functionality (I've written a few of those already =)) to the notifier.

This is what I've come up with:


The album art is real, is from MAFW and resizing it is no problem.
Ignore "Example Title" and "Value"; you already know that we can get those filled in by MAFW.
I was merely meaning that some evaluation should be made if there is difference having the notifier as standalone daemon or to make it a plugin (without any icon/buttons). This way we could get rid of dsmetool and Xsession scripts and use more standard way.

I also see very little advantage of having the statusmenu button for notifier. It requires user to actively seek it and is pretty much the same if user would go to desktop and look at mediaplayer widget which is showing the exact same things. Agree?
__________________
My wiki: User:Tuminoid
cpumem-applet: home | packages - status: 0.0.3 in Extras

cell-modem-ui: home | packages - status: 0.5.1-1 in Extras
nowplayingd: home | packages - status: 0.1-2 in extras-devel
custom-pwkmenu: home - no packages yet.
 

The Following 2 Users Say Thank You to tuminoid For This Useful Post:
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#48
Originally Posted by tuminoid View Post
Thats sad and a bit surprising too.

Though I got this (sick) idea of having the configuration applet have a button, which would gather the album art from MAFW and batch process it to suitable icons. It'd take time, but since it would be in the applet and explicitly started by user, consuming time is no problem. Do you see problems with this approach?
I wouldn't have a problem, no, but it'd have to be manually synced and optified of course =)

Originally Posted by tuminoid View Post
I was merely meaning that some evaluation should be made if there is difference having the notifier as standalone daemon or to make it a plugin (without any icon/buttons). This way we could get rid of dsmetool and Xsession scripts and use more standard way.

I also see very little advantage of having the statusmenu button for notifier. It requires user to actively seek it and is pretty much the same if user would go to desktop and look at mediaplayer widget which is showing the exact same things. Agree?
Yes, agreed. Apologies, I'm going overboard here. I do have to admit that I would like a statusmenu applet because I'm too lazy to go to the deskop but that is outside the scope of the notifier. Maybe in my own time...

I'm not bothered either way, TBH. It's much nicer to test it as a daemon, though.
 

The Following 2 Users Say Thank You to qwerty12 For This Useful Post:
Scottlfa's Avatar
Posts: 124 | Thanked: 38 times | Joined on Feb 2010 @ Gaffney, South Carolina, USA
#49
Thanks for the notification app look forward to other apps [powerkey menu] for example
 
Posts: 67 | Thanked: 7 times | Joined on Dec 2009 @ Netherlands
#50
Got it!
Thx alot! Good work!
Like the app, as simple as it can be, I don't miss anything. If I read it right you also wanted to implement a next-trackbutton in the notify. To me, that'd be the only thing further needed, but I dont know if its possible and if its gonna be easy to make a good difference between tapping it to go to the mediaplayer and tapping 'next track'.
Perhaps repeat track could also be usefull.

That's one more opinion for ya guys
 
Reply


 
Forum Jump


All times are GMT. The time now is 16:27.