Page 113 of 117

Posted: Tue 15 Aug 2017, 14:37
by don570
favorite-button (heart) which shows link to Home directory
I saw that after i made the post :roll:

Posted: Wed 16 Aug 2017, 23:03
by zigbert
Version 5.5.0 is uploaded
See wiki

This is a development release, and improves moving of tracks in the playqueue.
It is a result of the work done by MochiMoppel - see here

Posted: Thu 17 Aug 2017, 15:57
by don570
I tried pmusic 5.5.0 in Slacko 700 and it worked nicely . The change in the list order
worked. 8)

I have a suggestion. The first time the middle-mouse click is used on the list
a warning message should be given. It just needs to given once.

Code: Select all

yaf-splash -placement top -close box -text "For your information:
A middle-mouse click deletes an item on the list, but leaves it on your disk."
_____________________________________________________

Comment réparer Pmusic ?

Posted: Sun 20 Aug 2017, 08:32
by Pelo
Comment réparer Pmusic ? Cliquez le blue !
Answers to french speaking users. For non English speaking people on french forum (most of passengers don't speak English or are frightened not to explain well)
Many of them don't even speak Linux, but they play Music with pMusic. . Cagoule is still using Wary..
My Slacko 64 provides 5.2.1 as pMusic version. Not a problem.

Posted: Tue 22 Aug 2017, 06:23
by zigbert
don570 wrote:I tried pmusic 5.5.0 in Slacko 700 and it worked nicely . The change in the list order
worked. 8)

I have a suggestion. The first time the middle-mouse click is used on the list
a warning message should be given. It just needs to given once.

Code: Select all

yaf-splash -placement top -close box -text "For your information:
A middle-mouse click deletes an item on the list, but leaves it on your disk."
_____________________________________________________
Thank you for the feedback and the suggestion!

I don't think such a msg is necessary. I don't know any other music players that actually deletes files when removing the track from the playqueue, so pMusic's behavior should be logical in any way.

Re: Comment réparer Pmusic ?

Posted: Tue 22 Aug 2017, 06:24
by zigbert
Pelo wrote:Comment réparer Pmusic ? Cliquez le blue !
Answers to french speaking users. For non English speaking people on french forum (most of passengers don't speak English or are frightened not to explain well)
Many of them don't even speak Linux, but they play Music with pMusic. . Cagoule is still using Wary..
My Slacko 64 provides 5.2.1 as pMusic version. Not a problem.
I don't understand frensh, and google translate is not good enough to let me get the big picture. What is this all about?

Thank you for helping out in the french section !

Link to french topic

Posted: Tue 22 Aug 2017, 13:02
by Pelo
Don't feel guilty, none would answer to french questions nor Spanish ones.. We are used to that . That is what the forum francophone is for,
If Puppy were Spanish..we can translate too. French team is 'polyglotte' !
The underground idea is that some translators don't like pMusic and they translate badly.. So a decided to make a specific topic.

Posted: Tue 22 Aug 2017, 17:24
by don570
If I understand his French he is having some problems making a list of mp3 songs???

..but he is using wary 5.5 . Does Wary support the recent pmusic?
I think Wary is gtkdialog3 only. So it won't support gtkdialog4.

_______________________________________________

Posted: Tue 22 Aug 2017, 19:07
by zigbert
gtkdialog3 will not play with recent pMusic.

At botttom of this wiki-page you'll find dependencies (gtkdialog and ffmpeg) for the different generations of pMusic. Else, it will probably be informative to run 'pmusic -D' in terminal, or check the dependencies from the help menu.

mplayer in usr local bin

Posted: Tue 22 Aug 2017, 22:35
by Pelo
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 ?

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