GNOME Bugzilla – Bug 583592
strange error importing filenames with markups
Last modified: 2009-05-23 15:18:48 UTC
pitivi/application.py:338: GtkWarning: Failed to set text from markup due to error parsing markup: Unknown tag 'Arranged' on line 1 char 42 self.mainloop.run() ...the music file actually imports fine and can be put in the timeline, but gives the warning above in the terminal. Whatsmore, it seems to mess up the clip library (see screenshot).
Created attachment 135203 [details] screenshot
Sample: http://jeff.ecchi.ca/public/17%20-%20%e7%82%8e%e3%81%ae%e5%a4%a7%e5%9c%b0%e3%82%92%e6%ad%a9%e3%81%8f%20Stage3%20%3cArranged%3e.ogg
The problem is that... it contains a '<markup>' tag in the title :) That should be escaped in pitivi/ui/sourcelist.py
commit 1dc4d082025932d7f9698719a1c50be06808541c Author: Edward Hervey <bilboed@bilboed.com> Date: Sat May 23 10:31:02 2009 +0200 sourcelist: Escape names for markup. Fixes #583592