Project

General

Profile

Activity

From May 19, 2012 to June 17, 2012

June 17, 2012

18:31 Feature #109: Scrobbling support for http streams
Thanks for the feedback.
@ #8:
You are right, that the braces directly after the if-statement are a bit confusing...
Michael Jacobs
15:21 Bug #119 (Closed): support the new GDK_SCROLL_SMOOTH event in GTK+ 3.4
https://github.com/audacious-media-player/audacious-plugins/commit/b5612773bb620dfbee9c54f8dfa8fa5ce0d87694 John Lindgren
06:44 Feature #98: Add Sndio plugin
John Lindgren wrote:
> so please let me know if there are any problems.
Thank you. This in itself is a step forwa...
Brad Smith
06:41 Feature #98 (Closed): Add Sndio plugin
I've added the plugin and removed the written_time() and set_written_time() functions, which are no longer required. ... John Lindgren

June 16, 2012

23:46 Feature #109: Scrobbling support for http streams
Also, you set item->is_http_source to FALSE in create_item(), and then set it to its proper value after create_item()... John Lindgren
23:36 Feature #109: Scrobbling support for http streams
This block of code:... John Lindgren
23:30 Feature #109: Scrobbling support for http streams
Attaching a combined patch against current Git. Still needs review. John Lindgren
20:02 Feature #94 (Closed): Simple feature request: Global shortcut to focus Audacious
Implemented for 3.3:
https://github.com/audacious-media-player/audacious-plugins/commit/35ac93b8ef10a6e9ee55396c69fd...
John Lindgren
17:55 Feature #46 (Closed): License clarification would be nice
The COPYING file gives the whole story now:
https://github.com/audacious-media-player/audacious/blob/master/COPYING
John Lindgren
03:01 Bug #130 (Closed): Regression: Floating point exception if a file was moved and can't be opened
Fixed, thanks for finding.
https://github.com/audacious-media-player/audacious/commit/3dfaf1621df6638277c4492b96891d...
John Lindgren
01:16 Bug #130 (Closed): Regression: Floating point exception if a file was moved and can't be opened
Description:
If audacious can't open a file, a floating point exception occurs.
How to reproduce:
1. Open a sing...
Thomas Lange
02:50 Bug #129 (Closed): audacious-plugins can't be compiled without compiler optimizations (-O1 / -O2)
These are two separate issues, so they really should have been given separate reports.
I've defined NULL in libaud...
John Lindgren
02:01 Bug #129: audacious-plugins can't be compiled without compiler optimizations (-O1 / -O2)
This patch solves the problem with 3.3. Thomas Lange
01:02 Bug #129: audacious-plugins can't be compiled without compiler optimizations (-O1 / -O2)
3.2.3 also fails to compile without -O2:
sndstretch.plugin.o: In function `ringcopy':
sndstretch.c:(.text+0x272):...
Thomas Lange
00:42 Bug #129 (Closed): audacious-plugins can't be compiled without compiler optimizations (-O1 / -O2)
I've noticed today that various audacious plugins fail to compile
because NULL is undeclared.
Strangely this is onl...
Thomas Lange

June 14, 2012

20:26 Bug #121: Tray icon not visible
Funny enough, I was using nouveau. Now switched back to nvidia binary driver and icon is there. Marcin Kocur
17:36 Bug #121: Tray icon not visible
It recreated icon-theme.cache but icon is still invisible. Marcin Kocur

June 13, 2012

23:55 Bug #121: Tray icon not visible
No, I did not mean kbuildsycoca4.
Try running:
update-desktop-database -q
gtk-update-icon-cache -q -t -f /usr/shar...
Thomas Lange
23:45 Bug #127 (Closed): resample: Translations of entries in combobox are not applied
John Lindgren
00:10 Bug #127: resample: Translations of entries in combobox are not applied
Yes, it is fixed. Thanks for your fast response. Thomas Lange
23:45 Bug #128 (Rejected): Nautilus: 'Open as Administrator' opens Audacious
Not a bug in Audacious. Report it to the Nautilus developers. John Lindgren
17:49 Bug #128 (Rejected): Nautilus: 'Open as Administrator' opens Audacious
In my Debian Sid and Testing (xfce), both with nautilus and nautilus-actions installed, the function 'Open as Adminis... Gerd Filbrich

June 12, 2012

23:49 Bug #127: resample: Translations of entries in combobox are not applied
Should be fixed; please confirm:
https://github.com/audacious-media-player/audacious/commit/e1336091d1777df716ba25ea...
John Lindgren
16:16 Bug #127 (Closed): resample: Translations of entries in combobox are not applied
Sample Rate Converter:
The methods in the combobox of the preferences window are shown in English
although I tran...
Thomas Lange
01:07 Bug #126 (Rejected): "POT-Creation-Date" and "PO-Revision-Date" are no more updated by "make update-po"
This is all done by msgmerge (part of gettext), so it's out of our control. Sorry. John Lindgren
01:04 Bug #125 (Closed): Opening the preferences window causes a short sound delay
Not exactly. What was happening is this: the dropdown menu for the output bit depth was (wrongly) emitting a "change... John Lindgren

June 11, 2012

21:01 Bug #121: Tray icon not visible
You mean kbuildsycoca4? Then yes. Marcin Kocur
15:20 Bug #126 (Rejected): "POT-Creation-Date" and "PO-Revision-Date" are no more updated by "make update-po"
This has always worked before but at the moment it is really strange:
- make update-pot works correctly, "POT-Cre...
Thomas Lange
14:57 Bug #125 (Closed): Opening the preferences window causes a short sound delay
If you open the preferences window, there is a short delay in playback.
This is only occurring with 3.3.
audaciou...
Thomas Lange

June 10, 2012

14:56 Bug #124 (Closed): A declared dependency version of cdaudio-ng seem to be incorrect
Fixed:
https://github.com/audacious-media-player/audacious-plugins/commit/b52ae586c89f87a4f5d0dc7738ba9af028577943
John Lindgren
02:55 Bug #124 (Closed): A declared dependency version of cdaudio-ng seem to be incorrect
The configure.ac file states that the minimum required version of libcdio is 0.70, but when compiling, the cdio/cdio_... Luís Picciochi

June 09, 2012

17:53 Bug #121: Tray icon not visible
Did you try updating the icon cache? Thomas Lange
10:54 Bug #121: Tray icon not visible

https://bugs.kde.org/show_bug.cgi?id=301497
Marcin Kocur
03:14 Bug #121 (Rejected): Tray icon not visible
We just use GtkStatusIcon, so there's not really much we can do. Sorry. John Lindgren
17:18 Bug #123 (Closed): Fix build on OpenBSD
Okay, fixed.
https://github.com/audacious-media-player/audacious/commit/1fe99f3d6abd517592be9f2fd0452f4a520ec52e
John Lindgren
15:54 Bug #123: Fix build on OpenBSD
John Lindgren wrote:
> Does capitalizing them work as well (e.g. SWAP16)?
Yes, that also works.
Brad Smith
14:46 Bug #123: Fix build on OpenBSD
Does capitalizing them work as well (e.g. SWAP16)? John Lindgren
13:23 Bug #123 (Closed): Fix build on OpenBSD
At the moment audacious fails to build on OpenBSD due to the
byte swap macros audacious has in libaudcore which conf...
Brad Smith
14:44 Bug #122 (Rejected): Playlist sub-window stays in background (LXDE/Openbox)
> Does this not suggest that the issue could be resolved in the Audacious code?
Not to me. If it "suggests" that to...
John Lindgren
10:47 Bug #122 (Rejected): Playlist sub-window stays in background (LXDE/Openbox)
Hi,
Sorry to reopen Bug 3 (http://redmine.audacious-media-player.org/issues/3)
In the last comment:
>I've some...
N B
03:16 Bug #119: support the new GDK_SCROLL_SMOOTH event in GTK+ 3.4
This has been on the back burner for a while now. It will get done before 3.3, at any rate. John Lindgren
03:12 Feature #83 (Closed): SndStretch In Real-Time
https://github.com/audacious-media-player/audacious/commit/f7f3b205f1751887f76bcda0c0b29e47da5676ad
https://github.c...
John Lindgren
00:17 Feature #83: SndStretch In Real-Time
The current behavior may seem "unnecessary" to you, but on the technical side of things it will require some major ch... John Lindgren
00:10 Bug #120: Pulse Audio output volume up/down don't work without playing a song
I'm not sure if this is even possible; the PulseAudio API is weird. When I have some extra time I will try to see if... John Lindgren

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
 

Also available in: Atom