pMusic 6.0.0
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.
The music files do add properly to playlist though.
_______________________________________________
Oddity. ----> when launching in terminal
/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
___________________________
however strangely pmusic played in the background . It doesn't use
the -b option so I don't understand.
The music files do add properly to playlist though.
_______________________________________________
Oddity. ----> when launching in terminal
The file is# 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
_____________________________________________________________
____________________________________________________________
/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
___________________________
This command is not valid:don570 wrote:Oddity. ----> when launching in terminal
# exec pmusic /usr/local/bin/pmusic "audio25100.m3u" &
- $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.
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)
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)
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...
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 &
- BarryK
- Puppy Master
- Posts: 9392
- Joined: Mon 09 May 2005, 09:23
- Location: Perth, Western Australia
- Contact:
Hi,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.
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]
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
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
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.
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.
popup menu cut off
I am running werewolf64 (VESA module is needed because the graphic
screen is instable)
pmusic 4.7.1 solves the popup warning
_____________________________________________
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
_____________________________________________
screen is instable)
pmusic 4.7.1 solves the popup warning
_____________________________________________
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
-
- Posts: 902
- Joined: Mon 22 Jun 2009, 01:36
- Location: Philadelphia, PA