Project

General

Profile

Activity

From May 10, 2012 to June 08, 2012

June 07, 2012

13:10 Bug #121: Tray icon not visible
Audacious's icon in the screen should be placed between white kmail's icon and yellow psi icon. Marcin Kocur
13:09 Bug #121 (Rejected): Tray icon not visible
After KDE 4.8.2 > 4.8.3 update there is no tray icon wisible in KDE, although you can use it as well as it was there.... Marcin Kocur
08:08 Bug #120 (Rejected): Pulse Audio output volume up/down don't work without playing a song
I use audacios 3.2.1 with Ubuntu 12.04, but thing this affect older versions too. Volume control is not active withou... S F

June 06, 2012

07:40 Bug #119 (Closed): support the new GDK_SCROLL_SMOOTH event in GTK+ 3.4
In kubuntu 12.04 x64 and audacious 3.3, the volume is no longer controlled by the mouse wheel on main skinned window,... il lumilore
07:36 Bug #112: selected song advances before song has completed playing
John Lindgren wrote:
> This is a consequence of gapless playback. Audacious must start decoding song no. 2 before y...
il lumilore

June 04, 2012

01:27 Bug #116 (Closed): Player freezes when playing some AAC streams
I was able to reproduce with that stream and fix:
https://github.com/audacious-media-player/audacious-plugins/commit...
John Lindgren

June 03, 2012

23:31 Bug #118 (Closed): default 'Audacious OSD' settings
This was a bug; there were better defaults in the code but they were never applied.
https://github.com/audacious-med...
John Lindgren

June 02, 2012

19:05 Feature #109: Scrobbling support for http streams
Yes, you are right. tuple_copy seems to be the right thing in that situation.
The enclosed incremental patch shoul...
Michael Jacobs
09:14 Bug #118 (Closed): default 'Audacious OSD' settings
Default settings it's not logical:
1. background = black
text color = black
so i can't see text, i see only black ...
gymka gymka
05:30 Bug #117 (Closed): cdaudio-ng: Translations are not applied
Found the real problem. PACKAGE was being redefined by libcdio headers; hence the wrong gettext domain was being sea... John Lindgren
01:59 Bug #117: cdaudio-ng: Translations are not applied
"make update-pot" turned out to be broken by a missing line in extra.mk. Can you see if the problem is resolved with... John Lindgren

May 31, 2012

11:18 Bug #117: cdaudio-ng: Translations are not applied
Take a look at:
https://github.com/audacious-media-player/audacious-plugins/blob/8c4fbaabec47e8036f4c94c25b77e220cd4...
Thomas Lange

May 30, 2012

23:46 Bug #117: cdaudio-ng: Translations are not applied
Have you made sure that audacious-plugins.pot is up to date and that no strings are untranslated? John Lindgren
18:26 Bug #117 (Closed): cdaudio-ng: Translations are not applied
Title says all.
Probably caused by the transition to "PluginPreferences",
although other plugins don't have this is...
Thomas Lange
10:41 Bug #116: Player freezes when playing some AAC streams
this is the .pls I'm which is the most prone to failing... Andrea Pinazzi

May 29, 2012

