|
2010-07-31
, 07:53
|
Posts: 69 |
Thanked: 7 times |
Joined on Nov 2009
|
#2
|
|
2010-07-31
, 08:00
|
|
Posts: 3,159 |
Thanked: 2,023 times |
Joined on Feb 2008
@ Finland
|
#3
|
|
2010-07-31
, 10:41
|
Posts: 155 |
Thanked: 61 times |
Joined on Nov 2009
|
#4
|
|
2010-07-31
, 12:27
|
|
Posts: 35 |
Thanked: 2 times |
Joined on Jul 2010
@ lagos, Nigeria
|
#5
|
|
2010-07-31
, 12:34
|
Posts: 292 |
Thanked: 131 times |
Joined on Dec 2009
|
#6
|
|
2010-07-31
, 13:04
|
Posts: 36 |
Thanked: 28 times |
Joined on Jul 2010
|
#7
|
is there any way to expand the recently added playlist from 30 songs, or possibly to sort the songs in order of date added?
cd ~/MyDocs/.sounds find -mtime -2 -iname "*.mp3" > today.m3u find -mtime -8 -iname "*.mp3" > this-week.m3u find -mtime -31 -iname "*.mp3" > this-month.m3u
does it automatically make a playlist of any folder i add to the music folder from now on or do i have to run the code everytime
The Following User Says Thank You to dave1010 For This Useful Post: | ||
|
2010-07-31
, 13:35
|
Posts: 102 |
Thanked: 23 times |
Joined on Apr 2010
|
#8
|
|
2010-07-31
, 13:41
|
Posts: 102 |
Thanked: 23 times |
Joined on Apr 2010
|
#9
|
|
2010-07-31
, 14:21
|
Posts: 36 |
Thanked: 28 times |
Joined on Jul 2010
|
#10
|
What to do when I have those scripts in memory card? this script runs only for the internal memory rite
cd /media/mmc1
cd /media/mmc1/music
Incidently, git source control is a great way to manage projects on the N900 as you can easily sync to your PC or github.com. You can install git on the N900 with a simple
Last edited by dave1010; 2010-07-31 at 14:35. Reason: Added finding OGG and WMA files