-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    LinuxDaily.com    Linux42.org    OpenSkillz.com    Open-PC.com   
Apps
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


Sponsoring


-
- Content .- Fans (1) .- Knowledge Base  . 

Mediadownloader

   1.3.2  

Qt Web Application

Mediadownloader
zoom


Homepage:  Link
Depends on:  Qt 4.x
Downloads:  1922
Submitted:  Sep 25 2009
Updated:  Jul 23 2010
Score: 
score65%65%score
 65% good
bad   good

Description:

Mediadownloader (ex GoogleImageDownloader) is an opensource software that lets you search, watch and download items with Google Image and YouTube.
Search results are displayed within a mouse scrollable view, as well as mobile devices do.
You will see thumbnails that are conform with your search criteria, doubleclick to view, rightclick to popup a menu and choose to download the single image or video, remove from global downloads or browse the web page.
A tip for search all images in specific domain is to just leave the search field blank and fill the
field "in this domain" with the address of the site you want (for example "www.flickr.com").
In the YouTube tab you can search Top Rated, Top Favorites, Most Viewed etc. or search with words,
if you want a specific video, you can insert its 11 chars id.
Set an image as wallpaper is only supported on Gnome, Kde 3.5 and windows.
Choose which to remove and download them into a specific folder with choosen naming.


NOTES
Could happens that Google changes some search url parameters, for this reason there is an ajax search method, it most likely always works but it's slower because it searches only 3 results at once instead of the 21 of public method.
OpenGL is determined on compiling time.
Compiled and tested with Qt 4.6.3 and 4.5.3.

Hope you enjoy this app and if you have any comment, suggestions or bug report,
leave me an email , I will be happy for your support.

KNOWN ISSUES
with flashplayer plugin v10.1 the app crashes when browsing (linux i386)




Changelog:

v 1.3.2 (23 july 2010)
-fix url changed by YouTube for playback videos

v 1.3.1
-fix video downloads

v 1.3
-changed the application name
-support for non OpenGL systems
-YouTube search, view, download
-added sliders to increase or decrease thumbnail size
-removed html thumbnail view
-view images and videos are now outside GraphicsView

v 1.2.3
-fixed Safe Search filter

v 1.2.2
-added button to hide top frame
-added italian translation
-added russian and ukrainian translations (thanks to Motsyo Gennadi)
-finally added application icon (thanks to Motsyo Gennadi)
-added an entry menu to set image as wallpaper (only gnome, kde 3.5, win)

v 1.2.1
-restyling
-replace proxyWidgets with pixmapItems for better performances
-contextual menù over items in flow view
-some output messages

v 1.2
-Code completly rewritten
-Multithread class for multiple downloads with a progress bars
-Google class for search images with the ajax google api (max 64 results) or by parsing html public page
-Thumbnails viewer using QGraphicsView in a grid view. Scroll, zoom, panning with mouse.
-Old html view could be choose instead of graphicsView
-Last session parameters are restored when run program again
-Support for Qt 4.5

v 1.1
-added a link to do a single image download
-fixed when removing thumbnail the scrollbar doesn't reset to top

v 1.02
-fix searching with non english chars (maybe, need more testing)

v 1.01
-RegExp to work with source Google page fixed

v 1.0
-browse and search images like in Google
-search images with criteria like size, domain, content type, color or black and white and safe search
-specify number of results
-starting searching from the image number you like
-view results in a handy grid thumbnail
-choose which images you don't want to download
-browse to the original image web page or only display it (like in Google)
-download all and save them with progressive number and/or with original image name




LicenseGPL
Source(sources v1.3.2)
MS Windows(windows executable v1.2.3)
Mandriva(thanks to dglent v1.3.1)
SUSE(thanks to LazyKent v1.3.1)
(ALT Linux v1.3.1 - thanks to Motsyo Gennadi)
Ubuntu(v1.3.1 - thanks to theubuntunews)
send to a friend
subscription
other apps from alnitak



goto page: prev   1  2 

-
.

 nothing go

 
 by toems on: Oct 20 2009
 

Hi,
i have compiled your program and after run i have no output. Now i have look for errors and found this:

In parse_html is rx_start.indexIn(*html, pos); after the run -1. Same list_img.size(); is 0.
So your program never goes inside the while condition.
I never see a pic.
What´s wrong?


reply to this

-

 Re: nothing go

 
 by alnitak on: Oct 20 2009
 

Hi toems,

