Quantcast
Viewing latest article 2
Browse Latest Browse All 1592

Community Plugins & Addons • Re: Finalshot

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.
:thumbup:




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:

Code:

shotcap -f Screenshot.jpg -r #CURRENTCONFIGX#,#CURRENTCONFIGY#,#CURRENTCONFIGWIDTH#,#CURRENTCONFIGHEIGHT# -format jpg -quality 70 -p -repeat 0.04 #FM# -dir "#CURRENTPATH#"
I therefore get this output:

Code:

Failed to save screenshot (C:\Users\[User]\Documents\Rainmeter\Skins\Screen Ruler" \Screenshot_001.jpg). Status code: 7
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:

shotcap -f "#CURRENTPATH#Screenshot.jpg" -r #CURRENTCONFIGX#,#CURRENTCONFIGY#,#CURRENTCONFIGWIDTH#,#CURRENTCONFIGHEIGHT# -format jpg -quality 70 -p -repeat 0.04 #FM#
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.
Clik here to view.
:rosegift:
Thanks for letting me know.

Statistics: Posted by nstechbytes — Today, 2:44 pm



Viewing latest article 2
Browse Latest Browse All 1592

Trending Articles