After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 708977 - Wrong metadata is embedded in rendered files, taken from ID3 tags from the soundtrack
Wrong metadata is embedded in rendered files, taken from ID3 tags from the so...
Status: RESOLVED OBSOLETE
Product: pitivi
Classification: Other
Component: Rendering
Git
Other Linux
: Normal minor
: 1.2
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on: 652578
Blocks:
 
 
Reported: 2013-09-28 01:28 UTC by Jean-François Fortin Tam
Modified: 2015-10-20 13:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test project (520.00 KB, application/x-tar)
2013-09-28 01:28 UTC, Jean-François Fortin Tam
Details

Description Jean-François Fortin Tam 2013-09-28 01:28:28 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.
Comment 1 Mathieu Duponchelle 2013-09-30 22:01:04 UTC
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.
Comment 2 Thibault Saunier 2015-10-20 13:06:26 UTC
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.