You are not logged in.

#201 2008-09-24 08:58:44

Blµb
Member
Registered: 2008-02-10
Posts: 224

Re: A new lightweight music manager

Lyceuhns wrote:

What's going on?

I'm upgrading to the 710 SVN version:
(...)
Everything is ok, but when it goes to compile:

...
checking for libnotify... yes
checking for sndfile... yes
checking for vorbisfile... yes
checking for libmodplug... no
configure: error: libmodplug-0.8.0 is required
...

Libmodplug?

libmodplug lets you play mod files (.mod, .xm, .it, ...)
pacman -S libmodplug
it's only ~400K when installed

The PKGBUILD needs updating smile

Last edited by Blµb (2008-09-24 09:00:00)


You know you're paranoid when you start thinking random letters while typing a password.
A good post about vim
Python has no multithreading.

Offline

#202 2008-09-24 11:20:21

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

Re: A new lightweight music manager

I will be making this dependancy optional today. The default build will be without modplug support.

Offline

#203 2008-09-24 14:25:58

arch0r
Member
From: From the Chron-o-John
Registered: 2008-05-13
Posts: 597

Re: A new lightweight music manager

OMG it's working again. this app is truely g0dlike 1337!

thx a lot :>

Offline

#204 2008-09-25 14:38:38

kensai
Member
From: Puerto Rico
Registered: 2005-06-03
Posts: 2,484
Website

Re: A new lightweight music manager

Hi,

I just drop by to tell you, that since I moved to a simple and lightweight DE (LXDE) I have been searching for a lightweight music player. After trying most of them, I finally settled with consonance, it just makes me feel comfortable. Keep up the good work on this great music manager/player. If I were to ask for something wma support will be, but is not a priority nor a thumb down, since I just have less than 15 wma files. It may be that it already support wma and I just need to install something I'm missing, well I'm like that, overlook some obvious things now and then. big_smile Also I'm missing last.fm integration. But, oh well, I can live without it for some time. smile

I'm using the svn version, and all in all, it is performing as expected and bring me the features I want.


Follow me in: Identi.ca, Twitter, Google+

Offline

#205 2008-09-25 16:18:00

Blµb
Member
Registered: 2008-02-10
Posts: 224

Re: A new lightweight music manager

you can use mencoder to on your wma files tongue
or sox
or oggenc?


You know you're paranoid when you start thinking random letters while typing a password.
A good post about vim
Python has no multithreading.

Offline

#206 2008-09-25 21:29:48

kensai
Member
From: Puerto Rico
Registered: 2005-06-03
Posts: 2,484
Website

Re: A new lightweight music manager

Blµb wrote:

you can use mencoder to on your wma files tongue
or sox
or oggenc?

yeah, in fact I haven't even bothered searching for solutions, because I don't even hear those wma files. big_smile But thanks anyways for the suggestions.


Follow me in: Identi.ca, Twitter, Google+

Offline

#207 2008-09-27 04:08:47

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

Re: A new lightweight music manager

Hello... big_smile

Given back showing rare codes….  I was playing a little with the code of consonance and obtains this…
creenshot.jpg
Zoom: http://tux-goodies.wikispaces.com/Consonance

Basically:
* A new disposition of the controls
* Concealment of media_browser
* And the adjustment of tag…    FIXED  XD

Diff code to svn is this: http://tux-goodies.wikispaces.com/file/view/gui_path          Update (31/10/2008) to Svn revision 736
And this it is the compiled program if they want to try: http://tux-goodies.wikispaces.com/space … onance.bz2 (Unzip and chmod +x ./consonance to execute. !-)

Excuse that not you the shipment by mail... hmm But not it. and I do not have account in sourceforge either even...

The truth, I am programming in vain. While I learn.

I do not try you raise that it svn, but I would like that you do a return to me, with your criticisms and suggestions…

Thanks again…

And excuse my English! !!!!!!!!!!! sad

06/10/2008:
New patch to filter the library simil ?TEXT_TO_FILTER?...
http://tux-goodies.wikispaces.com/file/view/patch         FIXED XD

Last edited by msdelos (2008-10-31 19:06:32)

Offline

#208 2008-09-27 06:06:27

cwjiof
Member
From: Taichung, TW
Registered: 2008-01-27
Posts: 131

Re: A new lightweight music manager

Oh, so cool, and I love it so much! smile

Thank you, sacamano_m82.

Offline

#209 2008-10-01 01:05:11

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

Re: A new lightweight music manager

One observation, if i change the 'Use software mixer' option, i have to restart the program to take effect, so you can place a note next to the option just for information. smile

Offline

#210 2008-10-01 02:43:07

molom
Member
From: Australia
Registered: 2008-01-21
Posts: 264
Website

Re: A new lightweight music manager

This is a real neat program, congrats sacamano!
I'll blog about it big_smile

Offline

#211 2008-10-04 19:30:31

cardinals_fan
Member
From: /dev/null
Registered: 2008-02-03
Posts: 248

Re: A new lightweight music manager

Thanks for this app!  It does just what I want...


Segmentation fault (core dumped)

Offline

#212 2008-10-13 05:54:50

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

Re: A new lightweight music manager

Is this working with OSS only, no ALSA?  'Cuz it isn't for me sad any ideas?

]$consonance -e
** (consonance:11235): DEBUG: (init_config): Initializing configuration

