Simple audio player needed

Audio editors, music players, video players, burning software, etc.
Message
Author
mcewanw
Posts: 3169
Joined: Thu 16 Aug 2007, 10:48
Contact:

new xhippo dotpet now uploaded

#46 Post by mcewanw »

new xhippo dotpet now uploaded. Just 31KB in size. Works in probably all current Puppies and many older ones:

http://www.murga-linux.com/puppy/viewtopic.php?t=86753

With this version if you rightclick most any mediafile in ROX window you can immediately select Play in xhippo.

You can also rightclick a directory of mediafiles and immediately select Play in xhippo.

Finally, you can select several directories in ROX, then rightclick and choose Open With... Play in xhippo
github mcewanw

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#47 Post by tempestuous »

mcewanw
Let me say at the outset that it's great you're improving and refining xhippo for modern Puppies.
Every eager music user I have referred to xhippo has been impressed. The initial reaction tends to be disappointment at its "sparseness" but eventually you realise that it handles the basics of music playing, and does it well, without bells and whistles.
mcewanw wrote:perhaps you can work out why the icon isn't being displayed on the first button.
No, sorry, widgets and GTK are black magic to me. Personally the absence of icons on the buttons doesn't bother me.

A more important improvement, to my mind, is your fix for filename spaces. Spaces in filenames is a long established convention, and needs to be addressed.
A few more comments, which you might wish to consider:

I'm surprised at how well the "lame | aplay" regime works - even "pause" works. I had previously experimented with such methods, but usually as a two-stage process for quality - the compressed audio file is first decompressed and stored in ramdisk, before a separate application such as aplay (or better still, brutefir) then plays this file.
But you seem to have reserved this regime as a special case for MP3 files, via the lame executable. Why not do the same for ogg and flac (and also WMA, AAC and ALAC)?
For example, most audio files can be uncompressed with ffmpeg in a similar manner, as such -

Code: Select all

ffmpeg -i myaudiofile -f s16le - | aplay -f cd
As you can see the syntax to pipe ffmpeg is a little messy - you must specify the "raw" audio stream format (s16le) instead of wav file format, and also aplay cannot automatically determine the correct stream format, so you must specify it with "-f cd" (16 bit little endian, 44100, stereo). This effectively "hard-wires" the audio format, so if you were to use non-standard audio files at 22.1kHz or 48kHz, for example, it wouldn't work. But the principle remains.

Also you could consider adding other dedicated decoders - such as flac for flac, and ogg123 for ogg.

I suppose your configuration choices have been made considering the pre-existing situation with modern Puppies, especially the presence of ffmpeg. Personally, I consider the original addition of ffmpeg to be a bizarre and somewhat ill-considered development for a Linux distribution which prided itself with being small!
And for what? All major video and audio codecs could already be played ... ffmpeg simply added ENCODING features - something that I think the average user will rarely want or need.
Oops, I'm ranting about Puppy development again. I will stop there.

mcewanw
Posts: 3169
Joined: Thu 16 Aug 2007, 10:48
Contact:

credit should go to goingnuts

#48 Post by mcewanw »

tempestuous wrote: A more important improvement, to my mind, is your fix for filename spaces. Spaces in filenames is a long established convention, and needs to be addressed.
...
I suppose your configuration choices have been made considering the pre-existing situation with modern Puppies, especially the presence of ffmpeg
Thanks for your useful comments tempestuous. Yes, I based my choices on what is in current Puppy by default. I have used ffmpeg in similar (but not identical) manner to what you suggest to pipe to aplay, but for the moment I just stuck to straight mplayer because it (surprisingly) seems to provide very low CPU usage. Otherwise, yes, I would have tended to use ogg123 and so on.

One thing I should point out, as I have in the download post, the fix for filename spaces is entirely the work of goingnuts, who kindly sent me his patches almost a year ago: http://www.murga-linux.com/puppy/viewtopic.php?t=86772. So all credit should go to him for that. I'm hoping in fact that goingnuts, or someone else with sufficient gtk2 programming skills, will get back to this and find the solution to the missing RESTART icon problem and that BarryK and others will consider putting xhippo into future Puppies as a default for those of us who prefer its usage simplicity yet powerful flexibility. It's small enough anyway.
github mcewanw

User avatar
greengeek
Posts: 5789
Joined: Tue 20 Jul 2010, 09:34
Location: Republic of Novo Zelande

#49 Post by greengeek »

tempestuous wrote: ffmpeg simply added ENCODING features
Just want to thank all of you guys who have the skills to identify the details that help keep things trim, tight and efficient.
I still believe our best defence against data intrusion is to make sure every byte does only what we intend it to do - even when we are only talking about audio reproduction.

User avatar
greengeek
Posts: 5789
Joined: Tue 20 Jul 2010, 09:34
Location: Republic of Novo Zelande

#50 Post by greengeek »

In response to the original post for this thread I highly recommend Peasy Carousel:

see here:
http://murga-linux.com/puppy/viewtopic. ... 4&start=22

Install the .pet, run Peasy Carousel, and drag'ndrop your music folder, (or browse to it if you prefer) - and if you tick the checkbox it will randomly play the entire collection including subfolders. Awesome.

Can also just rightclick on a folder and "open with" Carousel directly.

(and the whole Peasy / Carousel .pet is only around 3 kb. Hows that for trimming the fat...)

darry1966

Audacious Classic

#51 Post by darry1966 »

The Link below is for Audacious Classic which plays on Puppy 4 series upwards and is a small download.

Link: http://412collection.co.uk/multimed.php

Enjoy

darry1966 8) :lol:

Pelo

Alsaplayer in the menu

#52 Post by Pelo »

AlsaPlayer is a Simple audio player, tested to day. Just to see.
Because it is in the menu (Puppy 421 multiusers by Pizzasgood)
Xhyppo tested with Toutou 4.3.6 in France, but should need some FFMpeg if i remember
orpheus topic here yellow fonts prevent me using it.
Attachments
Brigitte.jpg
alsaplayer, why not ? (ogg files were played on my Acer)
(52.03 KiB) Downloaded 17 times

Post Reply