LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-08-2021, 04:00 AM   #61
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625

There is at least one good radio station I know streaming classical music. No need to sell your soul.
 
Old 11-08-2021, 04:31 PM   #62
~red
Member
 
Registered: Feb 2021
Location: This planet
Distribution: Arch Linux + GNOME, Slackware Current
Posts: 34
Blog Entries: 4

Rep: Reputation: Disabled
Quote:
Originally Posted by M0M0 View Post
I currently just open a terminal, navigate to the album I want to listen to and type
Code:
mpv *
This, however, is a bit inconvenient, but I never used a GUI music program on Linux so far.

So what do you use and can recommend?
I don't know how much I saw this late.
Have you tried Tauon Music Box?

Listen n stream, radio, tracks everything with multi gui modes, It's easy.
Give it a try
 
Old 11-08-2021, 06:24 PM   #63
notzed
Member
 
Registered: Dec 2020
Location: South Australia
Distribution: slackware64-current
Posts: 95

Rep: Reputation: Disabled
I found mocp's startup time far too slow and IIRC it kept crashing on large playlists (50K+) so I just wrote my own[1] based on a multi-process design[2]. I run it on a file server I setup under my amplifier and it plays music every hour of every day mostly from EDM internet radio "recordings", and basically only stops when i reboot the computer. Uses ffmpeg's libraries to decode and volume-normalise the signal, has web/cli/keyboard (web is an embedded server in C, hardcoded to mele airmouse) control, shuffle, a basic search, uses lmdb as an index, and is ALSA only.

Once I got it playing music with a shuffle list for weeks on end I didn't really do much more work on it. I poke at it every now and then but i'm too burnt out to give a rats arse about fleshing it out or prettying it up. I've got some uncommited work on playlists and play queues but I'm unhappy with the complexity of the design and the behaviour and can't be bothered trying to come up with a better one and finish off the code. It's all work in progress as they say.

Apart from the volume normalisation filter which is a bit cpu intensive it has a tiny cpu and memory footprint and runs well on small ARM boards. I've got some old ARM machines and was going to set one up as a portable 'boom box' thing running off lithium battery packs that let you insert usb drives to auto-index/play but once I setup the PC I couldn't be bothered with that project. Actually that was the reason I started the project and the spare PC become file-server-music-player came later.

[1] https://code.zedzone.space/cvs?p=playerz&a=tree
[2] https://www.zedzone.space/post/016865f8b907

Last edited by notzed; 11-08-2021 at 06:26 PM.
 
Old 02-28-2022, 05:56 AM   #64
Purdee1
LQ Newbie
 
Registered: Feb 2022
Location: Liverpool
Distribution: Debian(s)
Posts: 24

Rep: Reputation: 3
Strawberry....Clementine refined
 
1 members found this post helpful.
Old 02-28-2022, 06:16 AM   #65
solarfields
Senior Member
 
Registered: Feb 2006
Location: slackalaxy.com
Distribution: Slackware, CRUX
Posts: 1,456

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Quote:
Originally Posted by Purdee1 View Post
Strawberry....Clementine refined
i remember some quite arrogant comments from a Clementine developer concerning support for something else than pulse.
 
Old 02-28-2022, 11:53 AM   #66
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,754

