Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Requirements for MP3-Plugin



On 30 Jan 2003 "Oliver Friedrich" <oliver@familie-friedrich.de> wrote:

> I'm using ttylinux on the dvb box. This is based on busybox, a small toolset
> collection in a compact binary. All normal commands of a linux system are
> realised via symlinks to this binary. To keep it small, the commands have
> only a few parameters.
> 
> This are for 'find':
> 
> -follow
> -type X
> -name PATTERN
> -print
> -perm PERMS
> -mtime TIME
> -newer FILE

The plugin uses for "find":
-not
-iname
-follow
-type
-maxdepth

and for "sort":
-df

> Is this enough for the mp3 plugin? Or must i use a full featured 'find' from
> a normal distribution?

I think so.

> Another solution would be, to implement the functionality into the plugin
> instead of using external binaries. So it would be more independant from the
> underlying system ... but i don't know, how much work this would be...

This topic is on the TODO list, but I haven't looked closer at
it.

-- 
Stefan Huelswitt
huels@iname.com  | http://home.pages.de/~nathan


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index