You are not logged in.
I gave it another try and it works very well and fast! I'm really impressed! Keep up the good work, sacamano_m82
Haven't been here in a while. Still rocking Arch.
Offline
it works very well and fast!
yeah! i'd say awesomelight music manager
No cause is lost if there is but one fool left to fight for it.
Offline
Still waiting for ogg can't wait for the next release.
Offline
Drag&Drop of items in the left part of the UI (For example an Album) into the playlist would be another nice feature. I know that I can right click but, you know, I'm lazy
Haven't been here in a while. Still rocking Arch.
Offline
Works well on the x86_64 platform too;-)
Any chance for an EQ?
How about a software volume control (thats what it's called in Amarok)?
Looking forward to future versions.
Many thanks
VB
Offline
Loving this program for my music collection. Really needs FLAC support though.
The tray icon clashes with a number of things because it lacks transparency. I did up a fast one last night for use in my Xfce menu, thought you might like it for the next release.
I'm not yet happy with it myself though. I'm going to try and tango-ify it to give it more of a presence next to the other icons, I'm just ridiculously busy for the next two weeks so there's no time to really improve it.
vim? EMACS? Pssh, I code in Scribus.
Offline
coarseSand, shoudn't you be a fan of the Senators? That looks much like a Habs logo! (They won tonight ) Nice work -- make sure the logo scales down well though.
Offline
Loving this program for my music collection. Really needs FLAC support though.
The tray icon clashes with a number of things because it lacks transparency. I did up a fast one last night for use in my Xfce menu, thought you might like it for the next release.
I'm not yet happy with it myself though. I'm going to try and tango-ify it to give it more of a presence next to the other icons, I'm just ridiculously busy for the next two weeks so there's no time to really improve it.
Well, it certainly is better than my artistic endeavors that ended as miserable failures.
I will include it in the next release. Thanks !
Offline
I have probably the same bug, as finferflu:
consonance -e
** (consonance:25597): DEBUG: (init_config): Initializing configuration
** (consonance:25597): CRITICAL **: (init_config): Unable to load conrc, err: File is empty
** (consonance:25597): DEBUG: (init_musicdbase): Initializing music dbase
** (consonance:25597): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS TRACK (location INT PRIMARY KEY, track_no INT, artist INT, album INT, genre INT, year INT, bitrate INT, length INT, channels INT, samplerate INT, title VARCHAR(255));
** (consonance:25597): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS LOCATION (id INTEGER PRIMARY KEY, name TEXT, UNIQUE(name));
** (consonance:25597): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS ARTIST (id INTEGER PRIMARY KEY, name VARCHAR(255), UNIQUE(name));
** (consonance:25597): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS ALBUM (id INTEGER PRIMARY KEY, artist INT, name VARCHAR(255), UNIQUE(name));
** (consonance:25597): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS GENRE (id INTEGER PRIMARY KEY, name VARCHAR(255), UNIQUE(name));
** (consonance:25597): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS YEAR (id INTEGER PRIMARY KEY, year INT, UNIQUE(year));
** (consonance:25597): DEBUG: (init_audio): Initializing audio
** (consonance:25597): DEBUG: (init_audio_mixer): Initializing audio mixer
zsh: segmentation fault consonance -e
% amixer scontrols
Simple mixer control 'Master',0
Simple mixer control 'PCM',0
Simple mixer control 'Mic',0
Simple mixer control 'Mic Boost',0
Simple mixer control 'Capture',0
Simple mixer control 'Mix',0
Simple mixer control 'Digital',0
Simple mixer control 'Docking-Station',0
Simple mixer control 'Internal Mic Boost',0
Offline
I have probably the same bug, as finferflu:
consonance -e ** (consonance:25597): DEBUG: (init_config): Initializing configuration ** (consonance:25597): CRITICAL **: (init_config): Unable to load conrc, err: File is empty ** (consonance:25597): DEBUG: (init_musicdbase): Initializing music dbase ** (consonance:25597): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS TRACK (location INT PRIMARY KEY, track_no INT, artist INT, album INT, genre INT, year INT, bitrate INT, length INT, channels INT, samplerate INT, title VARCHAR(255)); ** (consonance:25597): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS LOCATION (id INTEGER PRIMARY KEY, name TEXT, UNIQUE(name)); ** (consonance:25597): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS ARTIST (id INTEGER PRIMARY KEY, name VARCHAR(255), UNIQUE(name)); ** (consonance:25597): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS ALBUM (id INTEGER PRIMARY KEY, artist INT, name VARCHAR(255), UNIQUE(name)); ** (consonance:25597): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS GENRE (id INTEGER PRIMARY KEY, name VARCHAR(255), UNIQUE(name)); ** (consonance:25597): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS YEAR (id INTEGER PRIMARY KEY, year INT, UNIQUE(year)); ** (consonance:25597): DEBUG: (init_audio): Initializing audio ** (consonance:25597): DEBUG: (init_audio_mixer): Initializing audio mixer zsh: segmentation fault consonance -e
Can you check out the code from SVN and compile it ?. I have added a few extra debugs to trace the cause.
You can do this: svn co "https://consonance.svn.sourceforge.net/ … ance/trunk" consonance (without the quotes around the URL)
After that, the usual way of building: './configure --prefix=/usr && make && sudo make install'
Please post the debug o/p at https://sourceforge.net/tracker/index.p … tid=988875.
Thanks !
Offline
coarseSand, shoudn't you be a fan of the Senators? That looks much like a Habs logo! (They won tonight ) Nice work -- make sure the logo scales down well though.
Crud, it does look a little like the Habs logo. I was really just trying to emphasize the "elegance in consonance" as a design seed. Anyways, that's really the equivalent of a sketch, it really needs some work. I think I'll thin it up a bit in the final to get rid of the Habs look.
sacamano, I thought I'd mention another thing to add to consonance, but this one isn't just adding other audio formats. The library list should look for the word "the" when organizing artists and filter it out, so The Dirtbombs would wind up under D instead of further down the list.
vim? EMACS? Pssh, I code in Scribus.
Offline
It would be nice if hovering over the tray icon told you what track was being played. Better yet, a graphical thingy like when you hover over Sonata. If you don't know what I mean I can stick up a screenshot. Very nice so far!
Last edited by bslagowski (2008-04-14 05:18:38)
Offline
Looking great! I'll try it sometime in the near future for sure.
It also looks a great deal like Foobar2000, my favorite media player from my Winbloze days I like Foobar2000 so much I've actually been contemplating running it in wine... Might just try this instead.
Offline
Can you check out the code from SVN and compile it ?. I have added a few extra debugs to trace the cause.
You can do this: svn co "https://consonance.svn.sourceforge.net/ … ance/trunk" consonance (without the quotes around the URL)
After that, the usual way of building: './configure --prefix=/usr && make && sudo make install'
Please post the debug o/p at https://sourceforge.net/tracker/index.p … tid=988875.
Thanks !
I tried to compile it from svn, but:
consonance-threads.o: In function `play_thread_flac':
/home/istvan/bin/consonance/trunk/src/threads.c:45: undefined reference to `play_flac'
collect2: ld returned 1 exit status
make[2]: *** [consonance] Error 1
make[2]: Leaving directory `/home/istvan/bin/consonance/trunk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/istvan/bin/consonance/trunk'
make: *** [all] Error 2
EDIT: gcc version 4.3.0
Last edited by lman (2008-04-14 12:13:50)
Offline
I was in the middle of checking in code.
Should work fine now.
Offline
It would be nice if hovering over the tray icon told you what track was being played. Better yet, a graphical thingy like when you hover over Sonata. If you don't know what I mean I can stick up a screenshot. Very nice so far!
In turn, please don't do this. I think something more informative than "consonance 0.2" could be displayed for the current track, but keep the giant notifications that pop up on every song change out! Lightweight ftw.
vim? EMACS? Pssh, I code in Scribus.
Offline
Since the object is to keep it light, would it be possible to implement a plugin system or would that bloat the software?
VB
Just installed the SVN version and for some starnge reason my library refuses to show.
Gonna poke around to see what I can find.
Last edited by vuboy (2008-04-15 02:14:18)
Offline
Crash on start up here too. Here's the dump:
$ consonance -e
** (consonance:31194): DEBUG: (init_config): Initializing configuration
** (consonance:31194): CRITICAL **: (init_config): Unable to load conrc, err: File is empty
** (consonance:31194): DEBUG: (init_musicdbase): Initializing music dbase
** (consonance:31194): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS TRACK (location INT PRIMARY KEY, track_no INT, artist INT, album INT, genre INT, year INT, bitrate INT, length INT, channels INT, samplerate INT, title VARCHAR(255));
** (consonance:31194): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS LOCATION (id INTEGER PRIMARY KEY, name TEXT, UNIQUE(name));
** (consonance:31194): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS ARTIST (id INTEGER PRIMARY KEY, name VARCHAR(255), UNIQUE(name));
** (consonance:31194): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS ALBUM (id INTEGER PRIMARY KEY, artist INT, name VARCHAR(255), UNIQUE(name));
** (consonance:31194): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS GENRE (id INTEGER PRIMARY KEY, name VARCHAR(255), UNIQUE(name));
** (consonance:31194): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS YEAR (id INTEGER PRIMARY KEY, year INT, UNIQUE(year));
** (consonance:31194): DEBUG: (init_audio): Initializing audio
** (consonance:31194): DEBUG: (init_audio_mixer): Initializing audio mixer
** (consonance:31194): CRITICAL **: (alsa_init_mixer): Unable to find alsa mixer element : PCM
** (consonance:31194): CRITICAL **: (main): Unable to init audio
This is with an m-audio delta 1010 working properly.
Offline
I have a pair of issues here to:
[roberth@Magda consonance]$ consonance
** (consonance:15239): CRITICAL **: (init_config): Unable to load conrc, err: File is empty
** (consonance:15239): CRITICAL **: (alsa_init_mixer): Unable to find alsa mixer element : PCM
** (consonance:15239): CRITICAL **: (main): Unable to init audio
My soundcard also works fine, and how do I configure consonance?
Use the Source, Luke!
Offline
I'd like to see an audio player for Linux that has the plugin capabilites of Foobar. I loved using the Dolby Headphone plugin combined with an upmix to channels... Sounds really neat for classical type music.
Offline
In turn, please don't do this. I think something more informative than "consonance 0.2" could be displayed for the current track, but keep the giant notifications that pop up on every song change out! Lightweight ftw.
I didn't say anything about giant notifications that pop on every track change. I said when you hover over the icon a square pops up with a shot of the album cover, song title, and a progress bar. It doesn't come up unless you hover over it. I guess if you're against that it's fine, but I feel it's quite a bit different than the sluggish displays that pop up and hover for several seconds on track changes in programs such as Amarok or Exaile.
Offline
I was in the middle of checking in code.
Should work fine now.
Still no luck
** (consonance:11321): DEBUG: (init_config): Initializing configuration
** (consonance:11321): CRITICAL **: (init_config): Unable to load conrc, err: File is empty
** (consonance:11321): DEBUG: (init_musicdbase): Initializing music dbase
** (consonance:11321): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS TRACK (location INT PRIMARY KEY, track_no INT, artist INT, album INT, genre INT, year INT, bitrate INT, length INT, channels INT, samplerate INT, file_type INT, title VARCHAR(255));
** (consonance:11321): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS LOCATION (id INTEGER PRIMARY KEY, name TEXT, UNIQUE(name));
** (consonance:11321): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS ARTIST (id INTEGER PRIMARY KEY, name VARCHAR(255), UNIQUE(name));
** (consonance:11321): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS ALBUM (id INTEGER PRIMARY KEY, artist INT, name VARCHAR(255), UNIQUE(name));
** (consonance:11321): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS GENRE (id INTEGER PRIMARY KEY, name VARCHAR(255), UNIQUE(name));
** (consonance:11321): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS YEAR (id INTEGER PRIMARY KEY, year INT, UNIQUE(year));
** (consonance:11321): DEBUG: (init_audio): Initializing audio
** (consonance:11321): DEBUG: (init_audio_mixer): Initializing audio mixer
** (consonance:11321): DEBUG: (alsa_init_mixer): Found ALSA elem: PCM
** (consonance:11321): DEBUG: (alsa_init_mixer): Max vol: 31, Curr vol: 28
zsh: segmentation fault consonance -e
Offline
Since the object is to keep it light, would it be possible to implement a plugin system or would that bloat the software?
VB
Just installed the SVN version and for some starnge reason my library refuses to show.
Gonna poke around to see what I can find.
For now, do an rm -rf ~/.consonance and rescan your library.
The library table structure has been changed a little. Seamless upgrading from the previous release is still pending.
Offline
vuboy wrote:Since the object is to keep it light, would it be possible to implement a plugin system or would that bloat the software?
VB
Just installed the SVN version and for some starnge reason my library refuses to show.
Gonna poke around to see what I can find.For now, do an rm -rf ~/.consonance and rescan your library.
The library table structure has been changed a little. Seamless upgrading from the previous release is still pending.
Many thanks, worked like a charm.
VB
Offline
Really fast. It would be great if you could save, load, autoload previous playlists.
Offline