Results 1 to 3 of 3

Thread: QT and media Transfer Protocol (MTP) + IPOD

  1. #1
    Join Date
    Aug 2009
    Posts
    29
    Thanked 1 Time in 1 Post

    Default QT and media Transfer Protocol (MTP) + IPOD

    Goodday fellow QT'ers,

    atm i am working on a media program that list and stores music in a database (like itunes), but this program must be able to connect and store music on most mp3 players.

    now here is the problem, you have ipod to consider and you have MTP (the others :P) to consider. and i want to put music on both devices, detect them and transfer the files.

    So my question is does anyone have any good documentation on how i need to approach my problem ?

    many thanx in advance,

    regards

    -Baasie

  2. #2
    Join Date
    Aug 2009
    Posts
    29
    Thanked 1 Time in 1 Post

    Default Re: QT and media Transfer Protocol (MTP) + IPOD

    some updates, i checked some sites and found the library libmtp, But does anyone know how to implement this into windows ?

    thanx in advance

    site: http://libmtp.sourceforge.net/

  3. #3
    Join Date
    Aug 2009
    Posts
    29
    Thanked 1 Time in 1 Post

    Default Re: QT and media Transfer Protocol (MTP) + IPOD

    Another update.

    So yeah i downloaded the follwing stuff:

    libusb
    libiconv

    (needed for libmtp)

    libmtp.


    trough msys i configured and make libiconv but libusb is an isntaller and once i configure libmtp it asked for the libusb libraries.

    it asked me to do LDFLAGS=-L/usr/lib/ but i tried any combination i could possibly believe but it just does not want to take it. The lib is in c:/libmtp/libUSB/ but it doens nto want to get it... anyone has any ideas ?

    thanx in advance

Similar Threads

  1. How to create media player in qtopia
    By Yeshwin in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 31st March 2009, 10:41
  2. how to play media files.
    By hrudhay in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 28th August 2008, 10:24
  3. How to insert media player in QDialog ?
    By merry in forum Qt Programming
    Replies: 3
    Last Post: 25th August 2008, 12:26
  4. Phonon + custom media source
    By wysota in forum What's New in Qt 4.4
    Replies: 2
    Last Post: 18th July 2008, 17:41

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.