Tuesday, November 1, 2016

How to Install DeaDBeeF 0.7.2-1 on Ubuntu 16.10

DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux, BSD, OpenSolaris, Mac OS X, and other UNIX-like systems. There's also the DeaDBeeF For Android, which is a very different product. There are no Windows or iOS versions though.



Main features (the list is most likely far from complete):
  •     mp3, ogg vorbis, flac, ape, wv/iso.wv, wav, m4a/mp3 (aac and alac), mpc, tta, cd audio, and many more
  •     nsf, ay, vtx, vgm/vgz, spc and many other popular chiptune formats
  •     SID with HVSC song length database support for sid
  •     tracker modules - mod, s3m, it, xm, etc
  •     ID3v1, ID3v2.2, ID3v2.3, ID3v2.4, APEv2, Xing/Info, VorbisComments tag reading and writing, as well as reading many other tag/metadata formats in most supported formats
  •     automatic character set detection for non-unicode id3 tags - supports cp1251, iso8859-1, and now chinese cp936 (optional), as well as SHIFT-JIS and MS-DOS CP866 for selected formats
  •     unicode tags are fully supported as well (both utf8 and ucs2)
  •     cuesheet (.cue files) support, including charset detection/conversion
  •     clean fast GUI using GTK2 and GTK3, you pick what you like more!
  •     no GNOME or KDE dependencies
  •     minimization to system tray, with scrollwheel volume control, etc
  •     drag and drop, both in playlist, and from other apps
  •     control playback from command line
  •     global hotkeys
  •     multiple playlists using tabbed interface
  •     album cover display
  •     OSD notifications about current playing songs
  •     18-band graphical equalizer and other DSP plugins
  •     built-in high quality tag editor, with custom fields support
  •     customizable groups in playlists
  •     customizable columns with flexible title formatting
  •     streaming radio support for ogg vorbis, mp3 and aac streams
  •     gapless playback for correctly encoded files
  •     lots of plugin, such as global hotkeys, last.fm scrobbler, converter, and many more, sdk is included
  •     comes with advanced Converter plugin, which allows to transcode files to other formats
  •     was tested on x86, x86_64, powerpc, arm, mips architectures, should work on most modern platforms
  •     new features are being added all the time -- check for updates frequently!
DeaDBeeF 0.7.2 Changelog:
  •     fixed title formatting %filename% crash
  •     fixed streaming of aac content in mp4 container
  •     added https:// support to vfs_curl (Viktor Semykin)
  •     added zh_TW translation to deadbeef.desktop (laichiaheng)
  •     fixed loading cue sheets without any metadata fields
  •     fixed file close bug in VTX plugin
  •     fixed evaluating nested square brackets syntax in title formatting
  •     improved support for large fields in ID3v2 tags
  •     fixed potential crash bug in artwork plugin
  •     fixed path separator '/' escaping regression in converter
  •     moved ffmpeg plugin to the end of plugin list, to prevent conflicts with other input plugins
  •     added $fix_eol, $hex title formatting
  •     fixed importing [, ] and \n characters from old configuration files
  •     fixed "Group by artist/date/title" title formatting
  •     added enumerating/exposing of all supported file extensions to ffmpeg plugin (Xinya Zhang)
  •     fixed handling of ':' in file path in vfs_zip plugin
  •     fixed old ffmpeg versions support
  •     fixed wma decoder loudness issue
  •     fixed DCA buffer allocation, to make it more musl-friendly
  •     added $num implementation to title formatting (Peter Lamby)
  •     fixed --nowplaying-tf behavior when player is stopped
Installation instructions: 

First you must install dependencies :

$ sudo apt-get install libpango1.0-0

    Run the following command to download and install.

 32 Bit OS

$ wget http://sourceforge.net/projects/deadbeef/files/debian/deadbeef-static_0.7.2-2_i386.deb

$ sudo dpkg -i deadbeef-static_0.7.2-2_i386.deb

  64 Bit OS

$ wget http://sourceforge.net/projects/deadbeef/files/debian/deadbeef-static_0.7.2-2_amd64.deb

$ sudo dpkg -i deadbeef-static_0.7.2-2_amd64.deb
  






No comments:

Post a Comment