pMusic 6.0.0

Audio editors, music players, video players, burning software, etc.
Message
Author
User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#1606 Post by zigbert »

Version 3.2.1
See main post

Changelog
- Bugfix: Balance slider. (thanks to 666philb)
- Bugfix: Several similar msg about mono-channel pops up when moving slider. (thanks to 01micko)
- Bugfix: Search fails if include ' in searchstring.
- Bugfix: Remove debugging gxmessage when deleting RadioHits preset.
- Bugfix: Jump_to_time stops progress bar.
- Bugfix: Searching for radio-stations, country-info is pointed to a too narrow tab.
- Bugfix: Clear active playlist when choosing 'New Playlist'.
- Bugfix: Graphical theme fails showing svg-header with ONLY_THIS_GTKTHEME=false in them

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#1607 Post by zigbert »

Mick
I fired up my old laptop and got the mono-msg pop up twice when moving balance-slider (not six times like you). This behavior went away went fixing the general balance issue reported by Phil. Will you please report back if you still have trouble?


Thank you
Sigmund

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#1608 Post by 01micko »

Sigmund,

On the same laptop the balance now works, so that's good :)

Ha.. even retrovol shows that the sound is off balance :lol:

Mick
Attachments
capture13238.png
(37.93 KiB) Downloaded 632 times
Puppy Linux Blog - contact me for access

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#1609 Post by zigbert »

Radio station index is updated

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#1610 Post by zigbert »

Version 3.2.2
See main post

Changelog
- Bugfix: CD-player gui

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#1611 Post by zigbert »

version 3.2.3
See main post

Changelog
- Bugfix: Read correct balance values. (thanks to SFR)
- Bugfix: Read current volume/balance values before opening external mixer window.

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#1612 Post by BarryK »

Hi,
I have posted about a bug in 3.2.3, see my blog:

http://bkhome.org/blog2/?viewDetailed=00156
[url]https://bkhome.org/news/[/url]

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#1613 Post by zigbert »

Hello Barry
I am now in a fresh install of Racy-5.4.93, and can not reproduce your bugreport. First I mounted my pendrive, played mp3, stopped from menu, and unmounted pendrive. - No problems.

Then I went through the same task in terminal to see if any output. This is what I got.

Code: Select all

# mount -t auto /dev/sdc1 /mnt/sdc1
# pmusic /mnt/sdc1/Saint\ deamon\ -\ Pandeamonium1.mp3 



# umount /dev/sdc1
umount: can't umount /mnt/sdc1: Device or resource busy
# pmusic -s stop
# umount /dev/sdc1
# 

Do you have more info?
Sigmund

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#1614 Post by BarryK »

zigbert wrote:Hello Barry
I am now in a fresh install of Racy-5.4.93, and can not reproduce your bugreport. First I mounted my pendrive, played mp3, stopped from menu, and unmounted pendrive. - No problems.

Then I went through the same task in terminal to see if any output. This is what I got.

Code: Select all

# mount -t auto /dev/sdc1 /mnt/sdc1
# pmusic /mnt/sdc1/Saint\ deamon\ -\ Pandeamonium1.mp3 



# umount /dev/sdc1
umount: can't umount /mnt/sdc1: Device or resource busy
# pmusic -s stop
# umount /dev/sdc1
# 

Do you have more info?
Sigmund
It was actually the "play/pause" button that I pressed to stop the playing, as there is no actual "stop" button. Then I chose "quit" from the "file" menu.

However, testing now, racy 5.4.93, the problem has gone away!
[url]https://bkhome.org/news/[/url]

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#1615 Post by BarryK »

Oh well, I guess that I will have to wait, if it happens again, I will copy the output of "ps" so that you can see the culprits that were still running.
[url]https://bkhome.org/news/[/url]

User avatar
OscarTalks
Posts: 2196
Joined: Mon 06 Feb 2012, 00:58
Location: London, England

#1616 Post by OscarTalks »

Some months ago I raised the issue that when playing streams if you click the "pause" button the playing would pause but the data would continue downstreaming unless you quit the application completely.

A "stop" control was introduced, but only in the drop-down of the "Track" menu. Clicking that does stop the streaming.

Not sure if this is related to what Barry observed, but would it be worth considering putting a conventional square "stop" button in the GUI ?
Oscar in England
Image

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#1617 Post by zigbert »

OscarTalks wrote:Some months ago I raised the issue that when playing streams if you click the "pause" button the playing would pause but the data would continue downstreaming unless you quit the application completely.

A "stop" control was introduced, but only in the drop-down of the "Track" menu. Clicking that does stop the streaming.

Not sure if this is related to what Barry observed, but would it be worth considering putting a conventional square "stop" button in the GUI ?
It might be a solution to actually stop when pause a stream. pMusic has no way to buffer the stream, so it won't continue where stream is paused anyway. What it does is just sending a pause-signal to the process, so it is still running. The downside by stopping instead of pausing would be that connection is lost, so it will take time to get a new connection. For many radio streams this connection time is rather long.

This has nothing to do with Barrys issue. He want pMusic to kill all pids when it quits - and it is supposed to do so...


Sigmund

sheldonisaac
Posts: 902
Joined: Mon 22 Jun 2009, 01:36
Location: Philadelphia, PA

test of bug in 3.2.3,

