gnome-music:sam/tracker3-self-contained

Last commit made on 2020-07-23
Get this branch:
git clone -b sam/tracker3-self-contained https://git.launchpad.net/gnome-music

Branch merges

Branch information

Name:
sam/tracker3-self-contained
Repository:
lp:gnome-music

Recent commits

ccbcf80... by Sam Thursfield <email address hidden>

Bundle Tracker 3 in the Flatpak for systems which don't have it

This commit allows the tracker3 version of GNOME Music to run on systems
which don't have a suitable version of Tracker in the base OS. It does
this by running tracker-miner-fs-3 inside the Flatpak sandbox. This will
lead to increased resource consumption as it'll duplicate the work of
any indexer in the host OS, but it's better than a broken app.

8e08372... by Carlos Garnacho

albumartcache: Protect for elements returning 0 results

Now that the grl-tracker3-source is handled properly all through,
this seems to fail with some albums here, where remote album art
look ups fail.

ae48086... by Carlos Garnacho

coregrilo: Update to the right tracker3 source ID everywhere

These were left dangling.

8cdd029... by Carlos Garnacho

coregrilo: Use updated grilo tracker3 plugin ID

394aaf8... by Carlos Garnacho

grilowrappers: Adapt to ontology change

The tracker: namespace is no longer used in the base ontology.

254422e... by Carlos Garnacho

trackerwrapper: Adapt to Tracker 3 update API change

Those functions no longer have a priority argument.

71cb94c... by Marinus Schraal <email address hidden>

flatpak: Add Tracker writeback service name

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

flatpak: Disable vulkan in gst-plugins-bad

cfdbe03... by Carlos Garnacho

trackerwrapper: Drop song writeback queries

With all metadata writeback work being done by grilo, this property
handled is unused.

e0e53c0... by Carlos Garnacho

coresong: Use Grilo for all song metadata updates

All properties that can be written back to the file will be handled
through grilo (which proxies tracker-writeback).