|
|
Rockbox mail archiveSubject: Re: question about managing dynamic playlists.Re: question about managing dynamic playlists.
From: R.L. Horn <lists_at_eastcheap.org>
Date: Wed, 8 Jul 2009 21:42:23 -0500 (CDT)
On Wed, 8 Jul 2009, alex wallis wrote:
>> It would be much easier to just overwrite, rather than delete, the
With find and diff, it's easy:
find old/.rockbox -printf '%P\n' | sort > oldfiles
(What I actually do is compare versioned manifests generated by my build
If you put builds in tarballs, you needn't even go that far. Simply sort
Since the wps format has stabilized (for now), files don't go away all
< .../flashlight.rock
though I believe there may have been one or two since.
This all assumes, of course, that you're in a unixy environment or
Page was last modified "Jan 10 2012" The Rockbox Crew |