<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/amakode/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/amakode/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/amakode/bugs/</id><updated>2009-05-18T14:43:22Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>problem with UTF-16</title><link href="https://sourceforge.net/p/amakode/bugs/5/" rel="alternate"/><published>2009-05-18T14:43:22Z</published><updated>2009-05-18T14:43:22Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netc40741502afb21796494840fb6cd496c848f23d0</id><summary type="html">&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;</summary></entry><entry><title>just for fun: some code cleanups</title><link href="https://sourceforge.net/p/amakode/bugs/4/" rel="alternate"/><published>2009-05-04T13:56:00Z</published><updated>2009-05-04T13:56:00Z</updated><author><name>Bruce Duncan</name><uri>https://sourceforge.net/u/bwduncan/</uri></author><id>https://sourceforge.net1ccf02cde6212ac7470bf717eac4f3311dca2c44</id><summary type="html">&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;</summary></entry><entry><title>amaKode busy waits with nothing to do</title><link href="https://sourceforge.net/p/amakode/bugs/3/" rel="alternate"/><published>2009-05-04T13:51:07Z</published><updated>2009-05-04T13:51:07Z</updated><author><name>Bruce Duncan</name><uri>https://sourceforge.net/u/bwduncan/</uri></author><id>https://sourceforge.net0183a1ce11030c42eb4c93989d00bcc3ca331a11</id><summary type="html">&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;</summary></entry><entry><title>amaKode leaves files open</title><link href="https://sourceforge.net/p/amakode/bugs/2/" rel="alternate"/><published>2009-05-04T13:46:20Z</published><updated>2009-05-04T13:46:20Z</updated><author><name>Bruce Duncan</name><uri>https://sourceforge.net/u/bwduncan/</uri></author><id>https://sourceforge.net6055af8d17f8cf085f020781007762935ac05287</id><summary type="html">&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;</summary></entry><entry><title>m4a to mp3</title><link href="https://sourceforge.net/p/amakode/bugs/1/" rel="alternate"/><published>2009-03-28T16:40:36Z</published><updated>2009-03-28T16:40:36Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netb8f15c794fc9f752b47f194441c82a94f3997a75</id><summary type="html">&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;</summary></entry></feed>