You are not logged in.

#226 2008-10-13 16:27:35

monstermudder78
Member
Registered: 2008-05-18
Posts: 120

Re: A new lightweight music manager

sacamano_m82 wrote:

Ah, OSS4 is not supported, sorry. I test my code using oss-emulation in ALSA.

Oh, bummerz.  Well thanks for the time you have spent helping me work on this.

Offline

#227 2008-10-13 16:42:51

jnengland77
Member
From: Black Hills, USA
Registered: 2005-05-06
Posts: 111

Re: A new lightweight music manager

OSS 4.1 rc2 works great for me.

conrc:

[Audio]
software_mixer=true
audio_sink=oss

By the way this is turning out to be a pretty cool player.  Keep up the good work.

~jnengland77

Last edited by jnengland77 (2008-10-13 16:44:14)

Offline

#228 2008-10-13 19:38:49

monstermudder78
Member
Registered: 2008-05-18
Posts: 120

Re: A new lightweight music manager

jnengland77 wrote:

OSS 4.1 rc2 works great for me.

conrc:

[Audio]
software_mixer=true
audio_sink=oss

By the way this is turning out to be a pretty cool player.  Keep up the good work.

~jnengland77

THANKS!! The part I needed was

software_mixer=true

and now it seems to work like a champ.

Offline

#229 2008-10-18 07:01:48

Roberth
Member
From: The Pale Blue Dot
Registered: 2007-01-12
Posts: 894

Re: A new lightweight music manager

Would be great to see an last.fm scrobbler function for this player.


Use the Source, Luke!

Offline

#230 2008-10-21 17:11:57

GordonFreeman
Member
Registered: 2008-06-06
Posts: 16

Re: A new lightweight music manager

Hi,

I'm using Consonance on my Gentoo system and it's really great on my built-in soundcard. But I cannot start Consonance when I've set my USB soundcard as the default soundcard, since Consonance relies on the pcm control (I think they're called controls, but I suppose you know what I mean) which my card does not support.
Amarok, Totem or VLC work without a problem with this card and actually it's impossible to control volume anyway when I'm using the optical output (but that's no problem since I've got an external decoder station to do exactly this).


Is there a way to start Consonance in this case(s)?



amixer scontrols
Simple mixer control 'Mic',0
Simple mixer control 'Auto Gain Control',0
Simple mixer control 'Speaker',0

Edit:


I just checked some old scripts of mine and I'm using the Speaker mixer control to adjust the volume. So is there a way to map Speaker to PCM, or tell Consonance to use Speaker instead of PCM/Master?
I know I could patch the source-code but that is the least option for me, I don't want to have a lot of custom patched packages around, this means just unnecessary work when upgrading.

Last edited by GordonFreeman (2008-10-21 18:36:15)

Offline

#231 2008-10-22 14:04:46

sacamano_m82
Member
Registered: 2007-05-29
Posts: 167

Re: A new lightweight music manager

Right now,  Consonance checks for PCM and MASTER (in that order) and terminates if both aren't found.
I'll add an option to give a mixer element from the cmdline. Maybe it is possible to mess around ALSA
to map mixer controls ? I have no idea howto, though. smile

Offline

#232 2008-10-22 14:27:29

GordonFreeman
Member
Registered: 2008-06-06
Posts: 16

Re: A new lightweight music manager

sacamano_m82 wrote:

Right now,  Consonance checks for PCM and MASTER (in that order) and terminates if both aren't found.
I'll add an option to give a mixer element from the cmdline. Maybe it is possible to mess around ALSA
to map mixer controls ? I have no idea howto, though. smile

That sounds good, but while skimming through this thread I've read something about a configuration file for consonance. Would it be possible to add an entry there which allows someone to specify the name of the mixer control and if this entry is missing it falls back to its default mixers PCM and MASTER? Of course a command line option which overrules the config file setting would be nice :-)





Gordon.

Offline

#233 2008-10-22 14:32:16

GERGE
Member
From: Turkey
Registered: 2008-09-29
Posts: 157
Website

Re: A new lightweight music manager

This is a great program. I'm always using Consonance when I am not using mpc (never liked GUIs of mpd). I have three little wishes:

