Page 114 of 117

Posted: Fri 01 Sep 2017, 03:02
by Pro
Hi,

I test pmusic-5.5.0, func_mixer -gui not start from menu.

Re: mplayer in usr local bin

Posted: Tue 05 Sep 2017, 11:29
by zigbert
Pelo wrote:it would be better to answer in Forum francophone.
In fact cagoule told us that pMusic was stopped working in Wary 5.
Solution given was to replace default audio player by mplayer in usr local bin
Or SMplayer or .. You went to answer there in English, as you don't speak french..
If you want to use pmusic , you should set default audio player as pMusic, should'nt yout ?
I guess Wary 5 uses an old gtkdialog... The answer is seen if running 'pmusic -D' in terminal.

Posted: Tue 05 Sep 2017, 11:30
by zigbert
Pro wrote:I test pmusic-5.5.0, func_mixer -gui not start from menu.
Can't reproduce this.... Do you have more info?

Posted: Wed 06 Sep 2017, 04:20
by Pro
zigbert wrote:
Pro wrote:I test pmusic-5.5.0, func_mixer -gui not start from menu.
Can't reproduce this.... Do you have more info?
yes, log in attachment.

Error only if LANG not LANG=C, if i set LANG=C func_mixer work normal.

Posted: Sun 17 Sep 2017, 13:07
by zigbert
pro
Ok, think I got it.
The error occur because of russian output of alsa tools (amixer)...
My alsa has only english output, so I don't get the error even if I change LANG.

Can you test the attached func_mixer?

Thank you
Sigmund

Posted: Mon 18 Sep 2017, 06:29
by Pro
zigbert wrote:pro
Can you test the attached func_mixer?
Yes, i test it. Hot help me.

I compare files xml_pmusic_mixer its normal, but i not start gui with gtkdialog -f ./en_xml_pmusic_mixer
error

Code: Select all

(gtkdialog:21295): Gtk-CRITICAL **: IA__gtk_vscale_new_with_range: assertion 'step != 0.0' failed

(gtkdialog:21295): Gtk-CRITICAL **: IA__gtk_range_set_value: assertion 'GTK_IS_RANGE (range)' failed
**
ERROR:variables.c:189:variables_new_with_widget: assertion failed: (widget != NULL)

Posted: Mon 18 Sep 2017, 07:52
by zigbert
Pro
Strange, I can run both of your attached files - ru_xml_pmusic_mixer and en_xml_pmusic_mixer

Version of gtk/gtkdialog?

Wonder if it can have something to do with the way the decimal is defined by the LANG=ru. gtkdialog requires decimal to be set by a dot (.), while some countries uses a comma (,).

Line 149 in ru_xml_pmusic_mixer defines a <vscale> with decimals. What happens if you remove this slider (line 149-154)

Posted: Mon 18 Sep 2017, 23:02
by Pro
gtkdialog version 0.8.4 r514M


Yes with "," work good.
I test with LC_NUMERIC=C and work with "." good.

I see screenshot, may be swap "bass" and "treble" slider?
Usually Bass frequencies on the equalizers are on the left, Treble on the right.

Puppy noarch and Pmusic version . Update PPM

Posted: Wed 20 Sep 2017, 01:49
by Pelo
Puppy noarch and Pmusic version . Update PPM. Bad Idea :?:

flac issues

Posted: Tue 17 Oct 2017, 19:45
by 666philb
hi zigbert,

pmusic won't play this flac properly
https://drive.google.com/open?id=0B8-cE ... XZ5bTYxSTA
it plays the rest of the album fine but just produces harsh noise with this one.

the flac plays fine in other media players.

cheers
phil

Posted: Wed 08 Nov 2017, 15:02
by zigbert
Version 5.6.0
See wiki

Changelog

Version 5.2.60 provided with Artfulpup.

Posted: Thu 09 Nov 2017, 07:05
by hamoudoudou
Version 5.2.60 provided with Artfulpup. Sure newer version in PPM would allow people to update Pmusic in the Puppy they run, even if they don't read foreign languages
pMusic is not so easy to use, an HOW-to video would be nice .

Re: Version 5.2.60 provided with Artfulpup.

Posted: Thu 09 Nov 2017, 17:39
by zigbert
hamoudoudou wrote:pMusic is not so easy to use, an HOW-to video would be nice .
My intention is to make the usage of pMusic to be a straightforward experience.
Can you specify what you find hard to understand?
It will give me the opportunity to improve pMusic.

Posted: Tue 14 Nov 2017, 01:49
by Pro
zigbert wrote:Version 5.6.0
missing icon_quit.svg in Nad5 theme.

func_mixer on russian lang not work, missing LC_NUMERIC=C

Posted: Tue 14 Nov 2017, 14:22
by zigbert
Pro
Sorry for missing these...
... now fixed for 5.6.1

Thanks a lot
Sigmund

Posted: Wed 22 Nov 2017, 09:57
by peebee
On LxPupSc with ffmpeg-3.3.2

playing the test .flac file found here

- does not play correctly with pMusic-5.6.0 (click on .flac file)

- but does play correctly with gnome-MPlayer-1.0.9 / mplayer-1.3.0-5.3.0

@mavrothal has suggested an option

Posted: Thu 23 Nov 2017, 15:15
by zigbert
Interesting...
I failed to install ffmpeg 3 in artful, and wonder where to get your LxPupSc?

Posted: Thu 23 Nov 2017, 16:58
by OscarTalks
I don't think I have ever tried to play a .flac file before but I took a look in my DpupStretch remaster and can confirm that the test file sounds like strange noise in pMusic 5.4.2 but is OK in other players including ffplay . This Puppy has ffmpeg 3.2.4

Posted: Fri 24 Nov 2017, 14:20
by zigbert
Running ffmpeg 3.2.7 but need advice how to use the -use_buggy_lpc option. Where is it supposed to be added in the cmd?

The following command errors (plays without the -use_buggy_lpc option)

Code: Select all

ffmpeg -acodec flac -use_buggy_lpc -i "/root/test.flac" -f au - | aplay

Posted: Fri 24 Nov 2017, 19:53
by peebee
This page http://cects.com/wp-content/uploads/201 ... p_full.txt
seems to suggest it needs an integer 1 ..... maybe.....

or maybe it goes directly after ffmpeg:
ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

LxPupSc:
http://murga-linux.com/puppy/viewtopic. ... 948#972948