Failamp, a Multimedia Player in pyside6

Hi,

I was wondering if there is a pyside6 version for the Failamp example (Build a simple Winamp clone with Python ) if possible.

I am using pyside6 and failed to convert this example from pyqt5 to pyside6.

Also the QMediaPlayList seems to be removed from the API:

Thank you

Hi @wjassim ,
I see two solutions:

  1. stick with PySide2/PyQt5 to Failamp working
  2. implement playlist yourself:
  • There is mediaStatusChanged() which set status to QMediaPlayer::EndOfMedia when playback has reached the end of the current media.
  • Then you can just load and play next file from list.