23:47 Bug #116: Player freezes when playing some AAC streams
Also, a backtrace. John Lindgren
23:44 Bug #116: Player freezes when playing some AAC streams
Give a link to one of the streams. John Lindgren
15:01 Bug #116 (Closed): Player freezes when playing some AAC streams
Hi all, I've been experiencing this problem since some version and I'm currently using 3.2.3. (official gentoo ebuild... Andrea Pinazzi
08:17 Feature #115: Make LyricWiki errors more descriptive
At least is it possible to update LyricWiki plugin so that it spitted an error saying no HTTP providers are compiled ... Artem S. Tashkinov
02:48 Feature #115: Make LyricWiki errors more descriptive
not true, the lyricwiki plugin depends on any VFS provider which provides an http URI scheme. if you were to provide... Ariadne Conill

May 27, 2012

01:01 Feature #115 (Closed): Make LyricWiki errors more descriptive
When you build audacious-plugins without Neon support, LyricWiki stops working but doesn't show any error messages.
...
Artem S. Tashkinov

May 25, 2012

01:57 Feature #109: Scrobbling support for http streams
If you want to make a copy of the tuple data locally, there is tuple_copy(). As for expecting the user interface to n... John Lindgren

May 24, 2012

13:44 Feature #109: Scrobbling support for http streams
You are right, that is not what I intended. I just had a short look at the sources again and it seems I did not quite... Michael Jacobs
01:08 Feature #109: Scrobbling support for http streams
I see now why you would submit a bogus length to last.fm, but changing the length in the tuple will change it in the ... John Lindgren
01:25 Feature #102 (Closed): add MimeType=inode/directory; to audacious.desktop
Added:
https://github.com/audacious-media-player/audacious/commit/b0600b53614a9f6a023017944649eae228e33945
John Lindgren

May 21, 2012

23:38 Bug #114 (Closed): Regression: "Show song numbers" and "Show leading zeroes" are no more adopted directly
Fixed:
https://github.com/audacious-media-player/audacious/commit/87f933a2f97f6f98193fd40beb9931f3812ff0f2
John Lindgren

May 19, 2012

21:00 Bug #114 (Closed): Regression: "Show song numbers" and "Show leading zeroes" are no more adopted directly
"Show song numbers" and "Show leading zeroes" in the preferences window
are no more adopted directly since this comm...
Thomas Lange
20:25 Feature #109: Scrobbling support for http streams
For the different titles in the same stream, we do initially not know how long they are. So initially, the length is ... Michael Jacobs
19:30 Feature #109: Scrobbling support for http streams
This line seems wrong:
tuple_set_int(submit_tuple, FIELD_LENGTH, NULL, 240000);
Why should you artificially set t...
John Lindgren
19:27 Bug #113 (Closed): Ogg Vorbis detection and linking issues?
John Lindgren
19:27 Bug #113: Ogg Vorbis detection and linking issues?
I made things simple and just used the same command line switch (--disable-vorbis), same pkg-config check, and same C... John Lindgren

May 17, 2012

22:57 Bug #113 (Closed): Ogg Vorbis detection and linking issues?
This is in reply to the "Audacious 3.2.2 does not compile in OpenSuSE 12.1" thread in the forum, but with regard to l... Michael Schwendt

May 13, 2012

16:36 Bug #111 (Closed): HSP file causes segfault
The segfault is fixed:
https://github.com/audacious-media-player/audacious-plugins/commit/46ac472914d46efa9b976c5ea4...
John Lindgren
16:24 Bug #112 (Rejected): selected song advances before song has completed playing
This is a consequence of gapless playback. Audacious must start decoding song no. 2 before you hear song no. 1 finis... John Lindgren
05:40 Bug #112 (Rejected): selected song advances before song has completed playing
When playing an ogg vorbis file, once the music gets close to the last few seconds, the blue highlight indicating wha... il lumilore

May 12, 2012

23:45 Bug #111 (Closed): HSP file causes segfault
I get a crash with the attached HSP file. The source of the HSP file is here:
http://www.defacto2.net/file/detail/b0...
Hanno Boeck
18:41 Bug #107: Audacious doesn't play online streams in FLAC
John,
hundreds of Internet radio stations broadcast straight from / (without even a filename) and it hasn't yet ca...
Artem S. Tashkinov
17:15 Bug #107 (Rejected): Audacious doesn't play online streams in FLAC
The file has the wrong extension; it is not pure FLAC but Ogg-encapsulated FLAC and should therefore end in .oga, not... John Lindgren
17:31 Bug #108 (Closed): Jump to Song doesn't respond to enter at the first place
John Lindgren
17:29 Bug #108 (Resolved): Jump to Song doesn't respond to enter at the first place
https://github.com/audacious-media-player/audacious/commit/d503de9dbbdc0fb8ad1d0afd4b33cb7b34f1d06c John Lindgren
17:05 Bug #105 (Rejected): Global hotkey settings are not saved
Closing; cannot reproduce. John Lindgren
05:52 Feature #98: Add Sndio plugin
Here is an updated diff which includes an updated Sndio plugin adding a bunch of bug fixes.
revision 1.5
date: 20...
Brad Smith

May 11, 2012

00:51 Feature #110 (Closed): Use of newer Gnome 3 toolbar style
This is already implemented in Git. John Lindgren

May 10, 2012

20:00 Feature #110 (Closed): Use of newer Gnome 3 toolbar style
On Gnome/GTK 3 systems, such as Ubuntu, Audacious stands out along with, say, LibreOffice, as having an older look to... Samuel .
 

Also available in: Atom