diff options
author | Phil Trimble <philtrimble@gmail.com> | 2012-05-01 13:51:23 +0100 |
---|---|---|
committer | Andres G. Aragoneses <knocte@gmail.com> | 2012-05-01 13:51:23 +0100 |
commit | 3973d135783933ff6e9ab665429100fb8ee09bf9 (patch) | |
tree | 227200878e4b47e6a589e2516e8eca5ea26bcce9 /help | |
parent | 32063085c8d4d6d1f6d7ebfaecc543b1acc799bd (diff) |
LastFM: Add device scrobbling support (bgo#536389)
Enables Last.fm scrobbling of recent plays from a connected device.
Currently only available on devices supported by the AppleDevice
extension. The new functionality happens upon connection of a device.
Adds a new preference to control the functionality that will be
disabled by default. Also updates the Last.fm help page to explain
how it works.
(Really push the modified files, the previous commit was just
an incomplete changeset that only included a new file.)
Signed-off-by: Andres G. Aragoneses <knocte@gmail.com>
Diffstat (limited to 'help')
-rw-r--r-- | help/C/lastfm.page | 30 |
1 files changed, 28 insertions, 2 deletions
diff --git a/help/C/lastfm.page b/help/C/lastfm.page index 410cf6f15..25cd61897 100644 --- a/help/C/lastfm.page +++ b/help/C/lastfm.page @@ -55,12 +55,12 @@ </section> <section id="songreporting"> - <title>Enable Last.fm Song Reporting</title> + <title>Enable Last.fm Song Reporting From Banshee</title> <p>After you have successfully linked Banshee to your Last.fm profile you must ensure that you have enabled Banshee to report your songs. To enable Banshee to report the songs to your Last.fm profile go to Banshee's preferences, select the <gui>Source Specific</gui> tab, select <gui>Last.fm</gui> from the dropdown, and - press the <gui>Enable Song Reporting</gui> checkbox. If you have an active internet + press the <gui>Enable Song Reporting From Banshee</gui> checkbox. If you have an active internet connection Banshee will now send Last.fm information regarding the songs you play. To view your play history visit your profile on the Last.fm website. Last.fm will automatically update your music metadata if any of your @@ -70,6 +70,32 @@ </p> </section> + + <section id="devicesongreporting"> + <title>Enable Last.fm Song Reporting From Your Device</title> + <p>After successfully linking Banshee to your Last.fm profile and enabling Banshee to + report songs to Last.fm you can also enable scrobbling from a connected device. Banshee + will, upon connection of your device, attempt to scrobble the songs you have played since the + device was last connected and submit them to Last.fm. + </p> + + <p>To enable scrobbling of a connected device go to Banshee's preferences, select the + <gui>Source Specific</gui> tab, select <gui>Last.fm</gui> from the dropdown, and press + the <gui>Enable Song Reporting From Device</gui> checkbox. If you have an + active internet connection Banshee will, upon connection of your device, now attempt to gather + information regarding the songs that you have played since it was last connected. + </p> + + <p>As with regular Banshee scrobbling submissions Last.fm will automatically update + your music metadata if any of your artist, title, or album information is incorrect (although we + again recommend that you use the Metadata Fixer extension to correct your files instead). + </p> + + <p>Please note that currently Banshee only supports this feature with Apple products that are + supported by the AppleDevice extension. + </p> + + </section> <section id="lastfm-radio"> <title>Listen to Last.fm Radio</title> |