Cosmik Audio Player
Sunday, November 16, 2008 22:10 - GNOME
Today I assembled another issue of the GNOME commit digest, I am getting a grip on the process and they are now quite fast to produce, perhaps I should take benefit of this to expand them…
Also I spent a few hours to write an audio player, how lame.
I wrote it because we finally have a computer wired to the mixing table at Radio Panik (for a few weeks actually) and yet I still burned audio CD, mostly because our CD players (nice rackmounted Denon I forgot the exact reference already) have the "pause on next track" feature, which I didn't find in any program.
So here it is, once of the less featured audio player, nicknamed Cosmik as I didn't have much time to find a nice name (336 lines of Python, bzr repos).
Last Modification: Sunday, November 16, 2008 22:36
Comments on this entry have been closed.
Banshee has that feature (Shift+Space).
Comment by Marius Gedminas on November 17, 2008 2:28
What license is this released under?
Comment by James on November 17, 2008 20:26
James: I just added a GPL header.
Comment by Frédéric Péters on November 18, 2008 11:10
That would be an easy Banshee-Plugin.
How it could be done: 1) When "NextSong" is triggered -> stop (generally) 2) Create an SongStop-Source, and only stop after one song in that source.
Comment by mike on November 18, 2008 18:26
xmms also has a pause-on-next-track option
Comment by n.a. on November 19, 2008 1:05