nmaier/simpleDLNA

new issuse

Opened this issue · 1 comments

OKhyc commented

in namespace NMaier.SimpleDlna.Options
there is an Attribute :Argument
[Argument("type", HelpText = "Types to serv (IMAGE, VIDEO, AUDIO; default: all)")]
so the Construction method for Argument just has one parameter .
what should i do to launch the project?

If I understand correctly, you can do either of these formats to specify more than 1 type:
-t AUDIO -t VIDEO
-t AUDIO,VIDEO