summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* tracker3: Fix PUBLICATION_DATE writebackwip/mschraal/tracker3-publication-date-fixMarinus Schraal2020-10-301-1/+9
| | | | | | | | | be263953d7 introduced the use of the PUBLICATION_DATE key. The sparql variable name for writeback however should be publicationDate to work. The writeback resource builder should deal with the "publication date" metadata key as well. Related: !90
* Update Chinese (Taiwan) translationCheng-Chia Tseng2020-10-121-42/+53
|
* Update Friulian translationFabio Tomat2020-09-241-42/+53
|
* Update French translationJulien Humbert2020-09-131-82/+53
|
* Update Latvian translationRūdolfs Mazurs2020-09-121-53/+54
|
* Add Catalan translationJordi Mas i Hernandez2020-09-112-0/+822
|
* Update Italian translationMilo Casagrande2020-09-101-138/+143
|
* Update Portuguese translationJuliano Camargo2020-09-081-192/+213
|
* Update Korean translationSeong-ho Cho2020-09-081-42/+53
|
* Updated Danish translationAlan Mortensen2020-09-071-7/+22
|
* Update Hungarian translationBalázs Úr2020-09-041-141/+153
|
* Update Slovak translationDušan Kazik2020-09-041-22/+33
|
* Update Serbian translationМарко Костић2020-09-041-41/+54
|
* Update Catalan translationJordi Mas2020-09-041-39/+50
|
* Update German translationMario Blättermann2020-09-031-157/+3
|
* Post-release version bump to 0.3.13Victor Toso2020-09-031-1/+1
|
* Release 0.3.12grilo-plugins-0.3.12Victor Toso2020-09-022-0/+84
|
* Update German translationStephan Woidowski2020-09-021-155/+166
|
* tracker3: Add PUBLICATION_DATE for contentCreatedMarinus Schraal2020-09-022-1/+9
| | | | | | PUBLICATION_DATE is more in line with what the contentCreated property is intended for in most media. Preserve CREATION_DATE for backward compatability.
* tracker3: Set container type for mediaMarinus Schraal2020-09-021-0/+2
| | | | | Queries can return container types (eg. playlists) and not setting the media type will result in critical warnings.
* tracker3: Fix int conversion warningBastien Nocera2020-09-011-1/+1
| | | | | | | | | grilo-plugins/src/tracker3/grl-tracker-utils.c: In function ‘grl_tracker_build_resource_from_media’: grilo-plugins/src/tracker3/grl-tracker-utils.c:651:76: warning: passing argument 2 of ‘grl_data_get_string’ makes integer from pointer without a cast [-Wint-conversion] 651 | grl_data_get_string (GRL_DATA (media), l->data)); | ~^~~~~~ | | | gpointer {aka void *}
* Update Basque translationAsier Sarasua Garmendia2020-08-301-63/+60
|
* Update Turkish translationEmin Tufan Çetin2020-08-301-78/+79
|
* Update Polish translationPiotr Drąg2020-08-291-144/+150
|
* Update Finnish translationJiri Grönroos2020-08-281-64/+72
|
* Update Chinese (China) translationBoyuan Yang2020-08-271-41/+52
|
* tests: Check modification date in tracker3 resolve testCarlos Garnacho2020-08-271-0/+5
| | | | Check that this information is extracted from the file.
* tracker3: Coalesce nie:contentLastModified and nfo:fileLastModifiedCarlos Garnacho2020-08-271-1/+1
| | | | | | | | The former refers to the last modification date as coming from the file metadata, the latter comes from struct stat's mtime. Coalesce both when querying, with a preference for the metadata source. Fixes: https://gitlab.gnome.org/GNOME/grilo-plugins/-/issues/74
* Update Romanian translationDaniel Șerbănescu2020-08-271-136/+147
|
* Updated Slovenian translationMatej Urbančič2020-08-261-137/+148
|
* Update Galician translationFran Dieguez2020-08-261-55/+58
|
* Update Indonesian translationKukuh Syafaat2020-08-261-7/+21
|
* tracker3: Handle sandboxed tracker3 automaticallyBastien Nocera2020-08-261-0/+26
| | | | | | When running under Flatpak, and if the application isn't allowed to talk to Tracker 3 outside the sandbox, assume that the miners run inside the sandbox and change the service name as appropriate.
* Updated Lithuanian translationAurimas Černius2020-08-251-149/+151
|
* Update Dutch translationNathan Follens2020-08-251-42/+53
|
* Updated Spanish translationDaniel Mustieles2020-08-251-9/+12
|
* Updated Spanish translationDaniel Mustieles2020-08-251-148/+150
|
* Updated Czech translationMarek Černocký2020-08-252-46/+52
|
* Update Brazilian Portuguese translationRafael Fontenelle2020-08-251-140/+152
|
* Update Croatian translationGoran Vidović2020-08-241-41/+52
|
* Update Ukrainian translationYuri Chornoivan2020-08-241-38/+30
|
* Update Swedish translationAnders Jonsson2020-08-241-139/+150
|
* Update POTFILES.inPiotr Drąg2020-08-241-0/+4
|
* ci: Build and test the new tracker 3 pluginBastien Nocera2020-08-231-2/+33
| | | | | Relegate the tracker2 plugin build and testing to a separate target which we'll remove in the future.
* tests: Wait for inserted media in the tracker3 testsCarlos Garnacho2020-08-232-5/+41
| | | | | Otherwise this is racy, and prone to failures in CI or other slow circumstances.
* tracker3: Implement filtering and resolution of medias in content changesCarlos Garnacho2020-08-231-12/+108
| | | | | | | | | | Query further data from GrlMedia in events, and filter out those GrlMedia that don't resolve properly (eg. other resources we get notifications about, but don't are a nie:InformationElement with a nie:isStoredAs relation). This avoids emission of GrlMedia that are actually irrelevant to grilo. Fixes: https://gitlab.gnome.org/GNOME/grilo-plugins/-/issues/73
* tracker3: Allow resolving medias just through their IDCarlos Garnacho2020-08-231-1/+1
| | | | | The ID is unique enough to trigger media queries, and we are already prepared for that, so just allow that here.
* tracker3: Ignore changes in unhandled graphsCarlos Garnacho2020-08-231-0/+3
| | | | | We are essentially interested in data from audio/video/image graphs. Everything is foreign to this plugin.
* tracker3: Update authors/contact for tracker3 moduleCarlos Garnacho2020-08-2313-30/+48
| | | | | It underwent some substantial changes, despite being based on the 2.x code.
* tracker3: Use nmm:artist for GRL_METADATA_KEY_ARTISTCarlos Garnacho2020-08-231-5/+5
| | | | Adapt to the changes in tracker-miners about this metadata.