gnome-music:wip/mschraal/tracker-unstink-removals

Last commit made on 2019-10-10
Get this branch:
git clone -b wip/mschraal/tracker-unstink-removals https://git.launchpad.net/gnome-music

Branch merges

Branch information

Name:
wip/mschraal/tracker-unstink-removals
Repository:
lp:gnome-music

Recent commits

af0ec78... by Marinus Schraal <email address hidden>

add/removals in Tracker smells

111763a... by Arul

Add Tamil translation

d368111... by Jean Felder <email address hidden>

scrobbler: Fix lastfm account removal

When, a GOA account is removed, the credentials and the account
parameters are not reset. Thus, LastFmScrobbler will still try to
scrobble even if the account does not exist anymore. This results in a
crash.

Fix the issue by resetting all GoaLastFM parameters when a Last.fm
account is removed.

Closes: #145

3a8a2a7... by Jean Felder <email address hidden>

application: Correctly set development style context

Since commit e636c4a308954836eba23b23c5b34533d01bace0, the application
id suffix of the development version is "Music.Devel" instead of
"MusicDevel".

b6a596d... by Ask Hjorth Larsen

Updated Danish translation

b93c9e0... by Marinus Schraal <email address hidden>

grltrackerwrapper: Bring back loading notifications

Loading notifications got disabled during the core rewrite.

Fix this regression by re-introducing loading notifications for most
Grilo+Tracker queries.

7c1f999... by Marinus Schraal <email address hidden>

Pass Application object to init

Simplify a number of init calls by passing around the root Application
object instead of a several different objects created in Application.

90749e2... by Jean Felder <email address hidden>

mpris: Restore goto method

This functionality was disabled during the core rewrite.

The usual way to play a song is to call set_player_model from
the CoreModel and then play method from the Player once the playlist
is loaded. set_player_model allows to reset the state from the
different songs. The MPRIS interface does not have access to the
current model, so set_player_model cannot be called. In that case, the
songs states need to be explicitly changed.

523e1ce... by Jean Felder <email address hidden>

player: Remove some unused properties and methods

5a17935... by Jean Felder <email address hidden>

mpris: Use active_playlist property to activate a playlist

When changing activate_playlist property in MPRIS, the
"notify::activate_playlist" in PlaylistsView needs to be blocked to
prevent a circular call.