<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/amakode/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/amakode/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 18 May 2009 14:43:22 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/amakode/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>problem with UTF-16</title><link>https://sourceforge.net/p/amakode/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Id3v2 tags coded in UTF-16 are not correctly handled. It think that they're threated like coded in UTF-8. It's a real problem, when you use cyrilic letters or some polish.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 18 May 2009 14:43:22 -0000</pubDate><guid>https://sourceforge.netc40741502afb21796494840fb6cd496c848f23d0</guid></item><item><title>just for fun: some code cleanups</title><link>https://sourceforge.net/p/amakode/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I just felt like submitting these. The patch doesn't fix any bugs, but it makes the code simpler and neater IMHO. Do what you like with it.&lt;/p&gt;
&lt;p&gt;Please test carefully.&lt;/p&gt;
&lt;p&gt;(C) Bruce Duncan 2008&lt;br /&gt;
Released under the same license as amakode&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bruce Duncan</dc:creator><pubDate>Mon, 04 May 2009 13:56:00 -0000</pubDate><guid>https://sourceforge.net1ccf02cde6212ac7470bf717eac4f3311dca2c44</guid></item><item><title>amaKode busy waits with nothing to do</title><link>https://sourceforge.net/p/amakode/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;amaKode uses a polling loop to add new jobs and collect finished ones. It does this even when there is nothing to do. This keeps the processor busy when nothing is happening and makes python appear high on the powertop list of offenders. The attached patch prevents amaKode from polling in this way when there are no active jobs. It waits forever until amarok notifies it of a job.&lt;/p&gt;
&lt;p&gt;Please test carefully.&lt;/p&gt;
&lt;p&gt;(C) Bruce Duncan 2008&lt;br /&gt;
Released under the same license as amakode&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bruce Duncan</dc:creator><pubDate>Mon, 04 May 2009 13:51:07 -0000</pubDate><guid>https://sourceforge.net0183a1ce11030c42eb4c93989d00bcc3ca331a11</guid></item><item><title>amaKode leaves files open</title><link>https://sourceforge.net/p/amakode/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;amaKode deletes temporary files when it has finished with them, but it keeps the file descriptors open. Thus the files are not deleted from the disc until amaKode is stopped or amarok restarted. The disc can fill up and cause transcoding to fail. The attached patch ensures that all open file descriptors are closed when amaKode is finished with them.&lt;/p&gt;
&lt;p&gt;Please test carefully.&lt;/p&gt;
&lt;p&gt;(C) Bruce Duncan 2008&lt;br /&gt;
Released under the same license as amakode&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bruce Duncan</dc:creator><pubDate>Mon, 04 May 2009 13:46:20 -0000</pubDate><guid>https://sourceforge.net6055af8d17f8cf085f020781007762935ac05287</guid></item><item><title>m4a to mp3</title><link>https://sourceforge.net/p/amakode/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Recently purchased songs from iTunes includes an atom "----" with some xml that AtomicParsley returns with many lines and they do not begin with "Atom".  This causes the amakode.py version 1.8 to choke.  I resolved this issue with a very simple change.&lt;/p&gt;
&lt;p&gt;diff amakode.py amakode.py.orig &lt;br /&gt;
137c137&lt;br /&gt;
&amp;lt;             if len(fields)==4 and fields[0]=="Atom":&lt;br /&gt;
---&lt;br /&gt;
&amp;gt;             if fields[0]=="Atom":&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 28 Mar 2009 16:40:36 -0000</pubDate><guid>https://sourceforge.netb8f15c794fc9f752b47f194441c82a94f3997a75</guid></item></channel></rss>