1 - Could you add an option to load all library to the playlist and suffle through it. Or a simple 'play random' button. I usually use mpc for this, but it could be nice.
2 - Could you add letters to the Library.
3 - I have something near a 1000 groups on my db and it is a pain to find what I want.Could you add an option to the search which will enable to search only groups.

By the way, Consonance handles more then 10000 songs just fine. Nearly as fast as mpd. Wow!

Last edited by GERGE (2008-10-22 14:35:44)

Offline

#234 2008-10-22 14:57:20

sacamano_m82
Member
Registered: 2007-05-29
Posts: 167

Re: A new lightweight music manager

GordonFreeman wrote:

That sounds good, but while skimming through this thread I've read something about a configuration file for consonance. Would it be possible to add an entry there which allows someone to specify the name of the mixer control and if this entry is missing it falls back to its default mixers PCM and MASTER? Of course a command line option which overrules the config file setting would be nice :-)

Gordon.

It is present in ~/.consonance/conrc. All options set through the GUI preferences are stored there.
A small gui thingy to set the mixer control in preferences and a cmdline option to change it on startup would suffice, I think.

Offline

#235 2008-10-22 15:00:13

sacamano_m82
Member
Registered: 2007-05-29
Posts: 167

Re: A new lightweight music manager

GERGE wrote:

This is a great program. I'm always using Consonance when I am not using mpc (never liked GUIs of mpd). I have three little wishes:

1 - Could you add an option to load all library to the playlist and suffle through it. Or a simple 'play random' button. I usually use mpc for this, but it could be nice.
2 - Could you add letters to the Library.
3 - I have something near a 1000 groups on my db and it is a pain to find what I want.Could you add an option to the search which will enable to search only groups.

By the way, Consonance handles more then 10000 songs just fine. Nearly as fast as mpd. Wow!

