pMusic 6.0.0

Audio editors, music players, video players, burning software, etc.
Message
Author
User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#1961 Post by don570 »

I was able to get pmusic to work in April 64 when the dependencies were installed.
I saw a couple of spelling errors :roll:
I suggest 'occurred' rather than 'happened'

Image

Image

_____________________________________________

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#1962 Post by don570 »

pmusic worked correctly with my script 'create-m3u'
however strangely pmusic played in the background . It doesn't use
the -b option so I don't understand. :roll:
The music files do add properly to playlist though.

_______________________________________________

Oddity. ----> when launching in terminal
# exec pmusic /usr/local/bin/pmusic "audio25100.m3u" &
[1] 26739
#


rm: cannot remove ‘/root/.pmusic/tmp/AUTOPLAY’: No such file or directory


sed: -e expression #1, char 18: unterminated `s' command

_____________________________________________________________



____________________________________________________________
The file is

/usr/share/audio/ivy.mp3
/usr/share/audio/2barks.wav
/usr/share/audio/beep_high.wav
/usr/share/audio/beep_low.wav
/usr/share/audio/error.wav
/usr/share/audio/generic.wav
/usr/share/audio/join.wav
/usr/share/audio/leave.wav
/usr/share/audio/ok.wav
/usr/share/audio/illegal_move.ogg
___________________________

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

#1963 Post by zigbert »

don570 wrote:I saw a couple of spelling errors :roll:
I suggest 'occurred' rather than 'happened'
Fixed - thank you

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

#1964 Post by zigbert »

don570 wrote:Oddity. ----> when launching in terminal

# exec pmusic /usr/local/bin/pmusic "audio25100.m3u" &
This command is not valid:
- $1 is an executable - pMusic will try to add it to the playqueue, but obviously fail.
- $2 is a playlist without a path - pMusic doesn't support it. use ./audio25100.m3u instead to tell pMusic to look at active position.

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#1965 Post by don570 »

use ./audio25100.m3u instead to tell pMusic to look at active position.
I should have known :oops:
__________________________

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

#1966 Post by zigbert »

Version 4.7.0
See main post

