Discuss Scratch
- Discussion Forums
- » Show and Tell
- » Message notifier & md5-tool for advanced .sb2 editing
- Doyousketch2
-
Scratcher
93 posts
Message notifier & md5-tool for advanced .sb2 editing
A little open-source app I made, to help calculate md5's for you.
(if you don't know what that is, then this app isn't for you.)

https://github.com/doyousketch2/md5gui
By downloading any scratch.sb2 project,
and renaming it with a .zip extension
When you look inside the project.json file
You'll find that image and sound files aren't listed by filename.
Instead they are md5sums + file extension
This little app just simplifies the process of glancing at the required md5's
without having to drop out to a terminal and typing in
md5sum filename.ext - for every file you check.
(if you don't know what that is, then this app isn't for you.)

https://github.com/doyousketch2/md5gui
By downloading any scratch.sb2 project,
and renaming it with a .zip extension
When you look inside the project.json file
You'll find that image and sound files aren't listed by filename.
Instead they are md5sums + file extension
This little app just simplifies the process of glancing at the required md5's
without having to drop out to a terminal and typing in
md5sum filename.ext - for every file you check.
Last edited by Doyousketch2 (Nov. 6, 2016 01:15:22)
- Doyousketch2
-
Scratcher
93 posts
Message notifier & md5-tool for advanced .sb2 editing
And if you happen to be on Linux 
I made a Python script that checks your messages,
so you can get a notification on your desktop through Conky.

https://gist.github.com/doyousketch2/c25ee559dccd1dcfee0a4a0bba40b692
Updated to handle single -or- multiple users.

I made a Python script that checks your messages,
so you can get a notification on your desktop through Conky.

https://gist.github.com/doyousketch2/c25ee559dccd1dcfee0a4a0bba40b692
Updated to handle single -or- multiple users.
Last edited by Doyousketch2 (Nov. 4, 2016 01:00:37)
- Discussion Forums
- » Show and Tell
-
» Message notifier & md5-tool for advanced .sb2 editing
