<?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/xmms-shell/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/xmms-shell/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/xmms-shell/bugs/</id><updated>2003-10-16T04:53:14Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>* bad for scripting</title><link href="https://sourceforge.net/p/xmms-shell/bugs/9/" rel="alternate"/><published>2003-10-16T04:53:14Z</published><updated>2003-10-16T04:53:14Z</updated><author><name>Eugene</name><uri>https://sourceforge.net/u/the7erm/</uri></author><id>https://sourceforge.net25fd70415db78b8a35f4c545829d3e0eb3abd105</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;the * displayed beside the currently playing song is VERY &lt;br /&gt;
bad for scripting.  Every time I try something like. &lt;/p&gt;
&lt;p&gt;currentsong=`xmms-shell -e list | awk -F'*'` &lt;br /&gt;
or better yet. &lt;/p&gt;
&lt;p&gt;xmms-sell -e list &amp;amp;gt; currentplaylist &lt;br /&gt;
grep &amp;amp;quot;*&amp;amp;quot; currentplaylist &lt;/p&gt;
&lt;p&gt;The grep will print out all the files in that folder.  It's a very &lt;br /&gt;
odd bug on grep's part, however.  I figured xmms-sell was &lt;br /&gt;
written for bash scripting. &lt;/p&gt;
&lt;p&gt;I have a script that uses a hacked version of xmms-shell.&lt;br /&gt;
Am I legally allowed to post it on my site so people can use &lt;br /&gt;
that script? &lt;/p&gt;
&lt;p&gt;Erm &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>segmentation fault on list command</title><link href="https://sourceforge.net/p/xmms-shell/bugs/8/" rel="alternate"/><published>2003-08-16T22:49:33Z</published><updated>2003-08-16T22:49:33Z</updated><author><name>Sylvain Rochet</name><uri>https://sourceforge.net/u/gradator/</uri></author><id>https://sourceforge.net647fe29a7443290f55e8ea10c777d8f4f2b6b064</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;[89/94] Aura - the source of trance - Walk to earth&lt;br /&gt;
(playing)&amp;amp;gt; LIST 0 10&lt;br /&gt;
Segmentation fault&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>window toggles don't work as expected</title><link href="https://sourceforge.net/p/xmms-shell/bugs/7/" rel="alternate"/><published>2003-02-27T06:56:24Z</published><updated>2003-02-27T06:56:24Z</updated><author><name>Eric Agnew</name><uri>https://sourceforge.net/u/agnew/</uri></author><id>https://sourceforge.net7f85ff0365b6a329c89e306c8172bf5dc29db2eb</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Using the 'window X toggle' function does not work as&lt;br /&gt;
expected.  The main problem is that doing a toggle on&lt;br /&gt;
any window will automatically cause ALL other windows&lt;br /&gt;
to be shown, whether they were or not before.  So, if I&lt;br /&gt;
have the main window open and the EQ and playlists&lt;br /&gt;
closed, and do &amp;amp;quot;xmms-shell -e 'window playlist&lt;br /&gt;
toggle'&amp;amp;quot;, both the playlist AND the EQ window will&lt;br /&gt;
appear.  Running the same command again will hide the&lt;br /&gt;
playlist window, but the EQ window will remain open. &lt;br /&gt;
Similarly, if ALL windows are hidden, running a toggle&lt;br /&gt;
on any window will cause them all to appear.  If the&lt;br /&gt;
main and playlist windows are open and 'window playlist&lt;br /&gt;
toggle' is performed, the playlist will toggle, but the&lt;br /&gt;
EQ window will appear.&lt;/p&gt;
&lt;p&gt;Further, running 2 commands sequentially to &amp;amp;quot;fix&amp;amp;quot; this&lt;br /&gt;
problem, i.e. &amp;amp;quot;xmms-shell -e 'window playlist toggle';&lt;br /&gt;
xmms-shell -e 'window equalizer hide'&amp;amp;quot; has even weirder&lt;br /&gt;
behavior (is this a &amp;amp;quot;race condition&amp;amp;quot;?)- sometimes both&lt;br /&gt;
windows will pop up and then disappear instantly,&lt;br /&gt;
sometimes both will remain open, and sometimes the&lt;br /&gt;
playlist will open and the EQ disappear, as expected. &lt;br /&gt;
Putting a 'sleep 1' between these two commands seems to&lt;br /&gt;
give it enough time to work properly, but is an&lt;br /&gt;
annoying side effect if the point is to try to toggle&lt;br /&gt;
the playlist alone w/ a hotkey.&lt;/p&gt;
&lt;p&gt;This is with debian/unstable packages xmms 1.2.7-1.1&lt;br /&gt;
and xmms-shell 0.99.2-1.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>segmentation fault for -e status</title><link href="https://sourceforge.net/p/xmms-shell/bugs/6/" rel="alternate"/><published>2002-11-06T07:11:54Z</published><updated>2002-11-06T07:11:54Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net9b3cb22460262c31bb26ca0ca83746266e4fd623</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;There seems to be a bit of a problem with the latest&lt;br /&gt;
release of xmms-shell.&lt;br /&gt;
I've got the latest versions of just about everything i&lt;br /&gt;
think is needed but xmms-shell is giving a segmentation&lt;br /&gt;
fault immediately after it has obtained and printed the&lt;br /&gt;
balance value when the command &amp;amp;quot;xmms-shell -e status&amp;amp;quot;&lt;br /&gt;
is given.&lt;/p&gt;
&lt;p&gt;Richard Tresidder&lt;br /&gt;
rtresidd@tresar-electronics.com.au&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>crash with empty playlist</title><link href="https://sourceforge.net/p/xmms-shell/bugs/5/" rel="alternate"/><published>2002-10-24T09:54:08Z</published><updated>2002-10-24T09:54:08Z</updated><author><name>Götz Waschk</name><uri>https://sourceforge.net/u/waschk/</uri></author><id>https://sourceforge.netbdb2cacb1f6bf4c8961eb1735260eb09fd9c28ca</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;xmms-shell 0.99.3 crashes with an empty playlist. This&lt;br /&gt;
is caused by the track title in the prompt.&lt;/p&gt;
&lt;p&gt;To reproduce this, type the clear command.&lt;br /&gt;
The attached patch fixes the problem for me.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Compilation error on FreeBSD 4.5</title><link href="https://sourceforge.net/p/xmms-shell/bugs/4/" rel="alternate"/><published>2002-08-23T12:23:34Z</published><updated>2002-08-23T12:23:34Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net543442725ca3910212fa1b7cf348d7834fa496c6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;xmms-shell does not compile on FreeBSD 4.5, it &lt;br /&gt;
stops with the following error message:&lt;/p&gt;
&lt;p&gt;c++ -DHAVE_CONFIG_H -I. -I. -I../include     -&lt;br /&gt;
I/usr/X11R6/include -&lt;br /&gt;
I/usr/X11R6/include/xmms -&lt;br /&gt;
I/usr/X11R6/include/gtk12 -&lt;br /&gt;
I/usr/local/include/glib12 -D_THREAD_SAFE -&lt;br /&gt;
I/usr/local/include -I/usr/X11R6/include -c &lt;br /&gt;
getline.cc&lt;br /&gt;
getline.cc: In function `void getline_rl_init()':&lt;br /&gt;
getline.cc:252: ANSI C++ prohibits conversion &lt;br /&gt;
from `(char *, int, char *)' to `(...)'&lt;br /&gt;
getline.cc:253: ANSI C++ prohibits conversion &lt;br /&gt;
from `(char *, int)' to `(...)'&lt;br /&gt;
getline.cc:254: ANSI C++ prohibits conversion &lt;br /&gt;
from `(char *, int)' to `(...)'&lt;br /&gt;
*** Error code 1&lt;/p&gt;
&lt;p&gt;Any hints here?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>'window' buginess</title><link href="https://sourceforge.net/p/xmms-shell/bugs/3/" rel="alternate"/><published>2002-07-19T08:46:09Z</published><updated>2002-07-19T08:46:09Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net14729e96007c9f2b7b59bc0b170cb7a7d3dc4f3c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In xmms-shell 0.99.0 with xmms 1.2.7, the following&lt;br /&gt;
weirdness ensues:&lt;/p&gt;
&lt;p&gt;window all show: nothing happens&lt;br /&gt;
window main show: shows eq and playlist, but not main&lt;br /&gt;
window equalizer show: shows main and playlist, but not eq&lt;br /&gt;
window playlist show: shows main and eq, but not playlist&lt;/p&gt;
&lt;p&gt;All toggle and hide variations seem to work.&lt;/p&gt;
&lt;p&gt;Bug or feature?? Looks like bug to me. :)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Can't load files separated by space.</title><link href="https://sourceforge.net/p/xmms-shell/bugs/2/" rel="alternate"/><published>2001-10-23T14:10:28Z</published><updated>2001-10-23T14:10:28Z</updated><author><name>Malay Shah</name><uri>https://sourceforge.net/u/malay/</uri></author><id>https://sourceforge.net2108832397ae55d1232a945cfd232db49a173309</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;xmms-shell doesn't seem to be able to load files that&lt;br /&gt;
are separated by spaces.  For example, I tried the&lt;br /&gt;
following command:&lt;/p&gt;
&lt;p&gt;load /home/user/mp3/artist - title.mp3&lt;/p&gt;
&lt;p&gt;and also the following&lt;/p&gt;
&lt;p&gt;load &amp;amp;quot;/home/user/mp3/artist - title.mp3&amp;amp;quot;&lt;/p&gt;
&lt;p&gt;None of them seemed to work.  Is there another method&lt;br /&gt;
to load files separated by spaces that I'm missing?&lt;br /&gt;
Thanks.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>xmms-shell -e forward isn't random</title><link href="https://sourceforge.net/p/xmms-shell/bugs/1/" rel="alternate"/><published>2001-02-28T07:31:16Z</published><updated>2001-02-28T07:31:16Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net098d049cd9b85d69787a7b31f44bf45233056ae0</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Even though I have xmms set for random play, running&lt;br /&gt;
&amp;amp;quot;xmms-shell -e forward&amp;amp;quot; always moves forward one song,&lt;br /&gt;
rather than picking one at random.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>