Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy HOME page : puppylinux.com
"THE" alternative forum : puppylinux.info
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Wed 19 Jun 2013, 12:30
All times are UTC - 4
 Forum index » Advanced Topics » Additional Software (PETs, n' stuff) » Multimedia
pMusic 4.0.1
Post new topic   Reply to topic View previous topic :: View next topic
Page 56 of 113 [1694 Posts]   Goto page: Previous 1, 2, 3, ..., 54, 55, 56, 57, 58, ..., 111, 112, 113 Next
Author Message
vovchik


Joined: 23 Oct 2006
Posts: 1239
Location: Ukraine

PostPosted: Sat 28 May 2011, 11:48    Post subject:  

Dear zigbert,

My previous post related to the latest version. I updated a few hours ago and was testing everything.... I also get that message when I try using the CD player/ripper menu item Sad

With kind regards,
vovchik
Back to top
View user's profile Send private message 
zigbert


Joined: 29 Mar 2006
Posts: 5295
Location: Valåmoen, Norway

PostPosted: Sat 28 May 2011, 12:07    Post subject:  

vovchik
When getting this message, please post the content of /root/.pmusic/tmp/alsa_error


Thank you
Sigmund

_________________
Stardust resources
Back to top
View user's profile Send private message Visit poster's website 
vovchik


Joined: 23 Oct 2006
Posts: 1239
Location: Ukraine

PostPosted: Sat 28 May 2011, 12:23    Post subject:  

Dear zigbert,

I don't have that particular file (alsa_error, but have the file aplay_error, which contains the following:
Code:
aplay: playback:2309: read error


With kind regards,
vovchik
Back to top
View user's profile Send private message 
zigbert


Joined: 29 Mar 2006
Posts: 5295
Location: Valåmoen, Norway

PostPosted: Sat 28 May 2011, 12:39    Post subject:  

vovchik
you're right - it should be aplay_error

When I now activate 'bound audio card to Pmusic' (preferences), I get the message if another app is using alsa:
Code:
aplay: main:608: audio open error: Device or resource busy

The message box shows up if pmusic greps 'error' in aplay_error. I have now changed this to be more specific.

But this doesn't help you, if you are not able to play anythiing. You can edit line 77 in /usr/local/pmusic/func_progressbar:

Code:
elif grep error $WORKDIR/aplay_error; then  #soundcard trouble


should be

Code:
elif grep -F 'error: Device or resource busy' $WORKDIR/aplay_error; then  #soundcard trouble


But you get an aplay error, and I don't know why. It would be interesting to see the output if you run the command in /root/.pmusic/tmp/exec


Thank you
Sigmund

_________________
Stardust resources
Back to top
View user's profile Send private message Visit poster's website 
don570


Joined: 10 Mar 2010
Posts: 2527
Location: Ontario

PostPosted: Sat 28 May 2011, 12:45    Post subject: better results with my Audio CD's  

I'm late in reporting this , but when I tried pmusic 1.7
I noticed that commercially made Audio CD's played much better
with this version. I could hear only a short whirring sound
(lasting a fraction of a second) before each song would play.

With earlier versions of pmusic, the motor would rev up for a
full minute during the playing of each song.

Great work. Thanks a lot!!!

__________________________________________________
Back to top
View user's profile Send private message 
pemasu


Joined: 08 Jul 2009
Posts: 5175
Location: Finland

PostPosted: Sat 28 May 2011, 12:58    Post subject:  

Pmusic 1.8 in Snow Puppy started to play music. Just now I cant test this in Ice Puppy due to package creating and it takes time.
But I will update Snow Puppy to the 1.8 version now.
Back to top
View user's profile Send private message 
pemasu


Joined: 08 Jul 2009
Posts: 5175
Location: Finland

PostPosted: Sat 28 May 2011, 13:23    Post subject:  

Another note. Pmusic 1.8 seems to be repetted. When you extract it, two folders are created. Inside other one is var folder and inside another is Pmusic files and pet.specs.
Usually this happens if you extract a pet and then dir2pet it again with created var folder.
Back to top
View user's profile Send private message 
zigbert


Joined: 29 Mar 2006
Posts: 5295
Location: Valåmoen, Norway

PostPosted: Sat 28 May 2011, 13:29    Post subject:  

pemasu wrote:
Another note. Pmusic 1.8 seems to be repetted. When you extract it, two folders are created. Inside other one is var folder and inside another is Pmusic files and pet.specs.
Usually this happens if you extract a pet and then dir2pet it again with created var folder.
I just extracted my pmusic-1.8.0.pet and it look correct for me. There is a tmp dir which is used for the pinstall.sh script.


Sigmund

_________________
Stardust resources
Back to top
View user's profile Send private message Visit poster's website 
zigbert


Joined: 29 Mar 2006
Posts: 5295
Location: Valåmoen, Norway

PostPosted: Sat 28 May 2011, 13:31    Post subject: Re: better results with my Audio CD's  

don570 wrote:
I'm late in reporting this , but when I tried pmusic 1.7
I noticed that commercially made Audio CD's played much better
with this version. I could hear only a short whirring sound
(lasting a fraction of a second) before each song would play.

With earlier versions of pmusic, the motor would rev up for a
full minute during the playing of each song.

Great work. Thanks a lot!!!

__________________________________________________
Good news.
Thank you for testing. CD-audio playback in version 1.8.0 should be close to pCD regarding cpu-usage and temporary storage.


Sigmund

_________________
Stardust resources
Back to top
View user's profile Send private message Visit poster's website 
pemasu


Joined: 08 Jul 2009
Posts: 5175
Location: Finland

PostPosted: Sat 28 May 2011, 13:38    Post subject:  

Just for curiosity, I downloaded it again and it was now as it should. I dont know what happened with my first download, but the cosmetic problem is definitively vanished. And I can use Pmusic again which is more important.

Oh, and thank you of continuingly improving Pmusic. It has features most players lack and it is also much smaller than other players. Full featured player I would say. Some of players which calls them ultimate player does not have your player ability to update and create net radio database and that is something I like.
And I have just compiled latest Goggles Music Manager and new Deadbeef. They lack features your Pmusic has, they are also much bigger with their dependencies or inbuild libraries.
Back to top
View user's profile Send private message 
zigbert


Joined: 29 Mar 2006
Posts: 5295
Location: Valåmoen, Norway

PostPosted: Sat 28 May 2011, 13:51    Post subject:  

pemasu wrote:
they are also much bigger with their dependencies or inbuild libraries.
That is the whole idea about Pmusic. It is plenty of really great players out there, but their focus has not been on dependencies nor size.

There is no reason for making yet another app that already exist.


Sigmund

_________________
Stardust resources
Back to top
View user's profile Send private message Visit poster's website 
zigbert


Joined: 29 Mar 2006
Posts: 5295
Location: Valåmoen, Norway

PostPosted: Wed 01 Jun 2011, 08:25    Post subject:  

Version 1.8.1
See main post

Changelog
- New parameter: -i info about playing track. See pmusic --help for more info
- Bugfix: No message if internet connection is missing - Redirecting LOC326 to LOC669 (thanks to rodin.s)
- Bugfix: Playing CD-audio: Trackinfo from rightclick menu.
- Bugfix: Improve 'autoplay track' when clicking in Rox.
- Bugfix: Track info: Show stream info if there is no tags available.
- Bugfix: Track info: message if missing artist and title tag.
- Bugfix: Track info: search musicbrainz for alterative tags didn't always show up

_________________
Stardust resources
Back to top
View user's profile Send private message Visit poster's website 
zigbert


Joined: 29 Mar 2006
Posts: 5295
Location: Valåmoen, Norway

PostPosted: Wed 01 Jun 2011, 16:23    Post subject:  

Version 1.8.2
See main post

Changelog
- Message 'No cd inserted' in progressbar.
- Bugfix: Add m3u file to empty playlist

_________________
Stardust resources
Back to top
View user's profile Send private message Visit poster's website 
zigbert


Joined: 29 Mar 2006
Posts: 5295
Location: Valåmoen, Norway

PostPosted: Thu 02 Jun 2011, 02:15    Post subject:  

Version 1.8.2-1
See main post

Message 'No cd inserted' in progressbar (1.8.2) became a bit too ambitious... now fixed

_________________
Stardust resources
Back to top
View user's profile Send private message Visit poster's website 
don570


Joined: 10 Mar 2010
Posts: 2527
Location: Ontario

PostPosted: Thu 02 Jun 2011, 18:18    Post subject: review of pmusic 1.8  

I installed you first attempt at 1.8 on Toutou and lucid puppy 5.25
and I noticed a couple of bugs.

It played back an Audio CD perfectly. I couldn't even hear the motor
running. But then I noticed that I can make a Bookmark of a CD track.
Then when I eject the CD , the bookmark still remains.

When I chose 'Play' of this CD Audio track Bookmark (with a right click)

pmusic would quit then relaunch on it's own initiative.

When I checked again the Bookmark had disappeared.

__________________________________________________


When I clicked on the 'Fetch playing song' button , it would
work only with an Audio CD. I couldn't get it to work with a regular track.

___________________________________________________

Here's another bug that has existed in previous versions as well.

I play a song for say a minute and a half, then chose the 'rewind 30 secs'

option and the song goes back to the beginning consistently.

_________________________________________________

To delete a song from the playlist requires a middle button click .
When I read thru the French instructions there was no mention of this.
So I think new users will be confused about how to do a deletion
of a track.


_________________________________________________

The French translation was good .

______________________________
Back to top
View user's profile Send private message 
Display posts from previous:   Sort by:   
Page 56 of 113 [1694 Posts]   Goto page: Previous 1, 2, 3, ..., 54, 55, 56, 57, 58, ..., 111, 112, 113 Next
Post new topic   Reply to topic View previous topic :: View next topic
 Forum index » Advanced Topics » Additional Software (PETs, n' stuff) » Multimedia
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.0892s ][ Queries: 13 (0.0237s) ][ GZIP on ]