Bug 49382 - Editing Metadata
Summary: Editing Metadata
Status: RESOLVED MOVED
Alias: None
Product: MPRIS
Classification: Unclassified
Component: spec (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Alex Merry
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 49380
  Show dependency treegraph
 
Reported: 2012-05-02 07:04 UTC by Alex Merry
Modified: 2018-10-13 10:02 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Alex Merry 2012-05-02 07:04:27 UTC
On org.mpris.MediaPlayer2.Player:

method updateMetadata(in a{sv} updatedEntries)
 - to delete an entry, send an invalid variant

property as editableMetadataEntries
 - list of metadata entry names that can be edited

Similar things on org.mpris.MediaPlayer2.TrackList.
Comment 1 Alex Merry 2013-04-04 15:43:22 UTC
Looking at this again, I don't think invalid variants can be sent over D-Bus, so some other method of deleting needs to be thought of.  Maybe

updateMetadata(in a{sv} updatedEntries, in as deletedEntries)

We should also note that updatedEntries can contain new entries, but the media player is not obligated to accept them, although it should generally accept anything in editableMetadataEntries (which may be more things than in Metadata).
Comment 2 GitLab Migration User 2018-10-13 10:02:01 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xdg/mpris-spec/issues/4.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.