[Bug 179886] Re: soundconverter crashed with TypeError in format_tag()

2008-03-28 Thread snerfu
I am pretty sure this isn't a correct fix, just a workaround I am using. It doesn't seem to have an adverse affect on my tags. Line 260 of /usr/bin/soundconverter: tag = , .join(tag[:-1]) ++ tag[-1] This gets rid of the error for me: tag = tag[-1] -- soundconverter crashed with TypeError in

[Bug 179886] Re: soundconverter crashed with TypeError in format_tag()

2008-03-28 Thread snerfu
I should have added this in my last comment, sorry: I was trying to see what was different with the files that would throw up that error when it was loading their tag and they all had some sort of special character in the album field on their tag such as: CD (1) or [soundtrack]. --

[Bug 206331] Re: soundconverter crash TypeError in format_tag()-special characters in tags

2008-03-24 Thread snerfu
** Visibility changed to: Public -- soundconverter crash TypeError in format_tag()-special characters in tags https://bugs.launchpad.net/bugs/206331 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 172854] Re: soundconverter crash when removing list while loading tags

2008-03-22 Thread snerfu
I wasn't sure if I should file a new bug on this or not, but I get this when I start soundconverter and add an mp3. On the plus side, it still lets me transcode it even after getting this. [EMAIL PROTECTED]:~$ soundconverter SoundConverter 0.9.8 using Gstreamer version: 0.10.18, Python binding