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:

#801 Post by zigbert »

chrome307 wrote: Should the last link be?

http://www.mikesradioworld.com/
Fixed
chrome307 wrote: Also, would it be possible in a future build that *.WMA streams could be played back as the BBC only use this format currently ( using Lucid 5.25 )?
The support of mp3 and ogg streams is because ffmpeg supports it. Let's hope ffmpeg 0.7 will support wma, and I will surely add it.


Sigmund

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

#802 Post by zigbert »

666philb wrote:it's probably been mentioned before, but a scalable album artwork display would be nice.
Yes, it would be nice, but gtkdialog doesn't supprt dynamic rendering of images, so Pmusic had to use an external program for that, and I don't know how cool that would be. Do you know where to download these album artwork?


Sigmund

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#803 Post by 666philb »

Hi zigbert

The album artwork is already on the computer,,, it's either in the specific albums folder as a jpeg, or more commonly it is encoded in the tag of the mp3/flac/ogg.

If there was artwork both in the tag and in the folder, the tag would usually get priority.

i don't know if these would be helpful, this a perl script for extracting the tag artwork to a jpeg, could be used to make a temporary jpeg if necessary.http://www.galwayland.com/extract-album-art-artwork-pl/

i believe gogglesmusicmanager uses taglib http://developer.kde.org/~wheeler/taglib.html

666philb
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

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

#804 Post by zigbert »

666philb
Thanks for information.

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

#805 Post by zigbert »

Version 1.6.7
See main post

Changelog
- New switch: -P to ensure playing (instead of adding to playlist) of defined file. (thanks to don570)
- Updated 'pmusic -h' info.
- Deactivate 'remove' button in podcast manager until clicking on a pod.
- install roxapp only if not already exist. To avoid multiple right-click options in different languages. (thanks to don570)
- Bugfix: -r switch.
- Bugfix: spelling of mikesradioworld (thanks to chrome307)
- Bugfix: Navigation in radio categories using Classic mode.

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

#806 Post by zigbert »

Version 1.6.7-1
See main post

- Bugfix: browse a dir, and Pmusic tries to add songs in the dir to the playlist. (only Classic mode) Very annoying :-)


Sigmund

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

#807 Post by zigbert »

Version 1.6.7-2
See main post

Bugfix: Reach Bookmark-, Podcast-, index-manager, ... from overview. (Classic mode only)

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

double entry in Toutou linex

#808 Post by don570 »

I tried an early version of pmusic 1.6.7
in a fresh frugal install of Toutou Linux and
after a few minutes of testing it seems well
done however I see the following double entry
in right click options of audio files...

Image

_____________________________________________________

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

#809 Post by zigbert »

don570
My Pmusic-pet only contain english files, so your right-click items must come from somewhere else.


Sigmund

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#810 Post by ttuuxxx »

zigbert wrote:I don't know anything about musicbrainz. I am not a good reader, but some time ago I checked their homepage to find out that some used it as a replacement of freecddb. Also I haven't seen any example of bash-code using musicbrainz.

Can anyone help out?


Sigmund
Hi Zigbert I found a python script that looks simple enough.
Should probably help you with what your looking for.
ttuuxxx
Attachments
MusicBrainzPY.tar.gz
(1.49 KiB) Downloaded 224 times
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

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

#811 Post by zigbert »

ttuuxxx
Thanks for the script, but I am already onto it. Musicbrainz will be the headliner in 1.7.0. - With no use of python or libmusicbrainz. No extra dependencies. Depending on how tight I choose to integrate it, it could end up with much rewriting, so it will take some time.

In the same time I have also reorganized the code-structure, so testing will be required. If someone has ideas, it's time...


Sigmund

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

pinstall.sh error

#812 Post by don570 »

Your pinstall.sh script apparently doesn't work
as desired with aqualung.
I believe that checking for the existence of a file
requires a double bracket be used in 'if' statements
like this...

Code: Select all

#!/bin/sh

if [ "`pwd`" != "/" ];then
 echo "Configuring Pmusic..."
 if [[ ! -e /usr/bin/aqualung ]];then
  echo '#!/bin/sh' > /usr/local/bin/defaultaudioplayer
  echo 'exec pmusic "$@"' >> /usr/local/bin/defaultaudioplayer
  chmod 755 /usr/local/bin/defaultaudioplayer
 fi
fi
Also the above script worked when the paths started with
a period or didn't start with a period.

