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:

#1276 Post by zigbert »

Download pMusic 3 - development release here

The plugin structure is in place.
This is a very simple approach, and will be looked at later.
... It's hard to say how much plugins in pMusic will be used.
I will write a big one for personal use :D

Image

Plugins, frontends and themes are for now installable via *.pet files. This is of course not the most flexible solution, and must be rewritten for a future release.

Download pMusic 3 - development release here

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#1277 Post by Flash »

I downloaded and installed 2.9.2 in Racy 5.3. Afterward, when I clicked Pmusic in the Multimedia menu, nothing happened. So I opened a console window and entered pmusic. Here's what that got me:

Code: Select all

# pmusic
/usr/local/pmusic/pmusic: line 398: /root/.pmusic/tmp/DONT_SAVE_FRONTEND: No such file or directory
/usr/local/pmusic/pmusic: line 414: /root/.pmusic/tmp/DONT_SAVE_FRONTEND: No such file or directory
/usr/local/pmusic/pmusic: line 437: 15441 Aborted                 $GTKDIALOG -f $WORKDIR/xml_pmusic${XML_SUFFIX} -G +"$X"+"$Y" 2>$STDERR

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

#1278 Post by zigbert »

Flash
I guess you are missing gtkdialog-0.8.2.
gtkdialog --version will tell


Download pMusic 3 - development release here

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#1279 Post by Flash »

You are right

Code: Select all

# gtkdialog --version
gtkdialog version 0.8.0 (C) 2003-2007 Laszlo Pere, 2011 Thunor
# 

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

#1280 Post by sheldonisaac »

(Most snipped)
zigbert wrote: you can only play a song added to playlist. You can not start a song from ie. the 'Music-Source' field, bookmarks or from the album list in 'Track-info'. The song must be added to the playlist before played.
Using Pmusic 2.9.2 on Dell D610, Lucid Puppy 5.28-005

Plays local files.

Playlist includes a couple tracks from Jamendo, eg Footsteps by Lena Selyanina, in the Classical section.

I cannot make it play.

As I recall, could not figure out how to play radio streams.

Have looked at the FAQ.

Help, please.

Thanks a lot.

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

#1281 Post by zigbert »

sheldonisaac
Thank you for testing pMusic 3!!!

Jamendo:
How did you reach Footsteps by Lena Selyanina
- Did you choose on Top100 classical in pMusic menu?
- Did you choose from the overview list?
- Did you browse inside the jamendo index downloaded by pMusic?
- Did you search in pMusic?
- Did you paste url directly into searchfield?
As I recall, could not figure out how to play radio streams.
Interesting!
If radio-index is missing there should be a message like this

Image

My native language is not english, so it would be nice if someone guides me to the correct words. The intention by the message is to point the user to the setup window.

Image

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#1282 Post by Flash »

I would say it this way: See 'Music sources' menu -> Radio stations -> Setup

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

#1283 Post by zigbert »

Thank you Flash
Because of horizontal limitations I made it like this ????

Image

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

#1284 Post by zigbert »

01micko requested a long time ago support of local album art.

At first attempt, pMusic is looking in the track-path, looking for albumart with this simple code.

Code: Select all

TMP="`dirname "$FILE"`";
LOCAL_ARTWORK="`find "$TMP" -maxdepth 1  -type f -printf "%p\n" | grep -iE "jpg|png" | grep -m 1 -E "albumart|album_art|cover"
Improvements are welcome...


Since the albumart function now supports local files as well as URLs, it is also possible to manually set a image file to albumart.

Image

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

#1285 Post by zigbert »

I have uploaded new release 2.9.3
In addition to the major stuff told in the latest posts, there have been a lot of bugfixing.

I will not promise a feature freeze yet, but focus will be bugs from now.
Please (re)move /root/.pmusic - also if you have installed test-version 2.9.2. If you pointed 'Data storage' to another location (in the preferences), please also delete the file index_mymusic.



Download pMusic 3 - development release here

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

#1286 Post by sheldonisaac »

zigbert wrote:I have uploaded new release 2.9.3
Works under
Operating System: SolidPup 511

