GNOME Bugzilla – Bug 708977
Wrong metadata is embedded in rendered files, taken from ID3 tags from the soundtrack
Last modified: 2015-10-20 13:06:26 UTC
Created attachment 255965 [details] test project Get the project in the attached tarball, and then grab http://jeff.ecchi.ca/public/sample-pitivi-projects/m%c3%a9tro%201.MOV for the remaining missing file (but any video clip in its place would do the trick really). Then, open the project in Pitivi... look at the metadata tab in the project settings, the following values are set: > title: "Yo, this is the project title you should see in the output file" > author: my name > year: 2013 Now, open the rendering dialog, render it to a normal ogg theora file (test.ogv) and then right-click that file in Nautilus and inspect its properties. In the "Audio/Video" tab you will see: > title: "Need to Feel Loved" > artist: UnClubbed > year: unknown ...which is the metadata from that "foo.ogg" vorbis file in the tarball, not the metadata set in the Pitivi project's settings.
This is related to https://bugzilla.gnome.org/show_bug.cgi?id=652578 , basically the correct fix for this is to fix that report and use the TagSetter interface. Shouldn't be too difficult and very helpful.
This bug has been migrated to https://phabricator.freedesktop.org/T3070. Please use the Phabricator interface to report further bugs by creating a task and associating it with Project: Pitivi. See http://wiki.pitivi.org/wiki/Bug_reporting for details.