Themonospot-Gui-Qt
hman
Source i (link to git-repo or to original if based on someone elses unmodified work):
This is the initial release. There might be some bugs. If you like what IMDboid works so far for you but does some funny things at times. Bug me about it.
* Works with pling-storeor ocs-url
Other Video Apps:
© 2025 store.kde.org - The official KDE Store
All rights reserved. All trademarks are copyright by their respective owners. All contributors are responsible for their uploads.
Ratings & Comments
7 Comments
Sorry neglected it a bit for my duties on bangarang was also just a small proof that you can work with IMDb. Besides I might get a kicking for it(from them). But I thought I might try it.
Hi ive filed a bug report at bugs.kde.org https://bugs.kde.org/show_bug.cgi?id=227722 Please have a look :)
Failed to compile with Kde 4.3.5/qt4.5.3. Here's the output: /home/mnurolcay/imdboid/imdbqueryengine.cpp: In member function 'void IMDBQueryEngine::getMoviePage(QByteArray)': /home/mnurolcay/imdboid/imdbqueryengine.cpp:169: error: unknown escape sequence: '\040' /home/mnurolcay/imdboid/imdbqueryengine.cpp:169: error: unknown escape sequence: '\040' /home/mnurolcay/imdboid/imdbqueryengine.cpp:169: error: unknown escape sequence: '\040' *** 3 errors, 0 warnings
I managed to fix this by double escaping the slashes in the '[a-zA-Z0-9\ ]' parts of the regex on line 169... so they changed from '[a-zA-Z0-9\ ]' to '[a-zA-Z0-9\\ ]'
thanks, worked for me, too
Working fine with the Kubuntu 9.10. Suggestion: a background would make it more usable with the transparent plasma themes. http://yfrog.com/18backgroungmp Thank you for a nice plasmoid !
I suspect this is a problem with your Theme. To guess how the theme and the background is and set it on those grounds differently is a bit hard. And makes code terribly big and unmaintainable.