** (consonance:11235): CRITICAL **: (init_config): Unable to load conrc, err: File is empty
** (consonance:11235): DEBUG: (init_musicdbase): Initializing music dbase
** (consonance:11235): 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:11235): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS LOCATION (id INTEGER PRIMARY KEY, name TEXT, UNIQUE(name));
** (consonance:11235): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS ARTIST (id INTEGER PRIMARY KEY, name VARCHAR(255), UNIQUE(name));
** (consonance:11235): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS ALBUM (id INTEGER PRIMARY KEY, artist INT, name VARCHAR(255), UNIQUE(name));
** (consonance:11235): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS GENRE (id INTEGER PRIMARY KEY, name VARCHAR(255), UNIQUE(name));
** (consonance:11235): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS YEAR (id INTEGER PRIMARY KEY, year INT, UNIQUE(year));
** (consonance:11235): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS PLAYLIST_TRACKS (file TEXT, playlist INT);
** (consonance:11235): DEBUG: (exec_sqlite_query):CREATE TABLE IF NOT EXISTS PLAYLIST (id INTEGER PRIMARY KEY, name VARCHAR(255), UNIQUE(name));
** (consonance:11235): DEBUG: (init_audio): Initializing audio
** (consonance:11235): DEBUG: (init_audio): Using audio driver: default (Advanced Linux Sound Architecture (ALSA) output) with id: 1
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:3985:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2184:(snd_pcm_open_noupdate) Unknown PCM default
ALSA snd_pcm_open error: No such file or directory

** (consonance:11235): CRITICAL **: (init_audio): Unable to open audio device

** (consonance:11235): CRITICAL **: (main): Unable to init audio

Offline

#213 2008-10-13 06:25:43

jordz
Member
Registered: 2006-02-01
Posts: 248

Re: A new lightweight music manager

Thanks, this app is just what I'm looking for smile

Offline

#214 2008-10-13 12:06:17

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

Re: A new lightweight music manager

monstermudder78 wrote:

Is this working with OSS only, no ALSA?  'Cuz it isn't for me sad any ideas?

]$consonance -e
** (consonance:11235): DEBUG: (init_config): Initializing configuration
...
** (consonance:11235): DEBUG: (init_audio): Initializing audio
** (consonance:11235): DEBUG: (init_audio): Using audio driver: default (Advanced Linux Sound Architecture (ALSA) output) with id: 1
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:3985:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2184:(snd_pcm_open_noupdate) Unknown PCM default
ALSA snd_pcm_open error: No such file or directory

** (consonance:11235): CRITICAL **: (init_audio): Unable to open audio device

** (consonance:11235): CRITICAL **: (main): Unable to init audio

Can you post the o/p of 'id' ?

Offline

#215 2008-10-13 14:48:30

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

Re: A new lightweight music manager

sacamano_m82 wrote:

Can you post the o/p of 'id' ?

Sure:

$id
uid=1000(<me>) gid=100(users) groups=10(wheel),82(hal),92(audio),93(optical),95(storage),98(power),100(users)

Offline

#216 2008-10-13 14:57:31

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

Re: A new lightweight music manager

This might help: http://bbs.archlinux.org/viewtopic.php?id=42104
I think it is a problem with your ALSA setup.

Offline

#217 2008-10-13 15:04:12

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

Re: A new lightweight music manager

sacamano_m82 wrote:

This might help: http://bbs.archlinux.org/viewtopic.php?id=42104
I think it is a problem with your ALSA setup.

Right, ALSA isn't working.  I could never get it to work correctly with my sound card and the only fix I found on the web was to uninstall everything that I had added related to ALSA and install OSS, which I did and it is now working.  Audio now works with online content as well as VLC and Exaile, just not Consonance.

Offline

#218 2008-10-13 15:15:07

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

Re: A new lightweight music manager

Ah, then try choosing OSS in Consonance's preferences ( you have to restart the app after that ).

Offline

#219 2008-10-13 15:21:48

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

Re: A new lightweight music manager

sacamano_m82 wrote:

Ah, then try choosing OSS in Consonance's preferences ( you have to restart the app after that ).

How do I do that?  conrc is empty, I can't get past the error messages at launch, and I didn't see any flags in consonance --help-all

Offline

#220 2008-10-13 15:26:02

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

Re: A new lightweight music manager

Heh, sorry. :-)
"echo -e "[Audio]\naudio_sink=oss" >> ~/.consonance/conrc" should work.

Offline

#221 2008-10-13 15:26:36

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

Re: A new lightweight music manager

I should probably add a command line option to choose an audio sink.

Offline

#222 2008-10-13 15:38:22

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

Re: A new lightweight music manager

sacamano_m82 wrote:

Heh, sorry. :-)
"echo -e "[Audio]\naudio_sink=oss" >> ~/.consonance/conrc" should work.

Ok, still a no go, although I am getting different errors now:

$consonance

** (consonance:4810): CRITICAL **: (oss_init_mixer): Unable to get current oss volume: Invalid argument

** (consonance:4810): CRITICAL **: (main): Unable to init audio

Offline

#223 2008-10-13 15:43:52

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

Re: A new lightweight music manager

OSS3 or OSS4 ?

Offline

#224 2008-10-13 16:05:37

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

Re: A new lightweight music manager

sacamano_m82 wrote:

OSS3 or OSS4 ?

oss-4.1_rc2-1

Offline

#225 2008-10-13 16:07:46

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

Re: A new lightweight music manager

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

Offline

Board footer

Powered by FluxBB