When do you find that periods are needed?

____________________________________________________

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

Toutou linux

#813 Post by don570 »

I checked Toutou linux again and The base iso has two entries for pmusic
to help users (I guess??) I didn't realize that and became confused :oops:


When I checked Pmusic 1.6.7-2 on Lucid Puppy 525 (converted to French)
it worked well as expected.

So the conclusion is whatever you're doing is working well! :lol:

Openbox window manager still has the old bug though.

____________________________________________________

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

Re: pinstall.sh error

#814 Post by zigbert »

don570 wrote:Your pinstall.sh script apparently doesn't work
as desired with aqualung.
This code is added by Barry, and it works inside his build-system.... But we might remove this now since aqualung hasn't been seen lately in the Puppy iso.


Sigmund

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

#815 Post by zigbert »

This is a development status.
All my Puppy time has been used to add support of musicbrainz into Pmusic. It is not complete, but shows possibilities.... If you are into meta-tags, you would maybe try it out, and give some feedback for improvements. I have never seen any use of tags, but with musicbrainz, it is somewhat 'funny'. It actually makes it easier to get the right syntax of tagging, and then lyrics search is more accurate.... I have choosen the easy implementation where all tagging/musicbrainz features is stuffed into one window/script. This might not be the final solution....... we'll see. It also depends on your feedback.

What the final solution becomes, also tells me if we are heading for Pmusic 1.7.0 or 2.0.0. If things has to interfere with the 'core', we need a new/updated gui, and that brings new challenges.....

This version does not use musicbrainz for audio-CDs, but it is of course possible, both for playback info and for saving a complete set of meta-tags when ripping.


Sigmund
Attachments
pmusic-1.6.9-1.pet
(69.17 KiB) Downloaded 235 times

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

#816 Post by zigbert »

Version 1.7.0
See main post

Changelog
- Heavily improved track-info function including meta-tags/lyrics/musicbrainz
- Share alsa device with other programs by default. This can be changed in the preferences.
- Podcast/radio/index handling should now be a bit more logical.
- Move bookmark/radio storage to $HOME/.pmusic/
- Info about probing CD-audio.
- Bugfix: Remove button in 'Wings' mode - Switch to mini-mode. No action.
- Bugfix: Save tag won't keep undefined genre status.
- Bugfix: elyrics filter
- Bugfix: wikilyric filter (thanks to dougal)
- Bugfix: keep search-string in search-field after adding to playlist (only Classic Mode)
- Bugfix: Unknown format could show the box 'Sound device not ready'
- Bugfix: Show content of $HOME in browser at first run.
- Bugfix: Avoid CD to spin up at next song if NOT a cd-audio track
- Bugfix: global tagging with '&' in filename gives FILENAME in tag
- NLS: Added: LOC_LYRICS, _MISC, _FILENAME, _PATH, 318, 493, 617, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 708, 709, 809, 810
- NLS: Changed: LOC101, 104, 106, 131, 141, 206, 325, 603, 606
- NLS: Removed: LOC135, 144, 257, 325, 326, 404, 442, 443, 803

User avatar
lithpr
Posts: 86
Joined: Thu 10 Mar 2011, 06:33

#817 Post by lithpr »

Hi! Just tried the new version on Lucid Puppy 5.2.5 (caveat: RexBang) and it works great. I wish i could help you solve a problem or something, but I've found none. You know, I have never really played much with this app before... it rocks! I downloaded a different theme, and that to worked fine.

This has been a very zigbert-y day for me. In the morning, I was reading your gtkdialog3 thread, this afternoon i ran into DuDE when contemplating a similar monkeytrick as your Pcorner, and tonight i happened to post to the Multimedia section and saw you updated your app today. Thanks for all the awesome work you've done and continue to do.

Oh man, look at those caveman go!
It's the freakiest show...

Lithpr

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

#818 Post by zigbert »

lithpr
I hope you find it useful.
If you play with it for a while, I am sure you'll find some weaknesses. Feel free to complain, suggest, improve, patch, fork...... whatever. :)


Sigmund

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

#819 Post by zigbert »

I find it rather funny that 3 days after I released version 1.7.0 with support of musicbrainz, their db had THE update (planned for 5 years) which corrupted Pmusics requests to the db.

It is fixed for next release.


Sigmund

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

#820 Post by zigbert »

Version 1.7.1
See main post

Changelog
- Bugfix: musicbrainz db has been updated with new structure.

Post Reply