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

2008-04-06 Thread William Grant
** Changed in: soundconverter Status: Fix Committed = Fix Released -- soundconverter crashed with TypeError in format_tag() https://bugs.launchpad.net/bugs/179886 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

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

2008-04-06 Thread Launchpad Bug Tracker
This bug was fixed in the package soundconverter - 1.0.0-0ubuntu1 --- soundconverter (1.0.0-0ubuntu1) hardy; urgency=low * New upstream release. - Only format tags when displaying. (LP: #179886) - Fix filename_to_uri to remove gvfs error at startup. (LP: #208794) --

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

2008-03-30 Thread GautierPortet
Fixed in 1.0.0-rc1 -- soundconverter crashed with TypeError in format_tag() https://bugs.launchpad.net/bugs/179886 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

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

2008-03-30 Thread William Grant
** Changed in: soundconverter Status: New = Fix Committed -- soundconverter crashed with TypeError in format_tag() https://bugs.launchpad.net/bugs/179886 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

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

2008-03-29 Thread GautierPortet
Can you send me or attach here a crashing file ? -- soundconverter crashed with TypeError in format_tag() https://bugs.launchpad.net/bugs/179886 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

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

2008-03-29 Thread Brian Hankins
Here is a creative commons license song that crashes for me, it has a set of parentheses in its album section in the tag. http://magnatune.com/artists/music/Electronica/DJ%20Cary/After%20Dinner%20Lounge/03-Artemis%20_%20Fountain%20of %20life-DJ%20Cary.mp3 -- soundconverter crashed with

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

2008-03-28 Thread William Grant
** Visibility changed to: Public -- soundconverter crashed with TypeError in format_tag() https://bugs.launchpad.net/bugs/179886 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

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

2008-03-28 Thread William Grant
Gautier, can you please take a look at this? We have several duplicates, and it's reproducible with at least 0.9.[89]. ** Changed in: soundconverter (Ubuntu) Importance: Undecided = Medium Status: New = Confirmed ** Also affects: soundconverter Importance: Undecided Status:

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

2008-03-28 Thread matthaeus123
It still occurs with the latest 0.9.99 version -- soundconverter crashed with TypeError in format_tag() https://bugs.launchpad.net/bugs/179886 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[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]. --