simpleDLNA icon indicating copy to clipboard operation
simpleDLNA copied to clipboard

new issuse

Open OKhyc opened this issue 6 years ago • 1 comments

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?

OKhyc avatar Aug 27 '18 10:08 OKhyc

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

goombapatrol avatar Jan 08 '22 23:01 goombapatrol