~joe-yasi/amarok/+git/amarok-git:liblastfm1

Last commit made on 2012-06-20
Get this branch:
git clone -b liblastfm1 https://git.launchpad.net/~joe-yasi/amarok/+git/amarok-git

Branch merges

Branch information

Name:
liblastfm1
Repository:
lp:~joe-yasi/amarok/+git/amarok-git

Recent commits

009719d... by Harald Sitter

fix port consistency as requested

975a043... by Harald Sitter

lastfm include cleanup

also remove unused and empty LastFmServiceQueryMaker

edb764d... by Harald Sitter

port to liblastfm1 api

81c9d4d... by Hades

Do not return collectionFolders() unless ready.

If a collectionFolders() method of MountPointManager is called before it
has completed identifying mount points, it adds the default path like
$HOME/Music.

BUG: 286219

e357d4b... by Matěj Laitl

SqlPlaylist: remove unused cruft

bed06c5... by Script Kiddy <email address hidden>

SVN_SILENT made messages (.desktop file)

a8b8e7e... by Alex Merry

Update Changelog

I always forget this

2b36a6b... by Alex Merry

MPRIS: give out embedded images in their natural size

Rather than always resizing to 135 when the image is embedded in a file,
get the image at its original size.

CCBUG: 301399

f6262ff... by Alex Merry

MPRIS: Actually use the cached we created

When we create a cached image (because we can't use the full-size one -
eg: it is embedded), actually use it.

I _think_ this should fix bug 301399.

CCBUG: 301399

58017cd... by Alex Merry

Add more debugging info for mpris:artUrl in the MPRIS2 interface

Trying to track down a bug where it is not always exported properly.