Warning: session_start(): open(/tmp/sess_kv416n1ljjr19nnb8smn13hgp4, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
qtmtp openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 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 
 apps.ownCloud.com ownCloud 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
 VLC-Addons.org Themes and Extensions for VLC
--
-
 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    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


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

qtmtp

   0.2.0  

Qt Sound Application

Score 57%
qtmtp
zoom


qtmtp
zoom


qtmtp
zoom


Downloads:  134
Submitted:  Jun 7 2009
Updated:  Jun 11 2009

Description:

This is the second alpha release of qtmtp.

qtmtp is a small tool to manage files on mtp capable MP3-players - it allows upload, download and deleting with this devices in many cases in batch-mode too.

Attention:
This program must be run with root because of access limitations in underlaying usb-bus system.

Requirements:
- libmtp
- TagLib
- QT >= 4.4

Installation:
./configure --prefix=/usr
make
sudo make install

Hope, this small tool can help you :)




Changelog:

qtmtp-0.2.0
- new dialog for importing music collections
- uploads are now in a separated thread
- removed unwanted 3th column in main view
- new small classes added


qtmtp-0.1.0.1
Fixed naming of "moc" program in configure and Makefile which could'nt found on some systems:

configure script checks now for proper version of "moc" and substitutes a variable in Makefile.




LicenseGPL
(qtmtp-0.2.0.tar.gz)
Send to a friend
Subscribe
Other  Content  from duskman
Report inappropriate content



-

 error in make

 
 by marcotangaro on: Jun 7 2009
 
Score 50%

I've this error in make:

[marco@Marco-Laptop qtmtp-0.1.0]$ make
make all-recursive
make[1]: Entering directory `/home/marco/Apps/qtmtp/src/qtmtp-0.1.0'
Making all in src
make[2]: Entering directory `/home/marco/Apps/qtmtp/src/qtmtp-0.1.0/src'
/usr/bin/moc-qt4 -D_REENTRANT -I/usr/share/qt4/mkspecs/linux-g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SHARED -I/usr/include/QtGui -I/usr/include/QtCore -DQT_SHARED -I/usr/include/QtCore qtmtp.h -o moc_qtmtp.cpp
make[2]: /usr/bin/moc-qt4: Command not found
make[2]: *** [moc_qtmtp.cpp] Error 127
make[2]: Leaving directory `/home/marco/Apps/qtmtp/src/qtmtp-0.1.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/marco/Apps/qtmtp/src/qtmtp-0.1.0'
make: *** [all] Error 2
[marco@Marco-Laptop qtmt


Reply to this

-

 Re: error in make

 
 by marcotangaro on: Jun 7 2009
 
Score 50%

on my arch-linux I've only:

[marco@Marco-Laptop ~]$ which moc
/usr/bin/moc


Reply to this

-
.

 Re: Re: error in make

 
 by bitcrazy on: Jun 7 2009
 
Score 50%

Replace moc-qt4 in src/Makefile.in with moc and run configure again.
Shouldn't be hardcoded in Makefile.am.

m0nk


If men could get pregnant, abortion would be a sacrament.
Reply to this

-

 Re: Error

 
 by duskman on: Jun 7 2009
 
Score 50%

Do you use QT4.x ?

QT4.x is a requirement to install qtmtp,
moc-qt4 ships only with QT4 - sorry.

please try to upgrade - in ubuntu i've upgraded to QT4x
because of forwarding implentation of qtmtp which will be
support Phonon in later versions.


Reply to this

-
.

 Re: Re: Error

 
 by bitcrazy on: Jun 7 2009
 
Score 50%

Not every distro calls moc in QT4 moc-qt4 like Ubuntu.

m0nk


If men could get pregnant, abortion would be a sacrament.
Reply to this

-
.

 Re: Re: Re: Error

 
 by bitcrazy on: Jun 7 2009
 
Score 50%

make uninstall has no targets.
So you must uninstall manually.

m0nk


If men could get pregnant, abortion would be a sacrament.
Reply to this

-

 Re: Re: Re: Error

 
 by marcotangaro on: Jun 7 2009
 
Score 50%

I've solved linking moc to moc-qt4:
ln -s /usr/bin/moc /usr/bin/moc-qt4
thank you.

@duskman
you are my hero, thank you for this utility


Reply to this

-
.

 Re: Re: Re: Re: Error

 
 by bitcrazy on: Jun 7 2009
 
Score 50%

Shouldn't do that. One day your whole system consists of dead links and you can't remember, why you've added them.
Don't pollute your system.
Those methods are crutches.

m0nk


If men could get pregnant, abortion would be a sacrament.
Reply to this

-

 Re: Error

 
 by duskman on: Jun 7 2009
 
Score 50%

configure & Makefile are fixed,
the configure script substitutes now "moc" in Makefile and all is fine without renaming or symlinking /usr/bin/moc.

Sorry ;)


Reply to this

-
.

 Re: Re: Error

 
 by bitcrazy on: Jun 7 2009
 
Score 50%

No need to excuse. As you wrote, it's alpha, so who cares?
Unfortunately I don't have a mtp-device handy to test your app.
But looks promising.
Btw. I saw in the screenshot, that sizes are calculated and shown in bytes. Perhaps some routine to use kB or MB would be more comfortable to read. Just a suggestion.

Greetings
m0nk


If men could get pregnant, abortion would be a sacrament.
Reply to this

-

 Arch-linux PKGBUILD

 
 by marcotangaro on: Jun 8 2009
 
Score 50%

here a Arch-Linux PKGBUILD
http://aur.archlinux.org/packages.php?ID=27112

thank you


Reply to this

-

 Re: Arch-linux PKGBUILD

 
 by duskman on: Jun 8 2009
 
Score 50%

Thank you for submitting this tool at Arch Linux :)

greets
DuskMan


Reply to this

-

 make error:

 
 by marcotangaro on: Jun 11 2009
 
Score 50%

[marco@Marco-Laptop qtmtp-0.2.0]$ make
make: *** No rule to make target `configure.in', needed by `Makefile.in'. Stop.


