个人工具

“UbuntuHelp:Amarok”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示2个用户的15个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/Amarok}}
 
{{From|https://help.ubuntu.com/community/Amarok}}
{{Languages|php5}}
+
{{Languages|UbuntuHelp:Amarok}}
Parent: [[UbuntuHelp:Software]]
+
 
+
 
+
 
+
 
== Amarok Music Player ==
 
== Amarok Music Player ==
 
+
Amarok is a full-featured, KDE-based music player and management application and is arguably the best music playing application available on Ubuntu. For the latest documentation seek out the '''[http://userbase.kde.org/Amarok KDE UserBase Amarok Wiki]'''.
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 ==
 
== Key Features ==
 
 
* Integrates browsing of Artist, Title and Album information with Wikipedia
 
* Integrates browsing of Artist, Title and Album information with Wikipedia
 
 
* Lyrics
 
* Lyrics
 
 
* Playlists
 
* Playlists
 
+
* Scriptable and themeable
* Scriptable and themable
+
 
+
* 10-band equalizer
+
 
+
 
* Rating system
 
* Rating system
 
 
* Integration with Last.fm
 
* Integration with Last.fm
 
+
* Download covers
* Download covers and metadata
+
* Choice of library database (e.g. MySQL)
 
+
* Choice of library database (SQLite, MySQL, PostGreSQL)
+
 
+
 
+
 
== Screenshot ==
 
== Screenshot ==
 
+
https://help.ubuntu.com/community/Amarok?action=AttachFile&do=get&target=scrn-amarok4.jpg%7C2.2+collection+and+playlist%7Cwidth%3D800+height%3D600
attachment:scrn-amarok2.jpg
+
 
+
 
+
== Installation ==
+
 
+
* Via '''[[UbuntuHelp:Synaptic|Synaptic Package Manager]]'''
+
* Via apt-get
+
<pre><nowiki>
+
sudo apt-get install amarok
+
</nowiki></pre>
+
 
+
 
+
 
== Hints and Tips ==
 
== Hints and Tips ==
 
+
* '''[http://userbase.kde.org/Amarok KDE UserBase Amarok Wiki]''' - Current Documentation
* Customise KDE applications' appearance via '''kcontrol'''
+
=== Moving and Copying Files to an iPod ===
 
+
Amarok should be able to detect your iPod if you can mount the iPod to the file system. You should see the iPod collection under the Local Music collections area. Take care not to click the "Toggle unified view mode" switch.
 
+
To move or copy files to your connected iPod from the computer, simply right click the item in your desktop's local file collection and choose "Copy to Collection" or "Move to Collection" and then select your "iPod" in the extended menu choice.
=== 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><nowiki>
+
mkdir libtunepimp
+
cd lintunepimp
+
apt-get source libtunepimp
+
cd libtunepimp*
+
fakeroot dpkg-buildpackage
+
</nowiki></pre>
+
 
+
* Use deb-reversion from the devscripts package to prevent automatic upgrade
+
 
+
<pre><nowiki>
+
sudo apt-get install devscripts
+
cd ..
+
deb-reversion libtunepimp2c2a_*.deb
+
</nowiki></pre>
+
 
+
* 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><nowiki>
+
sudo dpkg -i libtunepimp*local.1*.deb
+
</nowiki></pre>
+
 
+
 
+
=== 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><nowiki>
+
/dev/cdrom
+
</nowiki></pre>
+
 
+
* Go to System > Preferences > Removable Drives and Media > Multimedia > Audio CD Disks
+
Tick 'Play Audio CDs when inserted', and enter in the command:
+
<pre><nowiki>
+
amarok --cdplay /dev/cdrom
+
</nowiki></pre>
+
 
+
 
+
=== 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 ==
 
== Other applications you may wish to look at ==
 
+
* '''[[UbuntuHelp:K3b|K3b]]''' - Integrates with Amarok for burning CDs
* '''[[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
 
* '''[http://www.last.fm/tools/downloads/?showplatform=Linux Last.fm for Linux]''' - Last.fm application from Last.fm
 
 
* '''lastfm''' - QT-based Last.fm application
 
* '''lastfm''' - QT-based Last.fm application
 
 
* '''[http://folks.o-hand.com/iain/last-exit/ last-exit]''' - Last.fm application
 
* '''[http://folks.o-hand.com/iain/last-exit/ last-exit]''' - Last.fm application
 
+
* '''[[UbuntuHelp:Rhythmbox|Rhythmbox]]''' - Ubuntu's default music player
* '''[[UbuntuHelp:Rhythmbox]]''' - Ubuntu's default music player
+
 
+
 
+
 
== Further Reading ==
 
== Further Reading ==
 
 
* '''[http://amarok.kde.org/ Amarok]'''
 
* '''[http://amarok.kde.org/ Amarok]'''
 
+
* '''[http://amarok.kde.org/wiki/MP3_on_Kubuntu]''' - Information on configuring support for non-free formats, such as mp3.
* '''[[UbuntuHelp:RestrictedFormats|Restricted Formats on Ubuntu]]''' - Information on configuring support for non-free formats, like mp3
+
* '''[http://amarok.kde.org/wiki/Download:Kubuntu]''' - At the time of writing, the latest stable release is version 2.2 (see also: '''[[UbuntuHelp:Repositories|Repositories]]''').
 
+
* '''[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://docs.kde.org/stable/en/kdebase/kcontrol/ kcontrol]''' - KDE configuration
 
 
* '''[http://www.last.fm Last.fm]''' - 'Social' music site
 
* '''[http://www.last.fm Last.fm]''' - 'Social' music site
 
 
* '''[http://www.last.fm/group/amaroK%2Busers Amarok User Group at Last.fm]'''
 
* '''[http://www.last.fm/group/amaroK%2Busers Amarok User Group at Last.fm]'''
 
 
 
 
----
 
----
CategoryDocumentation
+
[[category:CategoryAudio]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2010年5月19日 (三) 17:19的最新版本

Amarok Music Player

Amarok is a full-featured, KDE-based music player and management application and is arguably the best music playing application available on Ubuntu. For the latest documentation seek out the KDE UserBase Amarok Wiki.

Key Features

  • Integrates browsing of Artist, Title and Album information with Wikipedia
  • Lyrics
  • Playlists
  • Scriptable and themeable
  • Rating system
  • Integration with Last.fm
  • Download covers
  • Choice of library database (e.g. MySQL)

Screenshot

https://help.ubuntu.com/community/Amarok?action=AttachFile&do=get&target=scrn-amarok4.jpg%7C2.2+collection+and+playlist%7Cwidth%3D800+height%3D600

Hints and Tips

Moving and Copying Files to an iPod

Amarok should be able to detect your iPod if you can mount the iPod to the file system. You should see the iPod collection under the Local Music collections area. Take care not to click the "Toggle unified view mode" switch. To move or copy files to your connected iPod from the computer, simply right click the item in your desktop's local file collection and choose "Copy to Collection" or "Move to Collection" and then select your "iPod" in the extended menu choice.

Other applications you may wish to look at

  • K3b - Integrates with Amarok for burning CDs
  • Last.fm for Linux - Last.fm application from Last.fm
  • lastfm - QT-based Last.fm application
  • last-exit - Last.fm application
  • Rhythmbox - Ubuntu's default music player

Further Reading