Friday, May 12, 2017

Install Sayonara Music Player 0.9.3 on Ubuntu 16.04 . 16.10, 17.04

   Sayonara is a small and lightweight Linux music player written in C++ with Qt5 framework. It uses Gstreamer as audio backend.



Main features

  • Many supported music and playlist formats
  • Media library with search function
  • Directory view
  • External device support
  • Genre organization
  • Playlist view organized by tabs
  • (Dynamic) playback
Nice to have
  • Equalizer
  • Metadata editor (including tags from path)
  • Lyrics
  • Shutdown function
  • MP3 Converter
  • Customizable spectrum analyzer and level meter
  • Remote controllable
Web based features
  • Last.FM scrobbling
  • Soundcloud support
  • Soma.fm support
  • Internet streams
  • Stream recorder
  • Podcasts
  • Radio Broadcasting
Look and feel
  • Multimedia Keys
  • Desktop integration (DBus Mpris2 compatible)
  • 2 skins
Changelog
  • Library: Album artist view
  • Library: Date view
  • Playlist: Delete button in playlist
  • Playlist: Optional clear button
  • Stream Recorder: Automatic recording
  • Streams: Remember streams in playlist
  • Streams: Parse websites
  • Streams: Split title and artist
  • Lyrics: Zoom
  • Lyrics: Remember last server
  • Lyrics: More elaborated search
  • Covers: Add discogs and last.fm cover searcher
  • Genres: Switch between tree and list view
  • Genres: Delete genre from tracks
  • Tagging: Supporting covers, album artist and rating in FLAC and ogg files
  • git version update
  • Date config fixes
  • Genre tree view fix
  • Language update
  • Language Update
  • Faster library cover view
  • Player: Logging window

Installation instructions:

   The GetDeb repository contains the latest packages of Sayonara, available for Ubuntu 16.04, Ubuntu 16.10, and derivatives.

     Opening terminal (Ctrl+Alt+T) and running the command:

Ubuntu 16.04 xenial


$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu xenial-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'

$ wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -

$ sudo apt-get update

$ sudo apt-get install sayonara

Ubuntu 16.10 yakkety

$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu yakkety-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'

$ wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -

$ sudo apt-get update

$ sudo apt-get install
sayonara

Ubuntu 17.04 zesty

$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu zesty-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'

$ wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -

$ sudo apt-get update

$ sudo apt-get install
sayonara

(Optional) To remove Sayonara, use command:

$ sudo apt-get remove sayonara

$ sudo apt-get autoremove


 refer original : https://howto-ubuntunew.blogspot.com/

No comments:

Post a Comment