#1618 Post by sheldonisaac »

zigbert wrote:[This has nothing to do with Barrys issue. He want pMusic to kill all pids when it quits - and it is supposed to do so.
I just tried Barry's procedure, 3.23 under LuPu 5,2.8

The problem did not occur.

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

Re: test of bug in 3.2.3,

#1619 Post by zigbert »

sheldonisaac wrote:
zigbert wrote:[This has nothing to do with Barrys issue. He want pMusic to kill all pids when it quits - and it is supposed to do so.
I just tried Barry's procedure, 3.23 under LuPu 5,2.8

The problem did not occur.
Thank you for testing


Sigmund

jamesbond
Posts: 3433
Joined: Mon 26 Feb 2007, 05:02
Location: The Blue Marble

#1620 Post by jamesbond »

Hi Sigmund,

Which version of gtkdialog exactly is required for the latest pmusic? We are having problems trying to upgrade Fatdog to 3.2.3. Fatdog currently has 2.6.2 (ancient!), probably stuck with that because we were stuck with gtkdialog 0.8.0. Recently kirk upgraded to gtkdialog 0.8.3 (as gtkdialog4), so I tried to install pmusic 3.2.3 again just now - and it failed to run (gtkdialog failed to launch pmusic gui).

pmusic -D reports is like this:

Code: Select all

grep: /root/.pmusic/pmusicrc: No such file or directory
/usr/local/pmusic/func_config: line 35: /root/.pmusic/tmp/window_title: No such file or directory
  R E Q U I R E D                            
    bash                                      [OK]
    coreutils, awk, sed, diff                 [OK]
    gtkdialog                        >= 0.8.3 [OK]
    ffmpeg                           >= 0.11  [OK]
    aplay  (alsa)                             [OK]

  R E C O M M E N D E D                      
    streamripper (extended radio-rip/play)    [MISSING]
    cdda2wav     (play/rip audio-CD)          [OK]
    wget         (connection to www)          [OK]

  O P T I O N A L                            
    pBurn        (burning audio-CD)           [OK]
    pFilesearch  (File-search engine) >= 1.28 /usr/local/pmusic/pmusic: line 224: [: too many arguments
[MISSING]
    pSchedule    (podcast managing)   >= 1.12 /usr/local/pmusic/pmusic: line 228: [: -ge: unary operator expected
[MISSING]
    pEqualizer   (10 band equalizer)          [MISSING]

Any idea? We probably can't stay at 2.6.2 too because apparently the gtkdialog update has broken 2.6.2 too :(

cheers!
Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#1621 Post by zigbert »

jamesbond
A wild guess...
The later pMusic gives a damn in gtkdialog2/3/4. It ONLY looks for gtkdialog! This can be reset in one of the first lines in /usr/local/pmusic/pmusic.

Code: Select all

export GTKDIALOG=gtkdialog
For what I know, there could be reasons for keeping old versions of gtkdialog, but I find it logical that '/usr/bin/gtkdialog' points to the latest.


Sigmund

jamesbond
Posts: 3433
Joined: Mon 26 Feb 2007, 05:02
Location: The Blue Marble

#1622 Post by jamesbond »

Thanks, that does it Image.

I haven't symlinked gtkdialog4 to "gtkdialog" for two reasons:
a) It is my impression that gtkdialog updates are not always backward compatible (meaning newer gtkdialog could "break" old applications, especially complex ones).
b) I have not validated all gtkdialog apps in Fatdog to work with gtkdialog4 :oops:

Anyway, with that fix, pmusic 3.2.3 is now on its way to Fatdog :)

Thank you again. :D
Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#1623 Post by 01micko »

jamesbond wrote:I haven't symlinked gtkdialog4 to "gtkdialog" for two reasons:
a) It is my impression that gtkdialog updates are not always backward compatible (meaning newer gtkdialog could "break" old applications, especially complex ones).

Fallacy!

Slacko lead the way here with always having only 1 gtkdialog binary, symlinked to 3 and 4 for backward compatibility. ...and there was minimal breakage. Mostly it was bad code, things like substituting X for password chars and also some bad calls to images.
Puppy Linux Blog - contact me for access

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

#1624 Post by sc0ttman »

01micko wrote:
jamesbond wrote:I haven't symlinked gtkdialog4 to "gtkdialog" for two reasons:
a) It is my impression that gtkdialog updates are not always backward compatible (meaning newer gtkdialog could "break" old applications, especially complex ones).

Fallacy!

Slacko lead the way here with always having only 1 gtkdialog binary, symlinked to 3 and 4 for backward compatibility. ...and there was minimal breakage. Mostly it was bad code, things like substituting X for password chars and also some bad calls to images.
Sorry to plug my crap here, just to point out, Akita has included ONLY the very latest gtkdialog ever since thunor took the reigns and it's always worked fine, except one revision, which i reported and thunor fixed.. And 01micko is right, the only other breakages were due to bad code in the shell scripts - mainly cos the older gtkdialogs used to ignore certain syntax errors, so we used to get away with them...
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#1625 Post by zigbert »

pMusic works too well for me... :roll:
... The pMusic grabber (RadioHits) has given me another 50000 tracks.

This has made the internal searching slower.
I will focus on a smoother workflow for 3.3.0.
pMusic should work seamless for 100 tracks as well as a million.

Post Reply