Differences between revisions 1 and 2
Revision 1 as of 2011-12-17 14:03:17
Size: 1753
Editor: ?thomaspierson
Comment:
Revision 2 as of 2016-08-23 11:54:42
Size: 2422
Editor: ?thomaspierson
Comment: Add a section about configuration of Clementine in a minimal environment.
Deletions are marked like this. Additions are marked like this.
Line 42: Line 42:
=== Debian Wheezy/Sid === === Debian Wheezy/Jessie/Stretch/Sid ===
Line 46: Line 46:

== Configuration ==

=== Using Clementine in a minimal environment ===

By default Clementine stay in background when the main window is closed. This background state is kept for the next startup.

This behavior can cause issues for users using a minimal environment without system tray agent and notification bar. In this case the application can stay stuck in background at startup. You must remove the `.config/Clementine/` directory to recover the initial background state.

In this environment it is better to change the default configuration by going in `Tools ->
Preferences -> Behavior` and then uncheck `Keep running in background`.

Translation(s) : Français



Introduction

Clementine is a multiplatform music player focusing on a fast and easy-to-use interface for searching and playing your music.

Features

  • Search and play your local music library.
  • Listen to internet radio from Last.fm, SomaFM and Magnatune.
  • Tabbed playlists, import and export M3U, XSPF, PLS and ASX.
  • Visualisations from projectM.
  • Transcode music into MP3, Ogg Vorbis, Ogg Speex, FLAC or AAC
  • Edit tags on MP3 and OGG files, organise your music.
  • Download missing album cover art from Last.fm.
  • Native desktop notifications using libnotify.
  • Supports MPRIS, or remote control using the command-line.
  • Remote control using a Wii Remote, MPRIS or the command-line.
  • Copy music to your iPod, iPhone, MTP or mass-storage USB player.
  • Queue manager.

Install

Debian Squeeze (using official backports repository)

To install Clementine on Debian Squeeze you have to activate squeeze-backport repository by adding this line :

deb http://backports.debian.org/debian-backports squeeze-backports main

to your /etc/apt/sources.list file. After that :

apt-get update

Then :

apt-get -t squeeze-backports install clementine

(For more informations about the backports : http://backports-master.debian.org/Instructions/ )

Debian Wheezy/Jessie/Stretch/Sid

apt-get install clementine

Configuration

Using Clementine in a minimal environment

By default Clementine stay in background when the main window is closed. This background state is kept for the next startup.

This behavior can cause issues for users using a minimal environment without system tray agent and notification bar. In this case the application can stay stuck in background at startup. You must remove the .config/Clementine/ directory to recover the initial background state.

In this environment it is better to change the default configuration by going in `Tools -> Preferences -> Behavior and then uncheck Keep running in background`.


CategorySoftware