As far as I know, google does not count small images. Semagic displays what the site returns exactly in the album feed, it does not count anything by itself.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can enable debug mode in options/advanced, open picture window and see saved server response response_picasa.getalbums.xml and find gphoto:quotalimit and gphoto:quotacurrent. I guess there is an integer overflow there, at least in the 2nd number, i.e. integer in limited to 4GB
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
As far as I know, google does not count small images. Semagic displays what the site returns exactly in the album feed, it does not count anything by itself.
You can enable debug mode in options/advanced, open picture window and see saved server response response_picasa.getalbums.xml and find gphoto:quotalimit and gphoto:quotacurrent. I guess there is an integer overflow there, at least in the 2nd number, i.e. integer in limited to 4GB
I checked the log and found this:
<gphoto:quotalimit>22548578304</gphoto:quotalimit>
<gphoto:quotacurrent>2474853016</gphoto:quotacurrent>
These numbers are correct:
22548578304 == 21GB (20GB payed + 1GB default)
2474853016 == 2.3GB (currently used)
You are right about the overflow.