
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Please note that home page is changed to http://marcobavagnoli.wordpress.com
MediaDownloader is an opensource software that let you search, watch, download and covert items (also extract audio) with Google Image and YouTube. It can also grab videos while browsing with Firefox.
Check homepage for all features
Firefox monitor will work only on linux
Building
To compile in linux the above packages must be installed:
libx11-dev, libxtst-dev, qt4-qmake, libqt4-dev, libqt4-opengl-dev, libphonon-dev, libqt4-webkit, libqtwebkit-dev
Recomended packages are:
phonon-backend-gstreamer, gstreamer0.10-ffmpeg, ffmpeg, libmp3lame0
9 years ago
v 1.5.2 (27 Oct 2011)
now mplayer works as expected
added the option to download items within a directory named as the item was searched with
added WebM Youtube video format support
removed online check for update
fixed non working video change format while viewing video
fixed number of results when adding thumbs in most viewed, most popular etc.
fixed a crash using google suggest
The complete changelog is at homepage
9 years ago
v 1.5.2 (27 Oct 2011)
now mplayer works as expected
added the option to download items within a directory named as the item was searched with
added WebM Youtube video format support
removed online check for update
fixed non working video change format while viewing video
fixed number of results when adding thumbs in most viewed, most popular etc.
fixed a crash using google suggest
The complete changelog is at homepage
dglent
10 years ago
http://www.mandrivalinux.gr/rpm/2010.1/i586/mediadownloader-1.4.1-1mgr2010.1.i586.rpm
Report
Gallaecio
10 years ago
main/mainwindow.cpp: In member function ‘void MainWindow::on_pushButton_clicked()’:
main/mainwindow.cpp:667:144: error: no matching function for call to ‘mediaPlayer::play(const char [126])’
main/mediaplayer.h:58:10: note: candidate is: void mediaPlayer::play(QPixmap&)
make: *** [.build/mainwindow.o] Erro 1
Also, I went to the Forums, where I found a section for bugs. I had decided to post this there, but I couldn't register. The register button never gets clickable. I tested it in Konqueror, both with KHTML and WebKit engines.
Report
alnitak
10 years ago
Report
alnitak
10 years ago
I fixed it, here the link:
https://sourceforge.net/projects/googleimagedown/files/project/v1.4/mediadownloader-v.1.4-src-with-russian_ukrainian-translations.tar.bz2/download
About the forum problem, I don't know what could be the problem. I also tryed with konqueror (4.4.5) and it works. Btw I registered you, you will receive an email for this.
thanks again
Report
Gallaecio
10 years ago
main/mediaplayer.cpp:11:1: warning: unused parameter ‘parent’
main/mediaplayer.cpp: In member function ‘virtual void mediaPlayer::keyPressEvent(QKeyEvent*)’:
main/mediaplayer.cpp:223:13: error: ‘videoPlayer’ was not declared in this scope
main/mediaplayer.cpp:224:9: error: ‘videoPlayer’ was not declared in this scope
make: *** [.build/mediaplayer.o] Erro 1
I'm sorry to spam so much. I guess those errors are because I'm using GCC 4.5.1, and newer versions are normally stricter too. Thanks for solving them so fast :)
Report
Gallaecio
10 years ago
main/mediaplayer.cpp: In member function ‘virtual void mediaPlayer::keyPressEvent(QKeyEvent*)’:
main/mediaplayer.cpp:223:13: error: ‘videoPlayer’ was not declared in this scope
main/mediaplayer.cpp:224:9: error: ‘videoPlayer’ was not declared in this scope
main/mediaplayer.cpp:228:345: error: no matching function for call to ‘mediaPlayer::play(const char [324])’
main/mediaplayer.h:58:10: note: candidate is: void mediaPlayer::play(QPixmap&)
make: *** [.build/mediaplayer.o] Erro 1
Report
alnitak
10 years ago
Report
Gallaecio
10 years ago
The change worked :)
Report
theubuntunews
10 years ago
realised package to ubuntu 10.04 lucid
http://theubuntunews.blogspot.com/2010/07/mediadownloader-download-photos-and.html
roberto
Report
alnitak
10 years ago
thank you
Report
alexqwesa
10 years ago
Mediaownloader or
Mediadownloader ?
Report
alnitak
10 years ago
Report
dglent
10 years ago
http://www.mandrivalinux.gr/rpm/2010.1/i586/google-image-downloader-1.2.1-1mgr2010.1.i586.rpm
Report
dglent
10 years ago
Report
dglent
10 years ago
http://www.mandrivalinux.gr/rpm/2010.1/i586/mediadownloader-1.3-1mgr2010.1.i586.rpm
Very nice work !
Report
dglent
10 years ago
Report
dglent
10 years ago
* When i search an image i have only few results, i have a second window opened with a list of urls downloading. I did nt choose to download any image. It waits to download i think but nothing happens
* The CPU goes to 87%
http://img269.imageshack.us/img269/3004/gidw.png
Report
alnitak
10 years ago
About the font size, I have the same problem using desktop res at 1800x1440, I will try to make a preferences dialog.
Thanks for suggestions and as usual for the rmp :)
ps: may I put it in the downloads links?
Report
dglent
10 years ago
you know what i did ?
i downloaded the new version to build the new rpm, and after in the file manager i click on the older rpm beside :D !
is ok in the new version, and the letters are normal
ofcourse you can put the link for the rpm in the list
:)
Report
AngelBlue01
10 years ago
Quote:
X Error: BadMatch (invalid parameter attributes) 8
Major opcode: 1 (X_CreateWindow)
Resource id: 0x7c
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Extension: 143 (Uknown extension)
Minor opcode: 7 (Unknown request)
Resource id: 0x8a00007
Segmentation fault
Report
alnitak
10 years ago
What version of Qt are you using and which linux distro ?
Report
AngelBlue01
10 years ago
Report
alnitak
10 years ago
just do 'qmake' and then 'make'
There is not an installation script, when u are finished with make, in the bin directory you will find the program. You could do:
cd bin
chmod +x GoogleImageDownloader
./GoogleImageDownloader
enjoy
Report