* There is an option to add all tracks in 'Tools'.
* Letters ? I am not sure ( I personally don't like it ) , but I can probably make it optional.
* What do you mean by groups ?

Offline

#236 2008-10-22 15:07:34

GERGE
Member
From: Turkey
Registered: 2008-09-29
Posts: 157
Website

Re: A new lightweight music manager

For example: when I wrote Blind, it could only show Blind Guardian, nor ''When a Blind Man Cries''. Could be great.

I didn't noticed add all song option. Sorry for bothering you for that.

Offline

#237 2008-10-22 15:11:54

sacamano_m82
Member
Registered: 2007-05-29
Posts: 167

Re: A new lightweight music manager

Ah, ok. Will look into that.

Offline

#238 2008-10-22 16:34:26

GordonFreeman
Member
Registered: 2008-06-06
Posts: 16

Re: A new lightweight music manager

sacamano_m82 wrote:
GordonFreeman wrote:

That sounds good, but while skimming through this thread I've read something about a configuration file for consonance. Would it be possible to add an entry there which allows someone to specify the name of the mixer control and if this entry is missing it falls back to its default mixers PCM and MASTER? Of course a command line option which overrules the config file setting would be nice :-)

Gordon.

It is present in ~/.consonance/conrc. All options set through the GUI preferences are stored there.
A small gui thingy to set the mixer control in preferences and a cmdline option to change it on startup would suffice, I think.

That would be great smile


For a long-term goal you could add a little dialog which lists all mixer controls and asks the user which one it should use (if all straps break). At the moment I don't think it's necessary since it hasn't spread that far yet, but I'm sure that it will and then usability for less experienced linux users (those who don't use the terminal if an application does not start to see if there's some error output) would be important smile








Geralt.

Offline

#239 2008-11-04 13:58:05

msdelos
Member
Registered: 2008-07-11
Posts: 171

Re: A new lightweight music manager

Holaaaaaaaaaaaaaa!!! XD

Playing a little (as always), obtains this:
tiny_shot.jpg
zoom (And the related files): http://tux-goodies.wikispaces.com/Consonance

    * A new disposition of the controls
    * Search library, always at sight above of the library (With another behavior, according to GDK_Escape and GDK_Return pressed), and a new button to select the organization of the library (to improve)....
    * Concealment of media_browser (Now with gtk_toggles_button) (1)
    * New toolbar in current_playlist, to erase and save the complete playlist, next to widget search. (Not even implemented!-)
    * New icon for Unknow album art.. cover.png

Please. they see it, they play, and I listen to its criticisms! and suggestions....

(1) After ¡¡¡many!!!! attempts, I work with gtk_toggles_button.... .

Offline

#240 2008-11-09 18:01:33

sacamano_m82
Member
Registered: 2007-05-29
Posts: 167

Re: A new lightweight music manager

I am not so sure about this, I kinda like a simple and clean interface which doesn't look too 'busy'.
Of course, stripping away options is not the way to go for sure, but I think the existing layout is a good compromise.

Offline

#241 2008-11-11 02:46:46

Lyceuhns
Member
From: João Pessoa, Paraíba, Brasil
Registered: 2008-05-09
Posts: 121

Re: A new lightweight music manager

Just a little question:
you think in add audio CD support?
I think this could be nice. smile

Last edited by Lyceuhns (2008-11-11 02:47:40)

Offline

#242 2008-11-11 14:03:09

sacamano_m82
Member
Registered: 2007-05-29
Posts: 167

Re: A new lightweight music manager

Well, it is in the TODO list here, http://consonance.sourceforge.net/development.php
smile

Offline

#243 2008-11-11 15:13:40

Lyceuhns
Member
From: João Pessoa, Paraíba, Brasil
Registered: 2008-05-09
Posts: 121

Re: A new lightweight music manager

sacamano_m82 wrote:

Well, it is in the TODO list here, http://consonance.sourceforge.net/development.php
smile

Oh sorry!

And... what do you think in add a option to show OSD when the cursor is over the tray icon?
Because, sometimes you want a information about the current song and it can avoid to open all the window to see (usually a little thing).

I think this is interesting. roll

And what do you say about streaming support?

Thanks! o/

Offline

#244 2008-11-11 15:30:43

msdelos
Member
Registered: 2008-07-11
Posts: 171

Re: A new lightweight music manager

sacamano_m82 wrote:

I am not so sure about this, I kinda like a simple and clean interface which doesn't look too 'busy'.
Of course, stripping away options is not the way to go for sure, but I think the existing layout is a good compromise.

You are right.... Mordock this becoming overloaded.  neutral
But I repeat. I am learning and I modifying consonance to learn… If you want it is only a good inspiration or ¿brainstorm?... big_smile

Now, it was working in using eggtrayicon giving support a:
  * To increase and dec. the volume with the wheel of mouse
  * Pasue/Resume with central click of mouse...

If it works well, later I raise the patch wikispace… And I inform to them… Not if it interests to you. But it seems to me interesting.....

12/11/08
If it interests to you, the patch is this: http://tux-goodies.wikispaces.com/file/ … _icon_pach  ( Lack add tooltips)

13/11/08... No regressions... big_smile
* The systemtray recover tooltips (if gtk_version == 2.12)... XD
* Now it verifies if this embebed.... and on the contrary only it diminishes the window when closing it...

13/11/08: neutral
Excuse. I did not realize that diff did not include the new archives...
* http://tux-goodies.wikispaces.com/file/ … trayicon.c
* http://tux-goodies.wikispaces.com/file/ … trayicon.h

Add them to the /src/ folder..

Luck.

Last edited by msdelos (2008-11-13 16:30:04)

Offline

#245 2008-11-11 15:51:18

Wintervenom
Member
Registered: 2008-08-20
Posts: 1,011

Re: A new lightweight music manager

I think that Consonance should have support for plug-ins.  That way, any extra features could just be made into a plug-in, and Consonance can be as lightweight or full of features as one wants it to be, rather than all-or-nothing.

Last edited by Wintervenom (2008-11-11 15:52:11)

Offline

#246 2008-11-18 14:58:34

msdelos
Member
Registered: 2008-07-11
Posts: 171

Re: A new lightweight music manager

Hello... big_smile

Last patches…

They excuse. I surpass so much svn, patch, autotools, so today I bring  a complete tarball...
   *  http://tux-goodies.wikispaces.com/file/ … 3.1.tar.gz

To part of all the previous one, also it adds..
   *  A button " jump to now playing"..  That it selects the present file that reproduces
   *  A new column type pixbuf in current_playlist, that it shows to an icon indicating the file that reproduces.... Inspired in rhythmbox code...

Shot in: http://tux-goodies.wikispaces.com/Consonance

In the next weeks I am going to be complicated of time... so perhaps he is one of my last contributions...

As always. They try and they play with… wink

Luck people. So long... roll

Offline

#247 2008-11-18 17:03:40

kholis
Member
Registered: 2008-11-18
Posts: 3

Re: A new lightweight music manager

hi, i've succesfully compiled consonance on ubuntu intrepid amd64

but,

1. consonance always crashed everytime i dragged a file from left panel to playlist panel.
2. i got this message in terminal on every song changes:
$ consonance

** (consonance:7774): CRITICAL **: (mad_get_type): input buffer too small (or EOF)

** (consonance:7774): WARNING **: (mad_decode): lost synchronization

** (consonance:7774): WARNING **: (mad_decode): reserved sample frequency value

** (consonance:7774): WARNING **: (mad_decode): reserved sample frequency value

** (consonance:7774): WARNING **: (mad_decode): reserved sample frequency value

** (consonance:7774): WARNING **: (mad_decode): CRC check failed

** (consonance:7774): WARNING **: (mad_decode): forbidden bitrate value

** (consonance:7774): WARNING **: (mad_decode): reserved sample frequency value

** (consonance:7774): WARNING **: (mad_decode): lost synchronization


is it bug? or just happen on mine?

thanks

Last edited by kholis (2008-11-19 04:53:48)

Offline

#248 2008-11-19 12:27:16

sacamano_m82
Member
Registered: 2007-05-29
Posts: 167

Re: A new lightweight music manager

msdelos wrote:

Hello... big_smile

Last patches…

They excuse. I surpass so much svn, patch, autotools, so today I bring  a complete tarball...
   *  http://tux-goodies.wikispaces.com/file/ … 3.1.tar.gz

To part of all the previous one, also it adds..
   *  A button " jump to now playing"..  That it selects the present file that reproduces
   *  A new column type pixbuf in current_playlist, that it shows to an icon indicating the file that reproduces.... Inspired in rhythmbox code...

Shot in: http://tux-goodies.wikispaces.com/Consonance

In the next weeks I am going to be complicated of time... so perhaps he is one of my last contributions...

As always. They try and they play with… wink

Luck people. So long... roll

Thanks for the patches, I am a little swamped right now, will grab them as soon as I find some time.

Offline

#249 2008-11-19 19:09:53

msdelos
Member
Registered: 2008-07-11
Posts: 171

Re: A new lightweight music manager

Sacamano.. .
.. Thanks for revision 749 !!

Finally I could do " make dist" correctly..  .!
  * Now tarball compiles well, and weighs 400 kb (Against 1.6mb of the previous one).  And it adds diff against completes revision...
  * http://tux-goodies.wikispaces.com/file/ … 3.1.tar.gz smile

Goodbye..

Offline

#250 2008-11-21 17:31:44

sacamano_m82
Member
Registered: 2007-05-29
Posts: 167

Re: A new lightweight music manager

kholis wrote:

hi, i've succesfully compiled consonance on ubuntu intrepid amd64

but,

1. consonance always crashed everytime i dragged a file from left panel to playlist panel.
2. i got this message in terminal on every song changes:
$ consonance

** (consonance:7774): CRITICAL **: (mad_get_type): input buffer too small (or EOF)

** (consonance:7774): WARNING **: (mad_decode): lost synchronization

** (consonance:7774): WARNING **: (mad_decode): reserved sample frequency value

** (consonance:7774): WARNING **: (mad_decode): reserved sample frequency value

** (consonance:7774): WARNING **: (mad_decode): reserved sample frequency value

** (consonance:7774): WARNING **: (mad_decode): CRC check failed

** (consonance:7774): WARNING **: (mad_decode): forbidden bitrate value

** (consonance:7774): WARNING **: (mad_decode): reserved sample frequency value

** (consonance:7774): WARNING **: (mad_decode): lost synchronization


is it bug? or just happen on mine?

thanks

This issue has been fixed in SVN trunk.
Thanks for reporting this !

Offline

Board footer

Powered by FluxBB