RIP Webby

Computer Discussion => Computer Software => Topic started by: Admin on January 17, 2022, 04:55:48 pm

Title: What are some of the best music players?
Post by: Admin on January 17, 2022, 04:55:48 pm
A long time ago I used Winamp.
https://www.winamp.com

(https://images.weserv.nl/?url=iconarchive.com%2Fdownload%2Fi50332%2Fncrow%2Fmega-pack-2%2FWinamp.ico)

Is it still worth downloading or is there something better?
What are your suggestions?
For Linux and Windows. Por favor. Muchas gracias.
Title: Re: What are some of the best music players?
Post by: Admin on January 17, 2022, 04:56:05 pm
I will add. I have used mpv
https://mpv.io

Code: [Select]
#!/bin/bash
# Sanitize input for mpv
echo "Enter a YouTube URL"
read varname
if [[ $varname =~ .*start_radio.* ]]; then
echo "That is NOT a supported URL"
exit 1
fi
  if [[ $varname =~ .*www.youtube.com/watch.* ]]; then
   echo "YouTube.com Link"
   result=$(sed -e 's/\(watch\).*\(list\)/\playlist?list/' <<< "$varname")
   myResult=$(sed "s/\&index.*//" <<< $result)
   echo $myResult
   mpv.exe "$myResult"
  elif [[ $varname =~ .*https://music* ]]; then
   echo "YouTube Music"
   replace=$(sed -e "s/\music/www/g" <<< $varname)
   echo $replace
   myResult=$(sed "s/\&.*//" <<< $replace)
   echo $myResult
   mpv.exe $myResult
  elif [[ $varname =~ .*youtu.be.* ]]; then
   echo "Youtu.be Link"
   mpv.exe "$varname"
  elif [[ $varname =~ .*www.youtube.com/playlist* ]]; then
   mpv.exe "$varname"
  else
   echo "That is NOT a supported URL"
  fi

This is an mpv sanitize script to play youtube playlists and things from youtube music.
Title: Re: What are some of the best music players?
Post by: Admin on January 17, 2022, 04:56:30 pm
https://weboas.is/faq/#collapseFiveHundred47

    foobar2000
    MediaMonkey
    MusicBee
    Amarok
    Volumio
    Clementine
    Guayadeque
    DeaDBeeF
    Strawberry
    Goggles
    gmusicbrowser
    Audacious
    Sayonara
    Exaile
    FunkWhale
    Nuclear

Top 3 are for Windows. Rest are mainly for Linux.
Title: Re: What are some of the best music players?
Post by: Admin on January 17, 2022, 04:56:39 pm
I remember when I was about 14 maybe, WinAmp was maybe three years old at that point, so year 2000.  There used to be an option to live stream things, and some of the content at the time was XXX.  Was a dope workaround for not getting caught via history etc. LOL.   I haven't used WinAmp in literally 20 years now probably.  I am really liking Media Monkey as of late.  Give that shot is your using Windows.
Title: Re: What are some of the best music players?
Post by: Admin on January 17, 2022, 04:56:48 pm
One great music player for windows is Dopamine. Have a modern feel that blends well with Windows 10.

https://github.com/digimezzo/dopamine-windows
https://www.digimezzo.com/content/software/dopamine/
https://www.digimezzo.com/
Title: Re: What are some of the best music players?
Post by: Admin on January 17, 2022, 04:56:56 pm
VLC
https://www.videolan.org
Title: Re: What are some of the best music players?
Post by: Admin on January 17, 2022, 04:57:04 pm
https://www.imploded.com
https://perkele.cc/software/boom