PycasaDownload 0.5beta (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News PycasaDownload 0.5beta (Default branch)
# 1  
Old 11-02-2008
PycasaDownload 0.5beta (Default branch)

Image PycasaDownload is a program to download Picasa photo albums or just the photos you like best from a given album. You provide the username, and all the available public albums from that user will be presented to you. The program let you download all the photos from one or several Picasa albums, in full resolution, with just one click. You can also browse a given album and choose which photos to download. It provides a very user-friendly PyGTK GUI, and is based on the Google Picasa API. License: GNU General Public License v3 Changes:
Updated documentation. A complete redesign of the GUI. Previews for albums and for album contents. "Check for new version" has been added to the Help menu. A new logo has been created and tuned. Selective download for albums and photos. The Google API has been added to the source code; installation is not needed anymore. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Audio::MPD::Common::Stats(3pm)				User Contributed Perl Documentation			    Audio::MPD::Common::Stats(3pm)

NAME
Audio::MPD::Common::Stats - class representing MPD stats VERSION
version 1.120881 DESCRIPTION
The MPD server maintains some general information. Those information can be queried with the mpd modules. Some of those information are served to you as an Audio::MPD::Common::Stats object. An Audio::MPD::Common::Stats object does not update itself regularly, and thus should be used immediately. Note: one should never ever instantiate an Audio::MPD::Common::Stats object directly - use the mpd modules instead. ATTRIBUTES
$stats->artists; Number of artists in the music database. $stats->albums; Number of albums in the music database. $stats->songs; Number of songs in the music database. $stats->uptime; Daemon uptime (time since last startup) in seconds. $stats->playtime; Time length of music played. $stats->db_playtime; Sum of all song times in the music database. $stats->db_update; Last database update in UNIX time. AUTHOR
Jerome Quelin COPYRIGHT AND LICENSE
This software is copyright (c) 2007 by Jerome Quelin. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-04-01 Audio::MPD::Common::Stats(3pm)