Unix Technical Forum

console based mp3 player with playlist support?

This is a discussion on console based mp3 player with playlist support? within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Krimgelas <krimgelas@hotmail.com> wrote in news:430326b7$0$12595 $ba620e4c@news.skynet.be: > Hello, > > Does anyone know of a slackware package for a ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #11 (permalink)  
Old 02-20-2008, 10:25 AM
Jorey Bump
 
Posts: n/a
Default Re: console based mp3 player with playlist support?

Krimgelas <krimgelas@hotmail.com> wrote in news:430326b7$0$12595
$ba620e4c@news.skynet.be:

> Hello,
>
> Does anyone know of a slackware package for a console/ncurses based mp3
> player that has support for playlists? I am actually new to slackware, am
> normally a debian user. What are the software sites where I can download
> extra packages like these? Currently I was searching for mp3blaster or
> playmp3list.
>
> Thanks for any information,
>
> Kris


Installing mp3blaster is almost as easy as using apt-get:

wget http://www.stack.nl/~brama/mp3blaste...r-3.2.0.tar.gz
tar xzvf mp3blaster-3.2.0.tar.gz
cd mp3blaster-3.2.0
./configure
make
su -c checkinstall

Note that I used checkinstall instead of "make install". This creates and
installs a slackware package, making it easier to uninstall later. The
checkinstall package is found in extra/ and is not installed by default.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 02-20-2008, 10:26 AM
Krimgelas
 
Posts: n/a
Default Re: console based mp3 player with playlist support?

Jorey Bump wrote:

> Krimgelas <krimgelas@hotmail.com> wrote in news:430326b7$0$12595
> $ba620e4c@news.skynet.be:
>
>> Hello,
>>
>> Does anyone know of a slackware package for a console/ncurses based mp3
>> player that has support for playlists? I am actually new to slackware, am
>> normally a debian user. What are the software sites where I can download
>> extra packages like these? Currently I was searching for mp3blaster or
>> playmp3list.
>>
>> Thanks for any information,
>>
>> Kris

>
> Installing mp3blaster is almost as easy as using apt-get:
>
> wget http://www.stack.nl/~brama/mp3blaste...r-3.2.0.tar.gz
> tar xzvf mp3blaster-3.2.0.tar.gz
> cd mp3blaster-3.2.0
> ./configure
> make
> su -c checkinstall
>
> Note that I used checkinstall instead of "make install". This creates and
> installs a slackware package, making it easier to uninstall later. The
> checkinstall package is found in extra/ and is not installed by default.


Thanks for telling me, I was already wondering how you keep your system
clean when doing so many manual installs.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 02-20-2008, 10:29 AM
Danno
 
Posts: n/a
Default Re: console based mp3 player with playlist support?

On 2005-08-17, Krimgelas <krimgelas@hotmail.com> wrote:
> Hello,
>
> Does anyone know of a slackware package for a console/ncurses based mp3
> player that has support for playlists? I am actually new to slackware, am
> normally a debian user. What are the software sites where I can download
> extra packages like these? Currently I was searching for mp3blaster or
> playmp3list.
>
> Thanks for any information,
>
> Kris


I'm a little slow on the draw here, but GAMP is worth checking out as well.
http://www-users.cs.umn.edu/%7Ewburdick/gamp/

--
Solar-powered Linux: Slackware 10.0, 2.6.12, Averatec 3250H1 w/accel S3Uni
RLU#272755
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 02-20-2008, 10:41 AM
Faux_Pseudo
 
Posts: n/a
Default Re: console based mp3 player with playlist support?

_.-In alt.os.linux.slackware, Krimgelas wrote the following -._
> Thanks for telling me, I was already wondering how you keep your system
> clean when doing so many manual installs.


I don't use checkinstall or any of the other. When I want to remove a
program I use make uninstall. It has never damaged a system.

--
.-')) fauxascii.com ('-. | It's a damn poor mind that
' ..- .:" ) ( ":. -.. ' | can only think of one way to
((,,_;'.;' UIN=66618055 ';. ';_,,)) | spell a word.
((_.YIM=Faux_Pseudo :._)) | - Andrew Jackson
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 02-20-2008, 10:41 AM
Keith Keller
 
Posts: n/a
Default Re: console based mp3 player with playlist support?

On 2005-09-06, Faux_Pseudo <Faux.Pseudo@gmail.com> wrote:
> _.-In alt.os.linux.slackware, Krimgelas wrote the following -._
>> Thanks for telling me, I was already wondering how you keep your system
>> clean when doing so many manual installs.

>
> I don't use checkinstall or any of the other. When I want to remove a
> program I use make uninstall. It has never damaged a system.


It won't damage a system unless it's a very poorly-written Makefile, but
a fair number of Makefiles do not include an uninstall target. In those
cases make uninstall does nothing, and you're still stuck with the files
on the box. The only resort (if you haven't made a package) is to look
at the Makefile, figure out what it installed, and remove them manually
(or write a program to parse the install target of the Makefile).

I don't use checkinstall either, but there have been a small number of
times where I needed to do the above, and I can see the utility in
creating a package, either with Slackware's built-in tools or with
something like checkinstall.

--keith

--
kkeller-usenet@wombat.san-francisco.ca.us
(try just my userid to email me)
AOLSFAQ=http://wombat.san-francisco.ca.us/cgi-bin/fom
see X- headers for PGP signature information

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 06:53 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com