Changelog
- Sound processing:
. . . .- New module for ffmpeg audio filtering.
. . . . . . . .- Bass
. . . . . . . .- Treble
. . . . . . . .- Normalize
. . . . . . . .- Tempo
. . . . . . . .- Fade in
. . . .- Change name in menu from Audio mixer to Sound processing.
. . . .- Used in 'Export' and 'Mixer' windows. Normalize still avaliable in preferences.
. . . .- Remove plugin 'Sound filter - Basic' from pet package.
- Export tracks in playlist:
. . . .- Include sound processing.
. . . .- Bugfix: volumedetect doesn't handle '` in filename.
- Mixer:
. . . .- Include sound processing module as 'Input'.
. . . .- Window is now scalable.
. . . .- Change name from Audio mixer to Sound processing.
- Preferences:
. . . .- Use 'Sound processing' module to set normalize.
- Masstagger: Clear-icon in every tag-field.
- Trackinfo:
. . . .- Bugfix: CD: If online CDDB is turned off, info for previous track is shown.
. . . .- Bugfix: CD: If missing meta-tracknr, length info misses in streaminfo.
- Plugins:
. . . .- New Plugin: 'Export Most Played' (not in pet).
. . . .- Remove plugin 'Sound filter - Basic' from pet package.
- Bugfix: Adding CD-audio track to playqueu (using libcddb) shows minutes (below 10) without leading 0.
- Bugfix: Sourcelist: Right-click menu: wrong menuitems for missing tracks in pmu (expanded album).
- Bugfix: Dependency check tells pfilesearch is missing if running version 2.x.
- Bugfix: Spelling errors. (thanks to don570)

Jerror
Posts: 28
Joined: Sat 28 Feb 2015, 18:20

#1967 Post by Jerror »

I'm running April64. The LADSPA CAPS package isn't in the package manager or on the system, so pMusic fails to start; it "can't find /usr/lib/ladspa/caps.so". I installed CAPS 9.24 from source but now pMusic fails with "Unable to find label 'Eq' in plugin library file /usr/lib/ladspa/caps.so", because 'Eq' was renamed to 'Eq10' in CAPS 9.11. Does anyone have CAPS sources older than 9.11? The website only hosts the latest sources and I can only find compiled packages when I search...

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

#1968 Post by zigbert »

pMusic does not depend on alsaequalizer, so if pMusic does not start, I guess something else is wrong. What is your terminal output when executing 'pmusic' - alternatively 'pmusic --debug' for more feedback.

Sigmund

Jerror
Posts: 28
Joined: Sat 28 Feb 2015, 18:20

#1969 Post by Jerror »

It seems the error was being thrown by pEqualizer. I uninstalled pEqualizaer and reinstalled pMusic, and now it fails with

Code: Select all

/usr/local/pmusic/pmusic: line 491:  7508 Segmentation fault
$GTKDIALOG -f $WORKDIR/xml_pmusic${XML_SUFFIX} -G +"$X"+"$Y" 2> $STDERR &

Jerror
Posts: 28
Joined: Sat 28 Feb 2015, 18:20

#1970 Post by Jerror »

So my gtkdialog is version 0.8.3. According to the PPM, I should have 0.8.4 rc514 built-in. I'll set gtkdialog straight and report back.

Edit: Ouch, gtkdialog is not worth messing with without a CLI for the PPM. I've installed pMusic 3.3.0 and it works great. I'll just stick with it for now.

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

#1971 Post by BarryK »

Jerror wrote:So my gtkdialog is version 0.8.3. According to the PPM, I should have 0.8.4 rc514 built-in. I'll set gtkdialog straight and report back.

Edit: Ouch, gtkdialog is not worth messing with without a CLI for the PPM. I've installed pMusic 3.3.0 and it works great. I'll just stick with it for now.
Hi,
The CLI for PPM is 'petget', it can be used to install and remove packages, any type, PET, DEB, etc.

I have finally decided to give the most recent gtkdialog source, revision 514 from SVN, a go, and this will be in the next Quirky April.

I plan to also upgrade to zigbert's latest Pmusic, etc, that need this version of gtkdialog.
[url]https://bkhome.org/news/[/url]

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

#1972 Post by zigbert »

BarryK wrote:I plan to also upgrade to zigbert's latest Pmusic, etc, that need this version of gtkdialog.
Great news :D

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#1973 Post by don570 »

I found a small bug in pmusic 4.7.0

I tested in Barry's recent werewolf 64 bit and newest Slacko 6.0.8.1

Procedure: Make sure that there is no hidden pmusic folder in /root

Set an alarm with pclock time tools (or just use pschedule by itself)
to launch pmusic with pmusic -B /path/to/sound

pmusic will work as expected however there is a warning on screen
that won't go away until I launch pmusic from start menu.

'top' command shows that gtkdialog process hasn't been killed
[7m PID PPID USER STAT VSZ %VSZ CPU %CPU COMMAND[0m


30377 30247 root S 248m 17% 1 0% gtkdialog -p pmusic_splash --cente
Attachments
screenshot7688.png
warning window won't go away
(17.9 KiB) Downloaded 394 times

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

#1974 Post by zigbert »

don570
Great catch
Thank you

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

#1975 Post by zigbert »

Version 4.7.1
See main post

Changelog
- Preferences
. . . .- Bugfix: Moving data storage: Merge favorites.
. . . .- Bugfix: Moving data storage: Do not overwrite existing index file.
. . . .- Bugfix: Store state of search/smartadd docks (Slacko 6.1).
- Radio index updated
- 01micko.com is the prefered server (thanks to 01micko)
- Bugfix: RadioHits: Click 'start grabbing' without anything specified should give error msg.
- Bugfix: Splash at first run won't hide if running pmusic in backend mode. (thanks to don570)
- Bugfix: --help/-h parameter not working at first run.

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

#1976 Post by zigbert »

jamendo index is updated today

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

popup menu cut off

#1977 Post by don570 »

I am running werewolf64 (VESA module is needed because the graphic
screen is instable)


pmusic 4.7.1 solves the popup warning :lol:
_____________________________________________

I spotted another bug

The right side of music list popup is cut off (see image)

I haven't checked if this is a specific problem to VESA

_________________________________________________

Drivers requested to be loaded: vesa

Probing Xorg startup log file (/var/log/Xorg.0.log):
Driver loaded (and currently in use): vesa
Loaded modules: dbe ddc extmod fb int10 kbd mouse shadow vbe

Actual rendering on monitor:
Resolution: 1024x768 pixels (520x291 millimeters)
Depth: 24 planes


_____________________________________________
Attachments
pmusic-popup.jpg
music list popup
(28.19 KiB) Downloaded 316 times

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

#1978 Post by zigbert »

Version 4.7.2
See main post

Changelog
- Packed with xz compression
- Bugfix: Some gui-updates fails in Puppy 6.3.0 (gtkdialog checkbox: file-monitor="true" in combination with milliseconds="true")
- Bugfix: Builtin filebrowser doesn't work in Puppy 6.3.0

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

#1979 Post by sheldonisaac »

zigbert wrote:Version 4.7.2
Thanks, Sigmund; it didn't install under Lucid Puppy Super2.

Sheldon
Dell E6410: BusterPup, BionicPup64, Xenial, etc
Intel DQ35JOE, Dell Vostro 430
Dell Inspiron, Acer Aspire One, EeePC 1018P

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

#1980 Post by zigbert »

Ok, so Lucid doesn't support xz compression.
I will keep that in mind.
4.7.2 should only improve usage on Slacko 6.3, so this release should not be important for Lucid...

Post Reply