incl radio after I installed streamripper

Don't know why I couldn't make it work under Lucid Puppy 5.2.8-005

Will be grateful if someone can help; I really want to run only the LuPu.

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#1287 Post by Flash »

Sigmund, would you post a link to the version of gtkdialog that Pmusic requires? I can't find it in Racy Puppy's repository. A .pet would be nice. :)

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

2.9.3 testing

#1288 Post by sheldonisaac »

Flash wrote:Sigmund, would you post a link to the version of gtkdialog that Pmusic requires? I can't find it in Racy Puppy's repository. A .pet would be nice. :)
I happened to have installed Solid Pup (based on Wary) a few days ago, and had noticed somewhere on this forum that it included the gtkdialog version 0.8.2

I copied the gtkdialog from SolidPup /usr/bin to an HD directory.

After re-booting to Lucid Puppy 5.2.8-005, I copied the gtkdialog to /usr/bin/ ,
/usr/local/bin/ , and /usr/local/sbin/

Also, I changed /usr/local/pmusic/pmusic

Code: Select all

#set gtkdialog executable - puppy specific
## mod SI 10/22/12
## if type gtkdialog4 > /dev/null 2>&1; then
##        export GTKDIALOG=gtkdialog4
## else
        export GTKDIALOG=gtkdialog
## fi
Likely there's a better way to do this.

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

#1289 Post by zigbert »

sheldonisaac
gtkdialog4 is sure i bug. I guess Barry will give it the name gtkdialog 5 (I wonder how many versions he will accept in the end.)

I have change the code to:

Code: Select all

#set gtkdialog executable - puppy specific
for I in gtkdialog gtkdialog5; do
	GTKDIALOG=$(which $I) && break
done


Download pMusic 3 - development release here
Last edited by zigbert on Wed 24 Oct 2012, 06:26, edited 1 time in total.

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

#1290 Post by zigbert »

Flash
I don't know where to fine gtkdialog-0.8.2 for Racy, but you might try the one for

Slacko 5.4 (attached)
Lupu 525
Exprimo


Please backup the original gtkdialog
Sigmund






Download pMusic 3 - development release here
Attachments
gtkdialog.gz
for Slacko 5.4
(95.32 KiB) Downloaded 554 times

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#1291 Post by Flash »

When I went to replace gtkdialog here's what I found. What do I do now, replace gtkdialog4?
Attachments
gtkdialog symbolic link.png
(22.92 KiB) Downloaded 1722 times

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

gtkdialog problems

#1292 Post by sheldonisaac »

Flash wrote:When I went to replace gtkdialog here's what I found. What do I do now, replace gtkdialog4?
Flash, I see that you're using Racy, which I never have.

I'm using Lucid Puppy 5.2.8. When I removed gtkdialog4 so that pmusic would work, Puppy setup didn't. So I put gtkdialog4 back where it was.

I don't have the symbolic link for gtkdialog like you do. What if you just delete that symbolic link or rename it, and put the gtkdialog from Zigbert in that directory?

Hopefully he or other expert can help. I guess there's a thread for Racy, where people might know how to handle this?

Sheldon

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

#1293 Post by zigbert »

Flash
Rename gtkdialog4 to keep a backup.
pMusic 2.9.3 is looking for gtkdialog4, so the new gtkdialog should be named gtkdialog4. Next release of pMusic will be using gtkdialog which is not Puppy specific.


Sigmund

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

#1294 Post by zigbert »

Here comes the first beta.
Things are set and seems to work nicely. Hopefully for you too.....

There is also a new version of pEqualizer that should be tested.

Please step in and give it a run

Changelog pEqualizer
- gettext for NLS support.
- New switch -s for setting up equalizer.
- v switch for showing version.
- Bugfix: Integration with pMusic.
- Bugfix: Preset handling.
- Bugfix: Reset values if preset is missing.

Download pMusic 3 - Beta here

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#1295 Post by pemasu »

Pmusic-2.6.6 problem in Precise Puppy. See Barry Kauler`s post and replies.

http://bkhome.org/blog/?viewDetailed=03076

Post Reply