Notices


Reply
Thread Tools
Posts: 486 | Thanked: 251 times | Joined on Oct 2009
#11
Originally Posted by Dave999 View Post
have the same problem on my n900. all files in same folder, several CDs.

chapter 1 Disc 1
chapter 1 Disc 2
grrr...
That is why it is rude not to name files so that alphanumeric sort does the right thing or to write dates any way other than something like Y-m-d_H:M:S with four digit year. And to use leading 0's.

For you, CLI to the rescue.

Code:
ls | grep "Disc 1" > book_title_1.m3u
ls | grep "Disc 2" > book_title_2.m3u
etc.
 

The Following User Says Thank You to j.s For This Useful Post:
Posts: 3 | Thanked: 2 times | Joined on Dec 2009 @ Brisbane
#12
Panucci seems to work great for me. Too bad it doesnt have an app icon though
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 12:30.