seems that html is not retrieved from google.com. Maybe have you a proxy ? This is the only thing I could thinking about, because I tried now and it works fine. Proxy setting are not implemented.
By the way did you mean the loop in rx_data.indexIn(*html, pos) not rx_start ? You can try to comment lines from 283 to 286. Let me know.


reply to this

-
.

 Re: Re: nothing go

 
 by Wamatoc on: May 16 2010
 

I also have the same problem with the MSI Windows version of Google Image Dowloader. I downloaded and started it but it doesn't find any image when I click on the search button.
I have no proxy configured in my home pc.


Walter Tocci
reply to this

-
.

 Re: Re: nothing go

 
 by Wamatoc on: May 16 2010
 

Sorry I use the executable Windows version not MSI.


Walter
reply to this

-

 error in make

 
 by dglent on: Feb 20 2010
 

i cant compile it
i execute qmake and after make:
[dimitris@localhost ImageDownloader]$ make
cd main/ && make -f Makefile
make[1]: Entering directory `/home/dimitris/ImageDownloader/main'
make[1]: *** No rule to make target `/usr/local/Trolltech/qtsdk-latest/qt/mkspecs/linux-g++-64/qmake.conf', needed by `Makefile'. Stop.
make[1]: Leaving directory `/home/dimitris/ImageDownloader/main'
make: *** [sub-main-make_default] Error 2


reply to this

-

 Re: error in make

 
 by alnitak on: Feb 20 2010
 

Yes, sorry. Was just the end of line char created in windows os. You can redownload or just remove the windows EOF char (0x0D0A) from main.pro, or copy all make new doc, paste and write over old main.pro.
Thanks for the report


reply to this

-

 Re: error in make

 
 by alnitak on: Feb 20 2010
 

nope, wasnt that. I left main/Makefile in the archive. Just delete it :(


reply to this

-

 Re: Re: error in make

 
 by dglent on: Feb 21 2010
 

thanks, is ok the compile but i have a segmentation fault when i try to running it. For installing it i packaged and it did nt made me an debug package (as usual) so in gdb it has no informations.
I have mandriva 2010.1 KDE 4.4 with qt 4.6


reply to this

-

 Re: Re: Re: error in make

 
 by dglent on: Feb 21 2010
 

is ok for mandriva 2010.1
before i tried in a mandriva 2010.0. May be the different version of qt caused a problem

http://www.mandrivalinux.gr/rpm/2010.1/i586/google-image-downloader-1.2-1mgr2010.1.i586.rpm


reply to this

-

 Re: Re: Re: Re: error in make

 
 by alnitak on: Feb 21 2010
 

thanks for the package :)


reply to this

-

 Filtering...

 
 by javierscappini on: May 5 2010
 

Hi bro, excellent app! I have only one question, is filtering working? Because I have the same result using Moderate Filtering and Strict Filtering, but the browser shows me different pictures... Is this feature working?
Best regards! :-)


reply to this

-

 Re: Filtering...

 
 by alnitak on: May 6 2010
 

Hi,

thanks for your comments and the feedback.
You are right, somthing changed in the search parameter needed by Google image search url. Now it works correctly, I tryed searching for 'babe' and the results changes with no filter and others restricted :-)

have fun


reply to this

-

 Port to Symbian

 
 by sac on: May 7 2010
 

Hey I was just thinking this would be a great app for mobile devices. Have you thought of porting this to S60v5 / S60^3 / Maemo?


Thanks


reply to this

-

 Re: Port to Symbian

 
 by alnitak on: May 7 2010
 

well, I just bought a nokia n900 (awesome), installed MADDE, recompiled and voilà, the app runs. But there are some problems that I have to dig into like opengl doesn't refresh well, doubleclick on a thumbnail doesn't do anything and some other little things, but it's great! Maybe I'll just wait Meego will take over Maemo also because it's not clear for me (just started) to make a deb package for Maemo and overall things work. About Symbian, I have no phone to try with and I never tryed to install the suite (only on windows I think ?).
If you have some experiences with those and want to try, let me know, we can do something together :)


reply to this

-

 SUSE packages

 
 by LazyKent on: Jun 30 2010
 

Thanks, alnitak!

SUSE packages updated with new name.
http://software.opensuse.org/search?q=mediadownloader


Don't be lame, share what you got.
reply to this

goto page: prev   1  2 

add commentback




-
-
all messages
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Facebook App
Content RSS   
Events RSS   

Participate
Groups
Forum
Add App
Public API
About Qt-Apps.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2006-2010 Qt-Apps.org Team  
All rights reserved. Qt-Apps.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
Qt is a trademarks of Nokia