Active Topics

 



Notices


Reply
Thread Tools
Posts: 32 | Thanked: 7 times | Joined on Dec 2009
#1
Is there any application for N900 to stop the default music player automatically after the time you want? (e.g. when you use your phone as a “radio” before you’ll get to sleep etc.)

I found one for N97, but wasn't able to find one for N900

http://www.n97i.com/nokia-n97-applic...nokia-n97-1307
 
Posts: 40 | Thanked: 2 times | Joined on Oct 2009 @ Ireland
#2
I'd be rather interested in this aswell.

I guess one could write a script that slept for an amount of time input by the user, then finds the media player process and kills it.

Not the most user friendly thing though.

Last edited by joedumper; 2010-01-15 at 21:28.
 
Posts: 883 | Thanked: 980 times | Joined on Jul 2007 @ Bern, Switzerland
#3
I will try to do a widget over the weekend. Need that for my kids anyway :-)
__________________
-Tom (N900, N810, N800)

"the idea of truly having a computer in your pocket just moved a big step closer."
 

The Following 6 Users Say Thank You to twaelti For This Useful Post:
Posts: 40 | Thanked: 2 times | Joined on Oct 2009 @ Ireland
#4
Sounds cool ^^


i almost have my little script ( all 5 lines of it ),

just need to find where the pid of the media player is kept
 
Posts: 53 | Thanked: 48 times | Joined on Dec 2008 @ Montreal, Canada
#5
Originally Posted by joedumper View Post
Sounds cool ^^


i almost have my little script ( all 5 lines of it ),

just need to find where the pid of the media player is kept
I think the Process ID number changes according to when the program is launched. You should use the process name instead and issue a killall command.

Shaq
 
Posts: 40 | Thanked: 2 times | Joined on Oct 2009 @ Ireland
#6
Ok ... here's my first pass :

echo "Time to shutdown in mins : "
read shutdowntime

sleep $((shutdowntime * 60));

kill $(pidof mediaplayer)

echo "Goodnight";
It works from the command line, just input the time you want the Mediaplayer to run for in minutes.

It's probably overly simplistic ... but it's just nice to play with these things.

Now... wheres my widget hammer
 

The Following 2 Users Say Thank You to joedumper For This Useful Post:
Posts: 32 | Thanked: 7 times | Joined on Dec 2009
#7
That is why I love this forum ...
People are all eager to help.
Thanks ..

Last edited by Pejman; 2010-01-15 at 23:20.
 
Posts: 40 | Thanked: 2 times | Joined on Oct 2009 @ Ireland
#8
So.... errrm....

Anyone know how to create a shortcut on the desktop to execute my shell script ( MusicSleep.sh ) ?
 
Posts: 58 | Thanked: 24 times | Joined on Jan 2010 @ Rotterdam - Netherlands, the
#9
Id love to have this feature in the mediaplayer.
 
Posts: 883 | Thanked: 980 times | Joined on Jul 2007 @ Bern, Switzerland
#10
What are your typical "sleep timer" durations?
15-30-45-60 minutes?
__________________
-Tom (N900, N810, N800)

"the idea of truly having a computer in your pocket just moved a big step closer."
 

The Following User Says Thank You to twaelti For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 08:19.