Rep: Reputation: Disabled
Got VMware player for any serious track manipulation.
Because well, only turntable I find for linux is terminatorX and that is way outperformed by OTS even free version OTS is way better.
And I normally listen to qmmp, which is mostly good but LACKS a loop plugin (I don't think anyone has written one yet).
So qmmp's fine if I want to hear some new tracks, but if I want to loop samples only thing I've found is foo_rehearsal from github.
And that thing sadly only works in foobar2000, so I use WINE/WindowsXP in VMware or whatever.

Last edited by elcore; 02-28-2022 at 11:56 AM.
 
Old 03-01-2022, 03:04 AM   #67
litelinux
Member
 
Registered: Sep 2018
Location: Taipei/Taichung, TW
Distribution: Slackware
Posts: 105

Rep: Reputation: 58
Elisa (one of the KDE apps) is also included in a default Slackware installation. Though I mostly listen to music on my phone with AIMP, a music player and Newpipe, a Youtube frontend.

Last edited by litelinux; 03-01-2022 at 03:07 AM. Reason: Add primary music sources
 
Old 03-01-2022, 04:33 AM   #68
zaphar
Member
 
Registered: Nov 2012
Distribution: Slackware
Posts: 37

Rep: Reputation: Disabled
XMMS, probably 20 years now. I'll likely just switch over to Audacious when it stops working.
I also use a variety of the CLI programs, if X is unavailable. Some of these can be used in combination with espeak for enunciation of audio file titles when playing an entire directory of them.
 
Old 03-01-2022, 07:34 AM   #69
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,920

Rep: Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035
Quote:
Originally Posted by litelinux View Post
Elisa (one of the KDE apps) is also included in a default Slackware installation.

I recently tried elisa while investigating the new kde. it shows promise, but unfortunately it doesn't do gapless playback, which is a must have for me, so I'll be sticking with my old-school methods.
 
Old 03-02-2022, 08:57 AM   #70
dhubsith
Member
 
Registered: Dec 2006
Location: New Mexico, USA
Distribution: Slackware
Posts: 72

Rep: Reputation: 25
I use audacious with a random-play script:

#!/bin/sh

export IFS=$'\n'
x=$(date +%Y%m%d%H%M%S)
find /a3/mp3-1 -type f -name "*.mp3" -print | sort -R > /tmp/.$x.m3u
if [ -s /tmp/.$x.m3u ]
then audacious /tmp/.$x.m3u >/dev/null 2>&1 &
fi
 
1 members found this post helpful.
Old 03-02-2022, 10:31 AM   #71
thim
Member
 
Registered: Nov 2013
Location: Greece
Distribution: Slackware current, MX Linux, Salix
Posts: 116

Rep: Reputation: 57
I was always a big fan of amarok -back in qt4 days.
My qt5 era favourite is strawberry. Great for music collection, great sound.
Second comes audacious.
I like vlc's sound but i am using it mostly for videos.
And moc was - and is - always among my selections.
(i prefer to use alsa for sound, above gui players are offering an easy to select this)
 
Old 03-02-2022, 11:58 AM   #72
OldHolborn
Member
 
Registered: Jul 2012
Posts: 229

Rep: Reputation: 190Reputation: 190
Clementine or Audacious but whatever I'm using it's always from a read-only NFS mount to stop anything from writing to the files and if that breaks the player then it's a good save!
 
Old 03-03-2022, 04:10 AM   #73
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,383

Rep: Reputation: 2762Reputation: 2762Reputation: 2762Reputation: 2762Reputation: 2762Reputation: 2762Reputation: 2762Reputation: 2762Reputation: 2762Reputation: 2762Reputation: 2762
I am enjoying sitting under the speakers on the back verandah on a balmy evening queuing up some mouldy oldies using my phone to access the web interface to Kodi.
 
Old 03-03-2022, 01:20 PM   #74
slac-in-the-box
Member
 
Registered: Mar 2010
Location: oregon
Distribution: slackware64-15.0 / slarm64-current
Posts: 782
Blog Entries: 1

Rep: Reputation: 432Reputation: 432Reputation: 432Reputation: 432Reputation: 432
I often use
Code:
ffplay -nodisp
for listening from headless console, runlevel 3 before startx. If I'm not watching a movie or looking at photos, I prefer runlevel 3, because it, in and of itself, is an affective ad blocker: surfing the web from within emacs (with eww), usually delivers the content without the images getting in the way, and most of the clickbait is image-driven; I am more productive in runlevel 3, lol.

I create executible launchers for my most common sources, like kmhd, portland's jazz radio, and then install them to a binary location within my $PATH: thus all I have to do is type kmhd at the console, and away it plays. The launcher first kills any ffplay processes if there are any, to stop what I was listening to, and then launch new process with new source.

Compiling binaries for streaming radio stations without x11 or wayland is really just a book mark system--of course they all work within x11 too, they just don't depend on it.

I also use them as alarm clocks, like if I have to be at the school bus on time and I need an alarm 3 hours from now
Code:
sleep 180m && kmhd
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
apache security for intranet: "listen 80" vs. "listen 127.0.0.1:80" pulper Linux - Software 3 09-27-2006 06:24 AM
Do you listen to Beethoven? (Or anyone else you know) yekrahs General 28 12-09-2005 08:16 AM
What kind of music do you listen to when surfing linuxquestions.org forums? t3gah General 32 10-14-2005 04:41 PM
music - what do I use to listen to mp3 on a slackware KDE machine? kotoko Linux - Newbie 2 10-09-2005 11:06 PM
i just want to listen to music airWave Slackware 9 04-29-2003 12:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration