Yaroslav Shepilov

Results 383 comments of Yaroslav Shepilov

I see, thanks. It seems, that youtube_dl doesn't recognize SIGTERM and only recognizes SIGINT (or just ctrl+C). I guess script-server needs a way to override which signal is sent to...

Hi @kodifan, why can't you pass parameter 1 to parameter 2? How are you trying to do it? Also, may be you can use "recursive_file" feature instead: https://github.com/bugy/script-server/wiki/Script-config#file_recursive A user...

Hi @ojtimsen , unfortunately this is not possible, but this is a nice proposal

Done, now this is possible to enable this behaviour via this option: https://github.com/bugy/script-server/wiki/Server-configuration#--group_by_folders (please note, that it's a nested property!). This option is enabled by default since 1.19

Hi @zfpang, I guess this is the way to go: https://github.com/bugy/script-server/wiki/Script-config#--default Most probably you would want to combine it with a https://github.com/bugy/script-server/wiki/Script-config#--constant

From where do you want to get the user? another script? Some other application? Or anything else

So, you are doing it from the script itself. In this case this solution is the right way for you: https://github.com/bugy/script-server/issues/690#issuecomment-1689560103 You would need to pass username to the script,...

Hi @ejlb, I think it's a good idea, but I never had time to put effort for it. Or even design, how script server structure would look like (because it...