Re: comments on playlist_catalog and pimp a patch

2006-07-19 Thread Jonathan Gordon
On 19/07/06, [IDC]Dragon <[EMAIL PROTECTED]> wrote: > I noticed the changes made to playlist.c and in playlist_catalog.c > start to use a sort of directory walker which I implemented during the > freeze. The "first" directory walker exists in firmware/dir.c, the rmdir() function. However, it is

Re: comments on playlist_catalog and pimp a patch

2006-07-19 Thread [IDC]Dragon
> I noticed the changes made to playlist.c and in playlist_catalog.c > start to use a sort of directory walker which I implemented during the > freeze. The "first" directory walker exists in firmware/dir.c, the rmdir() function. However, it is very small and recurses. Jörg -- "Feel free" –

comments on playlist_catalog and pimp a patch

2006-07-18 Thread Jonathan Gordon
hey all, Well, I had a little play with the playlist catalog feature and I like it, but one thing I found which should maybe be changed is if you go playlist catalog > add to new playlist and type the name of an existing .m3u it should ask if you want to overwrite it instead of rejecting it. Also