Reply to this

-

 Re: make error:

 
 by duskman on: Jun 11 2009
 
Score 50%

oh shit *g*

have copied the devel directory and forgot the configure.in ^^

*fixed & new uploaded*


Reply to this

-

 Re: make error:

 
 by marcotangaro on: Jun 11 2009
 
Score 50%

And now this :D
make[2]: Entering directory `/home/marco/Apps/qtmtp/src/qtmtp-0.2.0/src'
g++ -DPREFIX=\"/usr/share\" -Wall -pipe -fpermissive -I. -I/usr/include -I/usr/share/qt4/mkspecs/linux-g++ -g -D_REENTRANT -DDEBUG -g -O2 -D_REENTRANT -I/usr/share/qt4/mkspecs/linux-g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SHARED -I/usr/include/QtGui -I/usr/include/QtCore -DQT_SHARED -I/usr/include/QtCore -I/usr/include/taglib -c qtmtp_upload.cpp -o qtmtp_upload.o
In file included from ./qtmtp_upload.h:8,
from qtmtp_upload.cpp:1:
./qtmtp_metainfo.h:33: error: ‘uint32_t’ does not name a type
./qtmtp_metainfo.h:34: error: ‘uint32_t’ does not name a type
./qtmtp_metainfo.h:42: warning: ISO C++ forbids declaration of ‘uint32_t’ with no type
./qtmtp_metainfo.h:43: warning: ISO C++ forbids declaration of ‘uint32_t’ with no type
./qtmtp_metainfo.h:52: error: ‘uint32_t’ does not name a type
./qtmtp_metainfo.h:53: error: ‘uint32_t’ does not name a type
qtmtp_upload.cpp: In member function ‘virtual void qtmtp_upload::run()’:
qtmtp_upload.cpp:26: error: ‘class qtmtp_metainfo’ has no member named ‘getFileSize’
qtmtp_upload.cpp:27: error: ‘class qtmtp_metainfo’ has no member named ‘getLength’
qtmtp_upload.cpp:32: warning: invalid conversion from ‘const char*’ to ‘char*’
qtmtp_upload.cpp:33: warning: invalid conversion from ‘const char*’ to ‘char*’
qtmtp_upload.cpp:34: warning: invalid conversion from ‘const char*’ to ‘char*’
qtmtp_upload.cpp:35: warning: invalid conversion from ‘const char*’ to ‘char*’
qtmtp_upload.cpp:40: warning: invalid conversion from ‘const char*’ to ‘char*’
make[2]: *** [qtmtp_upload.o] Error 1
make[2]: Leaving directory `/home/marco/Apps/qtmtp/src/qtmtp-0.2.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/marco/Apps/qtmtp/src/qtmtp-0.2.0'
make: *** [all] Error 2


Reply to this

-

 Re: Re: make error:

 
 by duskman on: Jun 11 2009
 
Score 50%

that error comes, when uint32_t is not defined.
seems, as is this only in libmtp.h defined... have this fixed and added this typedef in qtmtp_metainfo.h

sorry :/


Reply to this

Add commentBack




-



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

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team