个人工具

UbuntuHelp:Amarok

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月13日 (日) 11:28的版本 (New page: {{From|https://help.ubuntu.com/community/Amarok}} {{Languages|php5}} Parent: UbuntuHelp:Software == Amarok Music Player == AmaroK is a fully-featured, KDE-based music player and ma...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

Parent: UbuntuHelp:Software


Amarok Music Player

AmaroK is a fully-featured, KDE-based music player and management application and is arguably the best music playing application available on most operating system.


Key Features

  • Integrates browsing of Artist, Title and Album information with Wikipedia
  • Lyrics
  • Playlists
  • Scriptable and themable
  • 10-band equalizer
  • Rating system
  • Integration with Last.fm
  • Download covers and metadata
  • Choice of library database (SQLite, MySQL, PostGreSQL)


Screenshot

attachment:scrn-amarok2.jpg


Installation

sudo apt-get install amarok
</code>


== Hints and Tips ==

* Customise KDE applications' appearance via '''kcontrol'''


=== Using MusicBrainz with mp3s ===

By default, using the "Fill-In Tags Using Music''''''Brainz" with an mp3 reports this error: ".mp3 is not a supported filetype".

To rectify this:

* Install the codec for playing mp3s (see '''[[UbuntuHelp:RestrictedFormats]]''')
* Recompile libtunepimp

 <pre>
mkdir libtunepimp
cd lintunepimp
apt-get source libtunepimp
cd libtunepimp*
fakeroot dpkg-buildpackage
</code>

* Use deb-reversion from the devscripts package to prevent automatic upgrade

 <pre>
sudo apt-get install devscripts
cd ..
deb-reversion libtunepimp2c2a_*.deb
</code>

* Save and close the changelog in the editor that is launched by pressing Ctrl + O, Enter, then Ctrl +X .

* Install the new version of libtunepimp
 <pre>
sudo dpkg -i libtunepimp*local.1*.deb
</code>


=== Playing CDs with Amarok under Gnome ===

To make Amarok your default CD player:

* Open Amarok's 'Settings' menu, then 'Configure Amarok' > 'Engine' > 'Audio CD Configuration'<br>
 For default device enter:
 <pre>
/dev/cdrom
</code>

* Go to System > Preferences > Removable Drives and Media > Multimedia > Audio CD Disks 
 Tick 'Play Audio CDs when inserted', and enter in the command:
 <pre>
amarok --cdplay /dev/cdrom
</code>


=== Adding a podcast to Amarok ===

* Click on the '''Playlists''' tab on the left of Amarok, then double click on '''Podcasts''' in the left pane to see your current list of podcasts ;

attachment:AmarokPodcasts.png

* Right click on '''Podcasts''' and choose '''Add Podcasts...''' ;

attachment:AmarokAddPodcast1.png

* In the pop-up window, paste in the RSS feed of the podcast and click OK ;

attachment:AmarokAddPodcast2.png

* Amarok will display '''Retrieving Podcast'''

attachment:AmarokAddPodcast3.png

* After a short time you will see a list of podcast episodes ;

attachment:AmarokAddPodcast4.png


=== Retreving a podcast with Amarok ===

* Click on the '''Playlists''' tab on the left of Amarok, then double click on '''Podcasts''' in the left pane to see your current list of podcasts ;

attachment:AmarokPodcasts.png

* Click the small down arrow beside a podcast name to see a list of podcast episodes ;

attachment:AmarokAddPodcast4.png

* To download an episode, right click on a podcast episode and choose '''Download Media''' ;

attachment:AmarokAddPodcast5.png

* When the episode is downloaded you can right click on that episode (it will have a grey down arrow beside it) and click '''Play''' ;

attachment:AmarokAddPodcast6.png

Keep up to date with your podcasts by right clicking on a podcast title and clicking '''Refresh'''.


== Other applications you may wish to look at ==

* '''[[UbuntuHelp:K3b]]''' - Integrates with Amarok for burning CDs

* '''[http://www.last.fm/tools/downloads/?showplatform=Linux Last.fm for Linux]''' - Last.fm application from Last.fm

* '''lastfm''' - QT-based Last.fm application

* '''[http://folks.o-hand.com/iain/last-exit/ last-exit]''' - Last.fm application

* '''[[UbuntuHelp:Rhythmbox]]''' - Ubuntu's default music player


== Further Reading ==

* '''[http://amarok.kde.org/ Amarok]'''

* '''[[UbuntuHelp:RestrictedFormats|Restricted Formats on Ubuntu]]''' - Information on configuring support for non-free formats, like mp3

* '''[http://kubuntu.org/announcements/amarok-1.4.5.php Getting the latest version of Amarok]''' - At the time of writing, the latest stable release is version 1.4.5 (see also: '''[[UbuntuHelp:Repositories]]''')

* '''[http://docs.kde.org/stable/en/kdebase/kcontrol/ kcontrol]''' - KDE configuration

* '''[http://www.last.fm Last.fm]''' - 'Social' music site

* '''[http://www.last.fm/group/amaroK%2Busers Amarok User Group at Last.fm]'''



----
CategoryDocumentation

[[category:UbuntuHelp]]