• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to install Sayonara music player in Ubuntu 17.04

{{postValue.id}}

How to install Sayonara music player in Ubuntu 17.04

Sayonara is a lightweight Linux audio player written in C++ with the Qt framework. It uses Gstreamer as the audio backend. It is an alternative to players like Rythombox, Clementine or Amarok. This tutorial will explain the installation procedure of Sayonara music player in Ubuntu 17.04.

Features

  • organize big music collections
  • manage library by artists
  • albums, genres or file paths
  • sophisticated tag editor
  • hold multiple playlists simultaneously
  • save/rename/delete or export them to common playlist file formats
  • plugins like equalizer
  • speed/pitch control

Installation procedure

To start the installation procedure, add the repo to the target system by executing the following command.

root@linuxhelp1:~# add-apt-repository ppa:lucioc/sayonara
 Sayonara Player is a lightweight qt Player for Linux.
It holds a lot of features like
  - Music library
  - ID3-tag editor
  - Equalizer
  - MP3 converter
  - Podcasts
  - Webstreams
  - Stream recorder
  - Speed adjustment
  - Dynamic playlists
  - Radio broadcasting
  - Audio track bookmarks with optional loop function
    (for audio books or to practice a music instrument) 
  - Lyrics
======================================================
How to install:
sudo add-apt-repository ppa:lucioc/sayonara
sudo apt-get update
sudo apt-get install sayonara
 More info: https://launchpad.net/~lucioc/+archive/ubuntu/sayonara
Press [ENTER] to continue or ctrl-c to cancel adding it
gpg: keybox ' /tmp/tmp0kny6ss6/pubring.gpg'  created
gpg: /tmp/tmp0kny6ss6/trustdb.gpg: trustdb created
gpg: key 04BCB46C99A01C59: public key " Launchpad PPA for Lucio Carreras"  imported
gpg: Total number processed: 1
gpg:               imported: 1
OK

The repositories are added to the target system. Update the repo by executing the apt-get update command.

root@linuxhelp1:~# apt-get update
Get:1 http://security.ubuntu.com/ubuntu zesty-security InRelease [89.2 kB]
Hit:2 http://ppa.launchpad.net/gambas-team/gambas-daily/ubuntu zesty InRelease
Hit:3 http://in.archive.ubuntu.com/ubuntu zesty InRelease                     
Hit:4 http://ppa.launchpad.net/lucioc/sayonara/ubuntu zesty InRelease         
Hit:5 http://in.archive.ubuntu.com/ubuntu zesty-updates InRelease             
Hit:6 http://in.archive.ubuntu.com/ubuntu zesty-backports InRelease           
Fetched 89.2 kB in 1s (76.3 kB/s)                 
Reading package lists... Done

The target system is updated with the required repositories. Install the sayonara package by running the following command.

root@linuxhelp1:~# apt-get install sayonara
Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following additional packages will be installed:
  freepats gstreamer1.0-plugins-bad gstreamer1.0-plugins-bad-faad
  gstreamer1.0-plugins-bad-videoparsers gstreamer1.0-plugins-ugly
  gstreamer1.0-plugins-ugly-amr i965-va-driver liba52-0.7.4 libaacs0 libass5
  libavcodec57 libavformat57 libavutil55 libbdplus0 libbluray2 libbs2b0
  libchromaprint1 libcrystalhd3 libdc1394-22 libdca0 libde265-0 libdvdnav4
  libdvdread4 libfaad2 libflite1 libgme0 libgsm1 libgstreamer-plugins-bad1.0-0
  libkate1 liblilv-0-0 libmjpegutils-2.1-0 libmms0 libmp3lame0 libmpcdec6
  libmpeg2-4 libmpeg2encpp-2.1-0 libmplex2-2.1-0 libofa0 libopencore-amrnb0
  libopencore-amrwb0 libopencv-calib3d2.4v5 libopencv-core2.4v5
.
.
.
Setting up libmpeg2encpp-2.1-0 (1:2.1.0+debian-5) ...
Setting up libavutil55:amd64 (7:3.2.4-1build2) ...
Setting up libdvdnav4:amd64 (5.0.3-3) ...
Setting up gstreamer1.0-plugins-bad-faad:amd64 (1.10.4-1ubuntu1) ...
Setting up mesa-vdpau-drivers:amd64 (17.0.3-1ubuntu1) ...
.
.
Setting up libsratom-0-0:amd64 (0.6.0~dfsg0-1) ...
Setting up libopencv-calib3d2.4v5:amd64 (2.4.9.1+dfsg1-2) ...
Setting up liblilv-0-0 (0.24.2~dfsg0-1) ...
Setting up libavcodec57:amd64 (7:3.2.4-1build2) ...
Setting up libchromaprint1:amd64 (1.4.2-1) ...
Setting up libavformat57:amd64 (7:3.2.4-1build2) ...
Setting up libopencv-highgui2.4-deb0:amd64 (2.4.9.1+dfsg1-2) ...
Setting up libopencv-objdetect2.4v5:amd64 (2.4.9.1+dfsg1-2) ...
Setting up gstreamer1.0-plugins-bad:amd64 (1.10.4-1ubuntu1) ...
Setting up sayonara (0.9.3-0ppa4-zesty1) ...
Processing triggers for libc-bin (2.24-9ubuntu2) ...

The application has been installed successfully. To run the application, type the package name in the Ubuntu dashboard and click on the icon to open the application.

ubuntu dashboard

The application is running successfully. Now the user can use the Sayonara for listening to various music tracks.

sayonara

Wasn' t that an easy installation procedure? Sayonara also offers features like customizable spectrum analyzer and level meter.

Tags:
mason
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

How can I change the artwork for an track/album/artist in Sayonara music player?

A

At all places where you can find artwork, you can click at the artwork and select a new one either from your hard disk or from the internet.

Q

How to bind the AltGr key to any shortcut in Sayonara music player?

A

The AltGr is considered as a modifier by Qt. It's like the Shift key. It shifts your keys to another level. When pressing shift and e, you get a capital e. When pressing AltGr and e, you get

Q

How to import new tracks in Sayonara music player?

A

There are several possibilities:

Drag/drop files and/or directories into the library view
For import new tracks in Sayonara music player, use the import functionality in the 'Local Library' menu in import new tracks in Sayonara music player.

Q

How to reload my entire library only because I added some tracks/albums in import new tracks in Sayonara music player?

A

No, not neccessarily. If you import new sound by using the player's import functionality, you don't have to. When copying tracks into your file system you have to reload the library. The 'fas

Q

What are the alternative tools available for Sayonara music player?

A

The following alternative tools are available for Sayonara music player,
VLC,
Clementine,
Lollypop,
Amarok,
RhythmBox

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Isaiah ?
What is the use of SUID & SGID commands

How to set the special permissions to the files and folders using SUID and SGID commands...

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.