Activity
From October 08, 2015 to November 06, 2015
November 02, 2015
-
14:38 Bug #584: The program 'audacious' received an X Window System error
- We no longer support Audacious 3.5.2. Please install Audacious 3.7-beta1 and see if the problem still exists. If so...
-
03:50 Bug #584 (Rejected): The program 'audacious' received an X Window System error
- Xubuntu 15.10
Xorg version: 1.17.2 (30 September 2015 09:08:47AM)
Kernal: 4.2.0-16-generic (#19-Ubuntu SMP Thu O...
October 31, 2015
-
05:21 Feature #583 (Rejected): ffaudio patch that adds Video-playing option for mp4, flv, etc. files and streams
- I don't think so. Even if this code looked more robust and less like a quick hack, we're not prepared to handle the ...
October 29, 2015
-
06:59 Feature #583 (Rejected): ffaudio patch that adds Video-playing option for mp4, flv, etc. files and streams
- Please consider adding this patch for ffaudio-core which adds a config option to pop up a window to play the video pa...
October 23, 2015
-
22:01 Bug #582: Title is not displayed
- Ok the test I done, is like this, I have in gpodder a podcast subscribed, I save the file from one of the podcasts fr...
-
21:50 Bug #582: Title is not displayed
- How you add the file has no effect on how the tag is read. Sounds like you are opening two different files.
-
16:07 Bug #582: Title is not displayed
- So, I made some more tests, the problems is this, if I import the file using the file open option, the comment is use...
-
15:56 Bug #582: Title is not displayed
- Ok, you are right about the title, but my confusion comes from the fact that in another computer with audacious 3.6.2...
-
02:07 Bug #582 (Rejected): Title is not displayed
-
02:07 Bug #582: Title is not displayed
- There is no title in the ID3 tag of that file. Not a bug.
!http://redmine.audacious-media-player.org/attachments/do...
October 22, 2015
-
14:27 Bug #582: Title is not displayed
- File attached as requested.
-
14:16 Bug #582: Title is not displayed
- It looks like there is some difficulty reading the ID3 tag. Can you attach an example file?
-
12:38 Bug #582 (Rejected): Title is not displayed
- In the tab title, instead of the title the name of the file is displayed.
I have this problem in Fedora 22 (x86_64),...
October 21, 2015
-
06:11 Bug #581 (Closed): oss4: fix high CPU usage (infinite loop) on pause.
- Actually this can be fixed more cleanly in core.
-
04:52 Bug #581: oss4: fix high CPU usage (infinite loop) on pause.
- Look at libaudcore/plugin.h for starters.
October 20, 2015
-
20:11 Bug #581: oss4: fix high CPU usage (infinite loop) on pause.
- John Lindgren wrote:
> The new patch still breaks drain() because you removed poll_wake(). Read the documentation a... -
19:52 Bug #581: oss4: fix high CPU usage (infinite loop) on pause.
- Dmitry Vagin wrote:
> In what situations write_audio() needs to return immediately?
Always. -
19:52 Bug #581: oss4: fix high CPU usage (infinite loop) on pause.
- The new patch still breaks drain() because you removed poll_wake(). Read the documentation and stop making changes w...
-
14:52 Bug #581: oss4: fix high CPU usage (infinite loop) on pause.
- updated patch with poll().
-
07:10 Bug #581: oss4: fix high CPU usage (infinite loop) on pause.
- fd in nonblock mode
poll(fd);
write(fd);
==
fd in block mode
write(fd) -
07:07 Bug #581: oss4: fix high CPU usage (infinite loop) on pause.
- John Lindgren wrote:
> Blocking mode is not an option since write_audio() needs to return immediately. So your patc...
October 19, 2015
-
22:37 Bug #581: oss4: fix high CPU usage (infinite loop) on pause.
- Blocking mode is not an option since write_audio() needs to return immediately. So your patch will not be accepted a...
-
21:51 Bug #581: oss4: fix high CPU usage (infinite loop) on pause.
- Little update for oss.h
-
21:46 Bug #581: oss4: fix high CPU usage (infinite loop) on pause.
- for playing music do loop { write_audio(); period_wait(); }
old code:
period_wait = poll 2 descriptors #1 pipe d... -
21:08 Bug #581: oss4: fix high CPU usage (infinite loop) on pause.
- It would be more helpful if you posted steps to reproduce the problem instead of a huge patch with no explanation of ...
-
08:26 Bug #581 (Closed): oss4: fix high CPU usage (infinite loop) on pause.
- Infinite loop in oss4 when music on pause.
October 17, 2015
-
01:56 Bug #577 (Closed): 32-bit Bit-Depth produces distorted sound (pops/crackles/etc)
- Fixed.
-
01:48 Bug #580: BOM-Bytes in UTF8 encoded files ignored
- Thank you for that lightning fast fix. I installed from source and it works. Furthermore the upgrade from 3.5.2->3.7 ...
-
00:13 Bug #580 (Closed): BOM-Bytes in UTF8 encoded files ignored
- Fixed.
-
00:15 Feature #578 (Rejected): Immutable playlists
- Duplicate of #190.
October 16, 2015
-
23:10 Bug #580 (Closed): BOM-Bytes in UTF8 encoded files ignored
- I have several .m3u-playlists saved from mpc on Windows, which seems to be saved as UTF8 with BOM (used hexeditor see...
-
03:43 Feature #579 (Rejected): Undo/redo feature for playlists editing
- Hmm, yes, duplicate.
October 15, 2015
-
16:03 Feature #579: Undo/redo feature for playlists editing
- Must be merged with #544
-
14:27 Feature #502 (Rejected): Please add support for musixmatch.com lyrics
October 14, 2015
-
07:49 Feature #502: Please add support for musixmatch.com lyrics
- To hell with it:
_Other Licensing Details:
Minimum Price: We offer data licensing packages, through our scalable ... -
07:45 Feature #579 (Rejected): Undo/redo feature for playlists editing
- There many scenarios when you accidentally do certain things to your playlists and you want to undo them.
Please m... -
07:40 Feature #578 (Rejected): Immutable playlists
- Please make it possible to right click the tab of a playlist and mark the said playlist immutable so that it cannot b...
October 13, 2015
-
17:35 Feature #576 (Rejected): Embedded playlist manager
- The playlist manager can be docked just like any other plugin. Right-click at the top of the window (not the title b...
-
12:13 Feature #576 (Rejected): Embedded playlist manager
- There is already a great playlist manager but it is opened in another window and doesn't hide with the main interface...
-
14:24 Bug #577 (Closed): 32-bit Bit-Depth produces distorted sound (pops/crackles/etc)
- As title says. First noticed in v3.7 beta 1. Previous version 3.6.2 was fine. Other formats/bit-depth are fine too.
...
October 09, 2015
-
00:13 Bug #523: FLAC plugin broken on Windows 8.1, FFMPEG plugin works
- I've tested 3.6.2a and 3.7beta1 versions on windows 8 and 8.1 and found similar problem with flac plugin. Adding flac...
Also available in: Atom