Anime Tosho
Anime Tosho
What do you mean by "subfolder(s) path" - the full path of the file as specified in the command line? If so, `--filename "{filename}"` can be used to preserve the...
If I understand you correctly, `--filename "{filename}"` is what you want. Otherwise, I'm confused as to what you're exactly after.
It's under consideration, as it isn't the most trivial thing to implement. Ultimately, it can be done without Nyuu explicitly supporting it - just run Nyuu a second time with...
> I'm not sure why this is hard to implement in nyuu, nyuu just needs to increment the file counter by 1 and add the NZB at the end. It's...
Thanks for the idea. Yeah, there's no such functionality at the moment unfortunately. You can actually supply multiple servers, but articles just get uploaded randomly to the servers. I suppose...
I generally interpret closed as meaning that it's done or won't be implemented, so it would make sense to leave it open I think.
Getting the exact same warning with a ~~fresh~~ install on a Debian machine. Taking a peek at the code, it seems obvious why it's happening: 1. one of the first...
Sorry, this isn't exactly a clean install - my setup script had put my config on there; apologies for the incorrect assertion. Thanks for the pointer on debug symbols -...
Also noticed that argv[1] doesn't get inserted. It looks like it's usually added via a shim, but if mangle=false, those don't get inserted. It seems like fs/bootstrap.js always gets inserted...
Ah, that makes more sense. For my case, I'm looking to completely exclude the VFS in my build, which was what I thought the purpose of mangle=false was. Creating pre-built...