touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #30636
[Bug 1381930] Re: [TOPBLOCKER] 7digital previews do not play in the scope
I found this which might be the problem:
QUrl AalMediaPlayerControl::unescape(const QMediaContent &media) const
{
if (media.isNull())
return QUrl();
return QUrl::fromPercentEncoding(media.canonicalUrl().toString().toUtf8());
}
I tested this with a small commandline thing, and fromPercentEncoding() can mangle that url
:
QString str = "http://previews.7digital.com/clip/40202347?oauth_signature=FVgXk5tzbSyyB6/g/78GO8REavA%3D";
qDebug() << QUrl::fromPercentEncoding(str.toUtf8());
output:
"http://previews.7digital.com/clip/40202347?oauth_signature=FVgXk5tzbSyyB6/g/78GO8REavA="
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1381930
Title:
[TOPBLOCKER] 7digital previews do not play in the scope
Status in “qtbase-opensource-src” package in Ubuntu:
New
Status in “unity-scope-mediascanner” package in Ubuntu:
Invalid
Status in “unity8” package in Ubuntu:
New
Status in “unity8” package in Ubuntu RTM:
New
Bug description:
Steps to reproduce:
1. Navigate to the music scope
2. In the section 'New albums from 7digital' click on any album
3. Press the play button on one of the track previews
Expected result:
The preview plays
Actual result:
No preview plays
ProblemType: Bug
DistroRelease: Ubuntu RTM 14.09
Package: unity-scope-mediascanner2 0.2+14.10.20141009-0ubuntu1
Uname: Linux 3.4.67 armv7l
ApportVersion: 2.14.7-0ubuntu5
Architecture: armhf
Date: Thu Oct 16 08:11:12 2014
InstallationDate: Installed on 2014-10-16 (0 days ago)
InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf (20141016-010328)
SourcePackage: unity-scope-mediascanner
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1381930/+subscriptions
References