Thanks for letting me know.Thanks a lot, and for the wishes too! In terms of dependencies though, it's more or less the same as I'm doing right now: your approach needs Python, Pillow and yourserver.py (3 dependencies), while the one I currently use needs NodeJS, NPM and HTTP Server (3 dependencies), so not that much of a difference between them, since both of them can disable CORS. I appreciate the suggestion though, you certainly have a lot of goodies you made, nice work! Image may be NSFW.
Clik here to view.![]()
Thanks again, this works perfectly at the command line! In my skin though, where I now use a single measure and ShotCap, I have this:I therefore get this output:Code:
shotcap -f Screenshot.jpg -r #CURRENTCONFIGX#,#CURRENTCONFIGY#,#CURRENTCONFIGWIDTH#,#CURRENTCONFIGHEIGHT# -format jpg -quality 70 -p -repeat 0.04 #FM# -dir "#CURRENTPATH#"
So the \ at the end of #CURRENTPATH# is not ignored by ShotCap, hence the error. Hardcoded paths without the ending \ work though, and so is this alternative form:Code:
Failed to save screenshot (C:\Users\[User]\Documents\Rainmeter\Skins\Screen Ruler" \Screenshot_001.jpg). Status code: 7
I just thought you should know about that \ issue, as that might occur in other cases too. I'm already using the alternative form and it works great, so thanks again! Image may be NSFW.Code:
shotcap -f "#CURRENTPATH#Screenshot.jpg" -r #CURRENTCONFIGX#,#CURRENTCONFIGY#,#CURRENTCONFIGWIDTH#,#CURRENTCONFIGHEIGHT# -format jpg -quality 70 -p -repeat 0.04 #FM#
Clik here to view.
Statistics: Posted by nstechbytes — Today, 2:44 pm