Results 1 to 5 of 5

Thread: HowTo read playlist pls file

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Wiki edits
    17

    Default Re: HowTo read playlist pls file

    The first error message has nothing to do with being able to write to the file. It is complaining about not being able to write to the "source" property of the object.

    As for the other error message,
    Then the file could be opened but not read and I get the error message: ...
    This error message is output by the example's read() if the file cannot be opened. Chances are the path is wrong, or the resource file has not been built into your project.

  2. #2
    Join Date
    Apr 2014
    Posts
    116
    Qt products
    Qt5
    Platforms
    MacOS X
    Thanks
    8

    Default Re: HowTo read playlist pls file

    I have been using the file with other functions and there the it worked. So I am quite sure that my path is correct. Never the less I changed my approach and try to load the playlist directly using QMediaPlaylist.

Similar Threads

  1. Howto create custom File Browser view
    By f1ns in forum Qt Programming
    Replies: 3
    Last Post: 22nd February 2013, 16:15
  2. Read contents from the file using QHTTP Read()?
    By Gokulnathvc in forum Newbie
    Replies: 2
    Last Post: 21st June 2011, 08:03
  3. Replies: 1
    Last Post: 30th July 2010, 07:23
  4. is qt phonon can read realmedia file and divx file
    By fayssalqt in forum Qt Programming
    Replies: 1
    Last Post: 27th January 2009, 15:42
  5. Replies: 1
    Last Post: 20th June 2008, 18:43

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.