特殊:Badtitle/NS100:Amarok:修订间差异
小无编辑摘要 |
小无编辑摘要 |
||
第2行: | 第2行: | ||
{{Languages|UbuntuHelp:Amarok}} | {{Languages|UbuntuHelp:Amarok}} | ||
Parent: [[UbuntuHelp:Software]] | 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 most operating system. | Amarok is a full-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 themeable | ||
* 10-band equalizer | * 10-band equalizer | ||
* Rating system | * Rating system | ||
* Integration with Last.fm | * Integration with Last.fm | ||
* Download covers and metadata | * Download covers and metadata | ||
* Choice of library database (SQLite, MySQL, PostGreSQL) | * Choice of library database (SQLite, MySQL, PostGreSQL) | ||
== Screenshot == | == Screenshot == | ||
https://help.ubuntu.com/community/Amarok?action=AttachFile&do=get&target=scrn-amarok2.jpg | https://help.ubuntu.com/community/Amarok?action=AttachFile&do=get&target=scrn-amarok2.jpg | ||
== Installation == | == Installation == | ||
* Via '''[[UbuntuHelp:Synaptic|Synaptic Package Manager]]''' | * Via '''[[UbuntuHelp:Synaptic|Synaptic Package Manager]]''' | ||
* Via apt-get | * Via apt-get | ||
第43行: | 第22行: | ||
sudo apt-get install amarok | sudo apt-get install amarok | ||
</nowiki></pre> | </nowiki></pre> | ||
== Hints and Tips == | == Hints and Tips == | ||
* Customize KDE applications' appearance via '''kcontrol''' | * Customize KDE applications' appearance via '''kcontrol''' | ||
=== Using MusicBrainz with mp3s === | === 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". (In '''Ubuntu 7.04''' «'''Feisty Fawn'''» you can install ''libtunepimp5-mp3'' package to solve the problem.) | By default, using the "Fill-In Tags Using Music''''''Brainz" with an mp3 reports this error: ".mp3 is not a supported filetype". (In '''Ubuntu 7.04''' «'''Feisty Fawn'''» you can install ''libtunepimp5-mp3'' package to solve the problem.) | ||
To rectify this: | To rectify this: | ||
* Install the codec for playing mp3s (see '''[[UbuntuHelp:RestrictedFormats]]''') | * Install the codec for playing mp3s (see '''[[UbuntuHelp:RestrictedFormats]]''') | ||
* Recompile libtunepimp | * Recompile libtunepimp | ||
<pre><nowiki> | <pre><nowiki> | ||
mkdir libtunepimp | mkdir libtunepimp | ||
第66行: | 第36行: | ||
fakeroot dpkg-buildpackage | fakeroot dpkg-buildpackage | ||
</nowiki></pre> | </nowiki></pre> | ||
* Use deb-reversion from the devscripts package to prevent automatic upgrade | * Use deb-reversion from the devscripts package to prevent automatic upgrade | ||
<pre><nowiki> | <pre><nowiki> | ||
sudo apt-get install devscripts | sudo apt-get install devscripts | ||
第74行: | 第42行: | ||
deb-reversion libtunepimp2c2a_*.deb | deb-reversion libtunepimp2c2a_*.deb | ||
</nowiki></pre> | </nowiki></pre> | ||
* Save and close the changelog in the editor that is launched by pressing Ctrl + O, Enter, then Ctrl +X . | * 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 | * Install the new version of libtunepimp | ||
<pre><nowiki> | <pre><nowiki> | ||
sudo dpkg -i libtunepimp*local.1*.deb | sudo dpkg -i libtunepimp*local.1*.deb | ||
</nowiki></pre> | </nowiki></pre> | ||
=== Playing CDs with Amarok under Gnome === | === Playing CDs with Amarok under Gnome === | ||
To make Amarok your default CD player: | To make Amarok your default CD player: | ||
* Open Amarok's 'Settings' menu, then 'Configure Amarok' > 'Engine' > 'Audio CD Configuration'<br> | * Open Amarok's 'Settings' menu, then 'Configure Amarok' > 'Engine' > 'Audio CD Configuration'<br> | ||
For default device enter: | For default device enter: | ||
第92行: | 第54行: | ||
/dev/cdrom | /dev/cdrom | ||
</nowiki></pre> | </nowiki></pre> | ||
* Go to System > Preferences > Removable Drives and Media > Multimedia > Audio CD Disks | * Go to System > Preferences > Removable Drives and Media > Multimedia > Audio CD Disks | ||
Tick 'Play Audio CDs when inserted', and enter in the command: | Tick 'Play Audio CDs when inserted', and enter in the command: | ||
第98行: | 第59行: | ||
amarok --cdplay /dev/cdrom | amarok --cdplay /dev/cdrom | ||
</nowiki></pre> | </nowiki></pre> | ||
=== Adding a podcast to Amarok === | === 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 ; | * 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 ; | ||
https://help.ubuntu.com/community/Amarok?action=AttachFile&do=get&target=AmarokPodcasts.png | https://help.ubuntu.com/community/Amarok?action=AttachFile&do=get&target=AmarokPodcasts.png | ||
* Right click on '''Podcasts''' and choose '''Add Podcasts...''' ; | * Right click on '''Podcasts''' and choose '''Add Podcasts...''' ; | ||
https://help.ubuntu.com/community/Amarok?action=AttachFile&do=get&target=AmarokAddPodcast1.png | https://help.ubuntu.com/community/Amarok?action=AttachFile&do=get&target=AmarokAddPodcast1.png | ||
* In the pop-up window, paste in the RSS feed of the podcast and click OK ; | * In the pop-up window, paste in the RSS feed of the podcast and click OK ; | ||
https://help.ubuntu.com/community/Amarok?action=AttachFile&do=get&target=AmarokAddPodcast2.png | https://help.ubuntu.com/community/Amarok?action=AttachFile&do=get&target=AmarokAddPodcast2.png | ||
* Amarok will display '''Retrieving Podcast''' | * Amarok will display '''Retrieving Podcast''' | ||
https://help.ubuntu.com/community/Amarok?action=AttachFile&do=get&target=AmarokAddPodcast3.png | https://help.ubuntu.com/community/Amarok?action=AttachFile&do=get&target=AmarokAddPodcast3.png | ||
* After a short time you will see a list of podcast episodes ; | * After a short time you will see a list of podcast episodes ; | ||
https://help.ubuntu.com/community/Amarok?action=AttachFile&do=get&target=AmarokAddPodcast4.png | https://help.ubuntu.com/community/Amarok?action=AttachFile&do=get&target=AmarokAddPodcast4.png | ||
=== Retreving a podcast with Amarok === | === 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: | * 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: | ||
https://help.ubuntu.com/community/Amarok?action=AttachFile&do=get&target=AmarokPodcasts.png | https://help.ubuntu.com/community/Amarok?action=AttachFile&do=get&target=AmarokPodcasts.png | ||
* Click the small down arrow beside a podcast name to see a list of podcast episodes: | * Click the small down arrow beside a podcast name to see a list of podcast episodes: | ||
https://help.ubuntu.com/community/Amarok?action=AttachFile&do=get&target=AmarokAddPodcast4.png | https://help.ubuntu.com/community/Amarok?action=AttachFile&do=get&target=AmarokAddPodcast4.png | ||
* To download an episode, right click on a podcast episode and choose '''Download Media''': | * To download an episode, right click on a podcast episode and choose '''Download Media''': | ||
https://help.ubuntu.com/community/Amarok?action=AttachFile&do=get&target=AmarokAddPodcast5.png | https://help.ubuntu.com/community/Amarok?action=AttachFile&do=get&target=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''': | * When the episode is downloaded you can right click on that episode (it will have a grey down arrow beside it) and click '''Play''': | ||
https://help.ubuntu.com/community/Amarok?action=AttachFile&do=get&target=AmarokAddPodcast6.png | https://help.ubuntu.com/community/Amarok?action=AttachFile&do=get&target=AmarokAddPodcast6.png | ||
Keep up to date with your podcasts by right clicking on a podcast title and clicking '''Refresh'''. | 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]]''' - 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]]''' - 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]''' | ||
* '''[[UbuntuHelp:RestrictedFormats|Restricted Formats on Ubuntu]]''' - 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, such as 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://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]''' | ||
---- | ---- | ||
[[category:CategoryDocumentation]] | [[category:CategoryDocumentation]] | ||
[[category:UbuntuHelp]] | [[category:UbuntuHelp]] |
2007年11月30日 (五) 15:18的版本
文章出处: |
{{#if: | {{{2}}} | https://help.ubuntu.com/community/Amarok }} |
点击翻译: |
English {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/af | • {{#if: UbuntuHelp:Amarok|Afrikaans| [[::Amarok/af|Afrikaans]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/ar | • {{#if: UbuntuHelp:Amarok|العربية| [[::Amarok/ar|العربية]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/az | • {{#if: UbuntuHelp:Amarok|azərbaycanca| [[::Amarok/az|azərbaycanca]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/bcc | • {{#if: UbuntuHelp:Amarok|جهلسری بلوچی| [[::Amarok/bcc|جهلسری بلوچی]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/bg | • {{#if: UbuntuHelp:Amarok|български| [[::Amarok/bg|български]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/br | • {{#if: UbuntuHelp:Amarok|brezhoneg| [[::Amarok/br|brezhoneg]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/ca | • {{#if: UbuntuHelp:Amarok|català| [[::Amarok/ca|català]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/cs | • {{#if: UbuntuHelp:Amarok|čeština| [[::Amarok/cs|čeština]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/de | • {{#if: UbuntuHelp:Amarok|Deutsch| [[::Amarok/de|Deutsch]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/el | • {{#if: UbuntuHelp:Amarok|Ελληνικά| [[::Amarok/el|Ελληνικά]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/es | • {{#if: UbuntuHelp:Amarok|español| [[::Amarok/es|español]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/fa | • {{#if: UbuntuHelp:Amarok|فارسی| [[::Amarok/fa|فارسی]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/fi | • {{#if: UbuntuHelp:Amarok|suomi| [[::Amarok/fi|suomi]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/fr | • {{#if: UbuntuHelp:Amarok|français| [[::Amarok/fr|français]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/gu | • {{#if: UbuntuHelp:Amarok|ગુજરાતી| [[::Amarok/gu|ગુજરાતી]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/he | • {{#if: UbuntuHelp:Amarok|עברית| [[::Amarok/he|עברית]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/hu | • {{#if: UbuntuHelp:Amarok|magyar| [[::Amarok/hu|magyar]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/id | • {{#if: UbuntuHelp:Amarok|Bahasa Indonesia| [[::Amarok/id|Bahasa Indonesia]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/it | • {{#if: UbuntuHelp:Amarok|italiano| [[::Amarok/it|italiano]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/ja | • {{#if: UbuntuHelp:Amarok|日本語| [[::Amarok/ja|日本語]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/ko | • {{#if: UbuntuHelp:Amarok|한국어| [[::Amarok/ko|한국어]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/ksh | • {{#if: UbuntuHelp:Amarok|Ripoarisch| [[::Amarok/ksh|Ripoarisch]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/mr | • {{#if: UbuntuHelp:Amarok|मराठी| [[::Amarok/mr|मराठी]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/ms | • {{#if: UbuntuHelp:Amarok|Bahasa Melayu| [[::Amarok/ms|Bahasa Melayu]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/nl | • {{#if: UbuntuHelp:Amarok|Nederlands| [[::Amarok/nl|Nederlands]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/no | • {{#if: UbuntuHelp:Amarok|norsk| [[::Amarok/no|norsk]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/oc | • {{#if: UbuntuHelp:Amarok|occitan| [[::Amarok/oc|occitan]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/pl | • {{#if: UbuntuHelp:Amarok|polski| [[::Amarok/pl|polski]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/pt | • {{#if: UbuntuHelp:Amarok|português| [[::Amarok/pt|português]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/ro | • {{#if: UbuntuHelp:Amarok|română| [[::Amarok/ro|română]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/ru | • {{#if: UbuntuHelp:Amarok|русский| [[::Amarok/ru|русский]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/si | • {{#if: UbuntuHelp:Amarok|සිංහල| [[::Amarok/si|සිංහල]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/sq | • {{#if: UbuntuHelp:Amarok|shqip| [[::Amarok/sq|shqip]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/sr | • {{#if: UbuntuHelp:Amarok|српски / srpski| [[::Amarok/sr|српски / srpski]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/sv | • {{#if: UbuntuHelp:Amarok|svenska| [[::Amarok/sv|svenska]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/th | • {{#if: UbuntuHelp:Amarok|ไทย| [[::Amarok/th|ไทย]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/tr | • {{#if: UbuntuHelp:Amarok|Türkçe| [[::Amarok/tr|Türkçe]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/vi | • {{#if: UbuntuHelp:Amarok|Tiếng Việt| [[::Amarok/vi|Tiếng Việt]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/yue | • {{#if: UbuntuHelp:Amarok|粵語| [[::Amarok/yue|粵語]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/zh | • {{#if: UbuntuHelp:Amarok|中文| [[::Amarok/zh|中文]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/zh-hans | • {{#if: UbuntuHelp:Amarok|中文(简体)| [[::Amarok/zh-hans|中文(简体)]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Amarok | UbuntuHelp:Amarok | {{#if: | :}}Amarok}}/zh-hant | • {{#if: UbuntuHelp:Amarok|中文(繁體)| [[::Amarok/zh-hant|中文(繁體)]]}}|}} |
{{#ifeq:UbuntuHelp:Amarok|:Amarok|请不要直接编辑翻译本页,本页将定期与来源同步。}} |
{{#ifexist: :Amarok/zh | | {{#ifexist: Amarok/zh | | {{#ifeq: {{#titleparts:Amarok|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:Amarok|1|-1|}} | zh | | }}
Parent: UbuntuHelp:Software
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 most operating system.
Key Features
- Integrates browsing of Artist, Title and Album information with Wikipedia
- Lyrics
- Playlists
- Scriptable and themeable
- 10-band equalizer
- Rating system
- Integration with Last.fm
- Download covers and metadata
- Choice of library database (SQLite, MySQL, PostGreSQL)
Screenshot
Installation
- Via Synaptic Package Manager
- Via apt-get
sudo apt-get install amarok
Hints and Tips
- Customize 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". (In Ubuntu 7.04' «Feisty Fawn» you can install libtunepimp5-mp3 package to solve the problem.) To rectify this:
- Install the codec for playing mp3s (see UbuntuHelp:RestrictedFormats)
- Recompile libtunepimp
mkdir libtunepimp cd libtunepimp apt-get source libtunepimp cd libtunepimp* fakeroot dpkg-buildpackage
- Use deb-reversion from the devscripts package to prevent automatic upgrade
sudo apt-get install devscripts cd .. deb-reversion libtunepimp2c2a_*.deb
- 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
sudo dpkg -i libtunepimp*local.1*.deb
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'
For default device enter:
/dev/cdrom
- Go to System > Preferences > Removable Drives and Media > Multimedia > Audio CD Disks
Tick 'Play Audio CDs when inserted', and enter in the command:
amarok --cdplay /dev/cdrom
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 ;
- Right click on Podcasts and choose Add Podcasts... ;
- In the pop-up window, paste in the RSS feed of the podcast and click OK ;
- Amarok will display Retrieving Podcast
- After a short time you will see a list of podcast episodes ;
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:
- Click the small down arrow beside a podcast name to see a list of podcast episodes:
- To download an episode, right click on a podcast episode and choose Download Media:
- When the episode is downloaded you can right click on that episode (it will have a grey down arrow beside it) and click Play:
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
- Last.fm for Linux - Last.fm application from Last.fm
- lastfm - QT-based Last.fm application
- last-exit - Last.fm application
- UbuntuHelp:Rhythmbox - Ubuntu's default music player
Further Reading
- Amarok
- Restricted Formats on Ubuntu - Information on configuring support for non-free formats, such as mp3.
- Getting the latest version of Amarok - At the time of writing, the latest stable release is version 1.4.5 (see also: UbuntuHelp:Repositories).
- kcontrol - KDE configuration
- Last.fm - 'Social' music site
- Amarok User Group at Last.fm