zaps166 / QMPlay2

QMPlay2 is a video and audio player which can play most formats and codecs.
GNU Lesser General Public License v3.0
871 stars 180 forks source link

Weird downloaded media filenames #778

Closed RafaelLinux closed 13 hours ago

RafaelLinux commented 5 days ago

I usually download mp3 files from "Media browser" without issues. However, when I was looking for that files in the folder where QMP2 download files, I didn't find my recently downloaded files by their names. The, I noticed the names assigned are not as usually:

image image Any suggestion?

zaps166 commented 5 days ago

It takes part of URL as a name.

RafaelLinux commented 5 days ago

What do you mean? That always worked fine. Maybe is a change in myfreemp3.

zaps166 commented 14 hours ago

That's weird issue, works on Qt5, doesn't work on Qt 6.8.0. I'll investigate...

zaps166 commented 13 hours ago

Looks like Qt 6.8.0 bug (didn't check 6.7.3 yet) or they intentionally changed behavior making software works differently after Qt update?

RafaelLinux commented 10 hours ago

So, will it be fixed in next release?

zaps166 commented 10 hours ago

Yes. Temporarily you can use older Qt.

RafaelLinux commented 10 hours ago

Reverting to previous versions of QT is becoming increasingly complicated because some databases (like akonadi or digikam) change structure and there is no backward compatibility, so I will have to wait for your next version.

Thank you very much for resolving it so quickly.