banshee-community-extensions:banshee-community-extensions.git
12 years agorelease: Update NEWS, configure.ac for 1.9.2 release 1.9.2
Gabriel Burt [Thu, 13 Jan 2011 01:14:33 +0000 (19:14 -0600)]
release: Update NEWS, configure.ac for 1.9.2 release

12 years ago[LiveRadio] beautified the deactivation of the Shoutcast module by adding a property...
Frank [Sun, 9 Jan 2011 04:08:45 +0000 (11:08 +0700)]
[LiveRadio] beautified the deactivation of the Shoutcast module by adding a property to activate or deactive a module completely

12 years agoi18n: Add Russian (Russia) translation from transifex
Bertrand Lorentz [Thu, 6 Jan 2011 19:29:34 +0000 (20:29 +0100)]
i18n: Add Russian (Russia) translation from transifex

12 years agoi18n: Update translations from transifex
Bertrand Lorentz [Thu, 6 Jan 2011 19:25:33 +0000 (20:25 +0100)]
i18n: Update translations from transifex

12 years agoLyrics: Add LIMIT 1 to query in LyricsDownloadJob (bgo#638845)
David Nielsen [Thu, 6 Jan 2011 19:16:24 +0000 (20:16 +0100)]
Lyrics: Add LIMIT 1 to query in LyricsDownloadJob (bgo#638845)

HyenaSqliteCommand reads in the entire result into memory in the form of
a ArrayDataReader, so we should avoid asking for more rows than needed.

Signed-off-by: Bertrand Lorentz <bertrand.lorentz@gmail.com>
12 years agoRemove video extension commit by mistake
Olivier Dufour [Mon, 3 Jan 2011 21:58:23 +0000 (22:58 +0100)]
Remove video extension commit by mistake

12 years ago[fingerprint]Add authentication process and Fix few bugs
Olivier Dufour [Mon, 3 Jan 2011 21:25:59 +0000 (22:25 +0100)]
[fingerprint]Add authentication process and Fix few bugs

12 years ago[fingerprint] add authentication
Olivier Dufour [Wed, 29 Dec 2010 21:42:49 +0000 (22:42 +0100)]
[fingerprint] add authentication

12 years ago[StreamRecorder] fix gstreamer write error by creating output directory if it does...
Frank [Thu, 30 Dec 2010 06:04:08 +0000 (13:04 +0700)]
[StreamRecorder] fix gstreamer write error by creating output directory if it does not exist

12 years ago[LiveRadio] disable Shoutcast module while there is no developer key yet
Frank [Thu, 30 Dec 2010 06:03:16 +0000 (13:03 +0700)]
[LiveRadio] disable Shoutcast module while there is no developer key yet

12 years ago[LiveRadio] Change to ShoutCast API 2.0 (without proper DevKey yet)
Frank [Wed, 29 Dec 2010 04:18:03 +0000 (11:18 +0700)]
[LiveRadio] Change to ShoutCast API 2.0 (without proper DevKey yet)

12 years ago[Banshee] unable to restart player
John Moore [Tue, 28 Dec 2010 15:39:38 +0000 (09:39 -0600)]
[Banshee] unable to restart player

12 years ago[build] Fix configure output for ZeitgeistDataprovider when disabled
Bertrand Lorentz [Thu, 23 Dec 2010 19:04:41 +0000 (20:04 +0100)]
[build] Fix configure output for ZeitgeistDataprovider when disabled

12 years ago[AlarmClock] Don't start playing if the alarm is disabled (bgo#637481)
Bertrand Lorentz [Fri, 17 Dec 2010 18:07:19 +0000 (19:07 +0100)]
[AlarmClock] Don't start playing if the alarm is disabled (bgo#637481)

12 years ago[i18n] Add Spanish (Castilian) translation from transifex
Bertrand Lorentz [Fri, 17 Dec 2010 15:36:17 +0000 (16:36 +0100)]
[i18n] Add Spanish (Castilian) translation from transifex

12 years ago[i18n] Update existing .po files from transifex
Bertrand Lorentz [Fri, 17 Dec 2010 15:30:52 +0000 (16:30 +0100)]
[i18n] Update existing .po files from transifex

12 years ago[i18n] Add configuration for the transifex command line tool
Bertrand Lorentz [Fri, 17 Dec 2010 15:26:03 +0000 (16:26 +0100)]
[i18n] Add configuration for the transifex command line tool

This configuration file is used by the tx command line tool, which is
provided by transifex-client.
This tool allows to easily fetch updates to the .po files from the
transifex website. See this page for details :
http://help.transifex.net/user-guide/client/client-0.3.html

12 years ago[i18n] Automatically update the .pot file during "make all"
Bertrand Lorentz [Fri, 17 Dec 2010 14:55:58 +0000 (15:55 +0100)]
[i18n] Automatically update the .pot file during "make all"

12 years ago[i18n] Add the .pot file to git
Bertrand Lorentz [Fri, 17 Dec 2010 11:04:19 +0000 (12:04 +0100)]
[i18n] Add the .pot file to git

This is a first step towards maybe using Transifex for translations.

12 years ago[ClutterFlow] Handle accented characters in the alphabet bar 1.9.1
Bertrand Lorentz [Thu, 16 Dec 2010 20:14:01 +0000 (21:14 +0100)]
[ClutterFlow] Handle accented characters in the alphabet bar

This fixes the third crash reported in bgo#637383.

12 years ago[ClutterFlow] Fix typo in an enum value
Bertrand Lorentz [Thu, 16 Dec 2010 20:11:02 +0000 (21:11 +0100)]
[ClutterFlow] Fix typo in an enum value

12 years ago[ClutterFlow] Clean up of the tear down process
Bertrand Lorentz [Thu, 16 Dec 2010 19:30:59 +0000 (20:30 +0100)]
[ClutterFlow] Clean up of the tear down process

Turn all CoverManager properties into read-only properties backed by a
private field. This allows for a cleaner disposing process.

Fix various other Dispose () issues, so that the extension shutdowns
without crashing.

12 years ago[ClutterFlow] Use default code formatting policy for projects
Bertrand Lorentz [Thu, 16 Dec 2010 18:14:03 +0000 (19:14 +0100)]
[ClutterFlow] Use default code formatting policy for projects

12 years ago[ClutterFlow] Overwrite existing actors in the list
Bertrand Lorentz [Thu, 16 Dec 2010 17:20:06 +0000 (18:20 +0100)]
[ClutterFlow] Overwrite existing actors in the list

Another try at fixing bgo#637383.

12 years ago[release] Update AUTHORS, NEWS and README for 1.9.1
Bertrand Lorentz [Thu, 16 Dec 2010 17:18:06 +0000 (18:18 +0100)]
[release] Update AUTHORS, NEWS and README for 1.9.1

12 years agoBump version and Banshee dependency to 1.9.1
Bertrand Lorentz [Thu, 16 Dec 2010 16:33:32 +0000 (17:33 +0100)]
Bump version and Banshee dependency to 1.9.1

The Mirage and RandomByLastfm require Banshee 1.9.1, and we want to
prevent any confusion due to SoundMenu and UbuntuOneMusicStore moving to
Banshee core.

12 years ago[ClutterFlow] Wait until ActiveSource is set during initialization
Bertrand Lorentz [Thu, 16 Dec 2010 14:55:34 +0000 (15:55 +0100)]
[ClutterFlow] Wait until ActiveSource is set during initialization

This prevents the model initialization from failing, and should fix
bgo#637383.

12 years ago[build] Fix distcheck by cleaning out TestResult.xml files
Bertrand Lorentz [Thu, 16 Dec 2010 13:52:07 +0000 (14:52 +0100)]
[build] Fix distcheck by cleaning out TestResult.xml files

12 years ago[Ampache] Makefile and Project file cleanup
John Moore [Wed, 15 Dec 2010 16:08:40 +0000 (10:08 -0600)]
[Ampache] Makefile and Project file cleanup

12 years ago[Ampache] Lazy load songs on demand
John Moore [Wed, 15 Dec 2010 02:42:24 +0000 (20:42 -0600)]
[Ampache] Lazy load songs on demand

bgo #636041: Songs are now loaded on demand, i.e. when you select an
album/artist, rather than loading all songs as part of connecting
to the server.  This will greatly reduce the initial load time of the
plugin.

12 years ago[build] Fix distcheck when tests are not enabled
Bertrand Lorentz [Tue, 14 Dec 2010 20:23:10 +0000 (21:23 +0100)]
[build] Fix distcheck when tests are not enabled

12 years agoRemove UbuntuOneMusicStore project from solution
Bertrand Lorentz [Tue, 14 Dec 2010 20:22:15 +0000 (21:22 +0100)]
Remove UbuntuOneMusicStore project from solution

12 years agoUpdate POTFILES.in
Rodney Dawes [Sat, 11 Dec 2010 17:04:07 +0000 (18:04 +0100)]
Update POTFILES.in

Signed-off-by: Bertrand Lorentz <bertrand.lorentz@gmail.com>
12 years agoRemove Ubuntu One Music Store extension
Bertrand Lorentz [Sat, 11 Dec 2010 16:58:17 +0000 (17:58 +0100)]
Remove Ubuntu One Music Store extension

The extension is now available as an official extension in the
main Banshee source tree, so it can be removed from here.

12 years agoRemove SoundMenu extension, now available in Banshee mainline
Bertrand Lorentz [Sat, 11 Dec 2010 14:14:43 +0000 (15:14 +0100)]
Remove SoundMenu extension, now available in Banshee mainline

The SoundMenu extension is now available as an official extension in the
main Banshee source tree, so it can be removed from here.

12 years ago[lastfm fingerprint] Get more information from last fm API (bug 636069)
Olivier Dufour [Mon, 6 Dec 2010 21:09:35 +0000 (22:09 +0100)]
[lastfm fingerprint] Get more information from last fm API (bug 636069)

12 years agoFixed duplicate events imnsertion in ZeitgeistDataprovider
Manish Sinha [Wed, 1 Dec 2010 20:54:28 +0000 (02:24 +0530)]
Fixed duplicate events imnsertion in ZeitgeistDataprovider

Removed TrackStarted as this same event was raised by PlyaeEngine.ConnectEvent
Made a check that the saved current event needs to be diifferent from the track playing

12 years agoAdded support for logging event when the track changes itself
Manish Sinha [Wed, 1 Dec 2010 20:19:51 +0000 (01:49 +0530)]
Added support for logging event when the track changes itself

12 years agochange invisible character on preferences dialog, limited queries to 1000 records...
John Moore [Tue, 30 Nov 2010 02:10:53 +0000 (20:10 -0600)]
change invisible character on preferences dialog, limited queries to 1000 records to avoid timeouts when querying large libraries, bugs 636041 and 625613

12 years ago[Last.fm fingerprint] Fix NRE in fingerprint request when request timeout
Olivier Dufour [Mon, 29 Nov 2010 18:26:36 +0000 (19:26 +0100)]
[Last.fm fingerprint] Fix NRE in fingerprint request when request timeout
 bug#635899

12 years ago[LastfmFingerprint] Fix logic error causing wrong fingerprint id
Bertrand Lorentz [Fri, 26 Nov 2010 22:58:56 +0000 (23:58 +0100)]
[LastfmFingerprint] Fix logic error causing wrong fingerprint id

The GetFpId would always return -2 if it got a correct response. Fix the
logic error and properly handle a negative fingerprint id as an error.
Fixes bgo#634730.

12 years ago[Lyrics] Properly trim artist name and track title (bgo#635616)
Bertrand Lorentz [Fri, 26 Nov 2010 22:02:39 +0000 (23:02 +0100)]
[Lyrics] Properly trim artist name and track title (bgo#635616)

Use the Trim () method instead of removing spaces manually, and guard
against null strings.

12 years ago[Lirc] Add a dllmap for lirc_client (bgo#635848)
Bertrand Lorentz [Fri, 26 Nov 2010 21:29:30 +0000 (22:29 +0100)]
[Lirc] Add a dllmap for lirc_client (bgo#635848)

12 years ago[Lirc] Major cleanup
Bertrand Lorentz [Fri, 26 Nov 2010 21:21:14 +0000 (22:21 +0100)]
[Lirc] Major cleanup

Remove the empty configuration dialog and the associated actions and
menu item.

Remove the MockController class, as it doesn't have any real purpose.

Delete an old MonoDevelop solution file.

12 years ago[Lyrics] Change regex on LyricWiki to show only original language
Samuel Gyger [Sun, 21 Nov 2010 14:12:40 +0000 (16:12 +0200)]
[Lyrics] Change regex on LyricWiki to show only original language

Only show the first set of lyrics from LyricWiki. Otherwise songs that
have translated lyrics would have both version displayed, with ugly
markup. Fixes bgo#635434.

Signed-off-by: Bertrand Lorentz <bertrand.lorentz@gmail.com>
12 years ago[Lyrics] Throw a NetworkUnavailableException when there is no network
Samuel Gyger [Sun, 21 Nov 2010 14:50:43 +0000 (16:50 +0200)]
[Lyrics] Throw a NetworkUnavailableException when there is no network

Also remove the markup from the error message. Fixes bgo#634787.

Signed-off-by: Bertrand Lorentz <bertrand.lorentz@gmail.com>
12 years agoremoved NotImplementedExceptions and removed the GTK ui files from the project
John Moore [Wed, 24 Nov 2010 03:41:08 +0000 (21:41 -0600)]
removed NotImplementedExceptions and removed the GTK ui files from the project

12 years agoadded file for the ampache playlist
John Moore [Wed, 24 Nov 2010 03:25:07 +0000 (21:25 -0600)]
added file for the ampache playlist

12 years agochange ampache ui to use listviews and updates to the 1.9 interfaces
John Moore [Wed, 24 Nov 2010 03:10:20 +0000 (21:10 -0600)]
change ampache ui to use listviews and updates to the 1.9 interfaces

12 years agoAdd missing JamendoDownloadManager.cs to POTFILES.in
Chow Loong Jin [Mon, 22 Nov 2010 11:15:13 +0000 (19:15 +0800)]
Add missing JamendoDownloadManager.cs to POTFILES.in

12 years agoFix nunit checks
Chow Loong Jin [Mon, 22 Nov 2010 10:45:48 +0000 (18:45 +0800)]
Fix nunit checks

nunit-console is not guaranteed to be present when nunit.pc is present,
so make sure that NUNIT_CONSOLE before enabling tests.

12 years ago[SoundMenu] Extend conflicts to include AppIndicator
Chow Loong Jin [Tue, 7 Sep 2010 20:18:43 +0000 (04:18 +0800)]
[SoundMenu] Extend conflicts to include AppIndicator

12 years agoUpdate AUTHORS and README for Jamendo and Zeitgeist extensions
Bertrand Lorentz [Sat, 20 Nov 2010 11:30:33 +0000 (12:30 +0100)]
Update AUTHORS and README for Jamendo and Zeitgeist extensions

12 years agoMerge branch 'ZeitgeistDataprovider'
Bertrand Lorentz [Sat, 20 Nov 2010 11:20:40 +0000 (12:20 +0100)]
Merge branch 'ZeitgeistDataprovider'

Conflicts:
Extensions.sln
configure.ac

12 years ago[Zeitgeist] Move some code around for better readability
Bertrand Lorentz [Sat, 20 Nov 2010 11:12:57 +0000 (12:12 +0100)]
[Zeitgeist] Move some code around for better readability

12 years ago[Zeitgeist] Remove event handlers when disposing
Bertrand Lorentz [Sat, 20 Nov 2010 11:08:54 +0000 (12:08 +0100)]
[Zeitgeist] Remove event handlers when disposing

12 years ago[Zeitgeist] Log exceptions and errors
Bertrand Lorentz [Sat, 20 Nov 2010 11:03:38 +0000 (12:03 +0100)]
[Zeitgeist] Log exceptions and errors

12 years ago[Zeitgeist] Fix up code formatting
Bertrand Lorentz [Sat, 20 Nov 2010 10:44:05 +0000 (11:44 +0100)]
[Zeitgeist] Fix up code formatting

Comply with usual code formatting conventions.
Remove unneeded .ToString () calls. Also remove unneeded using
statements. No actual code change.

12 years ago[Zeitgeist] Fix up .csproj file
Bertrand Lorentz [Sat, 20 Nov 2010 10:38:00 +0000 (11:38 +0100)]
[Zeitgeist] Fix up .csproj file

12 years ago[Zeitgeist] Fix up .addin.xml file
Bertrand Lorentz [Sat, 20 Nov 2010 10:35:15 +0000 (11:35 +0100)]
[Zeitgeist] Fix up .addin.xml file

Remove comments and improve extension description

12 years ago[Zeitgeist] Do not build when not enabled
Bertrand Lorentz [Sat, 20 Nov 2010 10:34:13 +0000 (11:34 +0100)]
[Zeitgeist] Do not build when not enabled

12 years ago[Zeitgeist] Clean up the build integration
Bertrand Lorentz [Sat, 20 Nov 2010 10:31:51 +0000 (11:31 +0100)]
[Zeitgeist] Clean up the build integration

Order things a few things properly, and rename some variables in the m4
macro.

12 years agoFixed the manifest file and workaround for absence of stop in UI
Manish Sinha [Fri, 19 Nov 2010 23:14:03 +0000 (04:44 +0530)]
Fixed the manifest file and workaround for absence of stop in UI

* Fixed the manifest file and changed it to a Service instead of Source. Thanks to Gabriel Burt
* In Banshee UI Stop button is not shown, so created a workaround for stop. Everytime a track is loaded, it saves it's track reference which is checked when another track starts playing
* Fixed application://banshee.desktop to application://banshee-1.desktop

12 years agoAdd code to add functionality to the dataprovider. WARNING: Still not working
Manish Sinha [Fri, 19 Nov 2010 20:33:57 +0000 (02:03 +0530)]
Add code to add functionality to the dataprovider. WARNING: Still not working

* Supports LEAVE_EVENT
* Supports ENTER_EVENT

12 years agoAdded the build script and basic structure of a Zeitgeist Dataprovider
Manish Sinha [Fri, 19 Nov 2010 19:55:25 +0000 (01:25 +0530)]
Added the build script and basic structure of a Zeitgeist Dataprovider

* Hooked Zeitgeist Dataprovider with the build system
* Passing --disable-zeitgeistdp with ./autogen.sh works
* Zeitgeist-sharp availablity is checked
* Basic code structure has been shamelessly copied from tehk's old implemented at
            http://bazaar.launchpad.net/~email-tehk/zeitgeist-dataproviders/Zeitgeist.Banshee/annotate/head:/banshee/Banshee.Zeitgeist/ZeitgeistService.cs
            with proper copyrights

12 years ago[build] Various build/unit test fixes
Rodney Dawes [Mon, 15 Nov 2010 19:09:13 +0000 (13:09 -0600)]
[build] Various build/unit test fixes

- Autoconf warning for AC_PROG_CXX being expanded incorrectly
- Hardcoded nunit-console2 command usage
- Should use --enable-tests for distcheck
- Tests not run by make check when enabled
- Test running rule is overly complicated
- Requires --prefix=/usr to test against installed banshee
- Mirage unit tests fail because AddinManager is never initialized
- Redefinition of TARGET variable in a couple Makefile.am files
- Run nunit tests for the OpenVP extension

Signed-off-by: Gabriel Burt <gabriel.burt@gmail.com>
12 years ago[Jamendo] Improve integration of downloads and streaming
Bertrand Lorentz [Sun, 14 Nov 2010 16:56:23 +0000 (17:56 +0100)]
[Jamendo] Improve integration of downloads and streaming

The javascript fixup makes sure that streaming is done through XSPF
playlists and that the download buttons work in our single window
browser.

Downloads of single tracks or albums are now handled by our own
DownloadManager and automatically imported.

Streaming doesn't work well for now : only for a single track, and most
of the time only once.

12 years ago[Jamendo] Initial import of the Jamendo extension
Janez Troha [Sat, 13 Nov 2010 12:24:42 +0000 (13:24 +0100)]
[Jamendo] Initial import of the Jamendo extension

Jamendo.com is a website providing free, legal and unlimited music
published under Creative Commons licenses.
More work is needed to have proper integration into Banshee.

12 years ago[RandomByLastfm] Update to new RandomBy API
Gabriel Burt [Fri, 12 Nov 2010 22:59:13 +0000 (16:59 -0600)]
[RandomByLastfm] Update to new RandomBy API

12 years ago[Mirage] Update to new RandomBy API
Gabriel Burt [Fri, 12 Nov 2010 22:59:02 +0000 (16:59 -0600)]
[Mirage] Update to new RandomBy API

12 years ago[Mirage] clean up some comments, unused code
Gabriel Burt [Fri, 12 Nov 2010 18:54:22 +0000 (12:54 -0600)]
[Mirage] clean up some comments, unused code

12 years ago[Ampache] Fix compilation with banshee 1.9.0
Bertrand Lorentz [Thu, 11 Nov 2010 21:04:48 +0000 (22:04 +0100)]
[Ampache] Fix compilation with banshee 1.9.0

Also add a configure check for banshee 1.9.0.

12 years agoMerge branch 'master' of git://gitorious.org/banshee-community-extensions/banshee...
Mathijs Dumon [Thu, 11 Nov 2010 16:41:32 +0000 (17:41 +0100)]
Merge branch 'master' of git://gitorious.org/banshee-community-extensions/banshee-community-extensions

12 years ago[ClutterFlow] Fixes for Banshee 1.8 and v0.4
Mathijs Dumon [Thu, 11 Nov 2010 16:30:14 +0000 (17:30 +0100)]
[ClutterFlow] Fixes for Banshee 1.8 and v0.4

12 years agoUpdate README with LastfmFingerprint dependencies 1.9.0
Bertrand Lorentz [Wed, 10 Nov 2010 20:30:19 +0000 (21:30 +0100)]
Update README with LastfmFingerprint dependencies

12 years ago[release] Update NEWS and configure for 1.9.0
Bertrand Lorentz [Wed, 10 Nov 2010 20:22:31 +0000 (21:22 +0100)]
[release] Update NEWS and configure for 1.9.0

12 years ago[Ampache] Improve extension description
Bertrand Lorentz [Wed, 10 Nov 2010 20:19:56 +0000 (21:19 +0100)]
[Ampache] Improve extension description

12 years ago[RandomByLastfm] Improve extension description
Bertrand Lorentz [Wed, 10 Nov 2010 20:19:21 +0000 (21:19 +0100)]
[RandomByLastfm] Improve extension description

12 years ago[RandomByLastfm] Remove some over-verbose debug output
Bertrand Lorentz [Wed, 10 Nov 2010 19:42:56 +0000 (20:42 +0100)]
[RandomByLastfm] Remove some over-verbose debug output

12 years ago[i18n] Update POTFILES.in
Bertrand Lorentz [Sun, 7 Nov 2010 12:18:55 +0000 (13:18 +0100)]
[i18n] Update POTFILES.in

12 years ago[LastfmFingerprint] Remove libcurl dependency from build
Bertrand Lorentz [Sun, 7 Nov 2010 12:14:08 +0000 (13:14 +0100)]
[LastfmFingerprint] Remove libcurl dependency from build

12 years agoMerge branch 'master' of gitorious.org:banshee-community-extensions/banshee-community...
Olivier Dufour [Fri, 5 Nov 2010 14:46:02 +0000 (15:46 +0100)]
Merge branch 'master' of gitorious.org:banshee-community-extensions/banshee-community-extensions

12 years agoFix managed part interface to remove not needed parametters
Olivier Dufour [Fri, 5 Nov 2010 14:43:45 +0000 (15:43 +0100)]
Fix managed part interface to remove not needed parametters

12 years agoRefactor to remove curl dependancy ended
Olivier Dufour [Fri, 5 Nov 2010 14:37:47 +0000 (15:37 +0100)]
Refactor to remove curl dependancy ended
So removed a lot of file not needed anymore from glue lib too.
NEXT TODO: remove dependancy over FFTW3F by using gstreamer fftw function

12 years agoadded a preferences dialog, storing server, user and password, removed the need for...
John Moore [Fri, 5 Nov 2010 01:23:42 +0000 (20:23 -0500)]
added a preferences dialog, storing server, user and password, removed the need for ampache to be located at /ampache on the server

12 years agoFix some bug but still not working
Olivier Dufour [Thu, 4 Nov 2010 21:26:18 +0000 (22:26 +0100)]
Fix some bug but still not working
TODO: compare a request from cpp lib and one from managed part

12 years agoRefactor to move outside of cpp lib the web request to remove curl dependancy
Olivier Dufour [Thu, 4 Nov 2010 20:39:14 +0000 (21:39 +0100)]
Refactor to move outside of cpp lib the web request to remove curl dependancy

12 years agoStart to refactor to remove extra dependancy.
Olivier Dufour [Thu, 4 Nov 2010 18:17:57 +0000 (19:17 +0100)]
Start to refactor to remove extra dependancy.
1) done the request on managed side

12 years ago[RandomByLastfm] Code Cleanup
Raimo Radczewski [Tue, 2 Nov 2010 07:22:20 +0000 (08:22 +0100)]
[RandomByLastfm] Code Cleanup

Code is now formatted according to banshees style guidelines.

12 years ago[RandomByLastfm] Removed Banshee.Lastfm Dependency (wave to Bertrand)
Raimo Radczewski [Mon, 1 Nov 2010 18:31:58 +0000 (19:31 +0100)]
[RandomByLastfm] Removed Banshee.Lastfm Dependency (wave to Bertrand)

12 years agoMerge branch 'master' of gitorious.org:banshee-community-extensions/banshee-community...
Raimo Radczewski [Mon, 1 Nov 2010 17:32:33 +0000 (18:32 +0100)]
Merge branch 'master' of gitorious.org:banshee-community-extensions/banshee-community-extensions

12 years ago[RandomByLastfm] Added RandomByLastfmUserTopArtists as Shuffle Mode, renamed RandomBy...
Raimo Radczewski [Mon, 1 Nov 2010 14:38:43 +0000 (15:38 +0100)]
[RandomByLastfm] Added RandomByLastfmUserTopArtists as Shuffle Mode, renamed RandomByLastfm Shuffle Mode to RandomByLastfmSimilarArtists

[RandomByLastfm] Minor fix

[RandomByLastfm] Implemented WeightedRandom for both shuffle modes. Both Shuffle Modes now use ArtistIDs
Todo: Tweak SimilarArtist so n-generation artists are more likely to be played

12 years ago[SoundMenu] Fix removal of the preference checkbox (bgo#633708)
Bertrand Lorentz [Mon, 1 Nov 2010 15:24:22 +0000 (16:24 +0100)]
[SoundMenu] Fix removal of the preference checkbox (bgo#633708)

12 years agoMerge branch 'ampache'
Bertrand Lorentz [Mon, 1 Nov 2010 14:47:19 +0000 (15:47 +0100)]
Merge branch 'ampache'

12 years agoAdd John Moore to AUTHORS
Bertrand Lorentz [Mon, 1 Nov 2010 14:42:41 +0000 (15:42 +0100)]
Add John Moore to AUTHORS

12 years ago[build] Clean up Makefile.am
Bertrand Lorentz [Mon, 1 Nov 2010 14:41:59 +0000 (15:41 +0100)]
[build] Clean up Makefile.am

12 years ago[Ampache] Fix up author information
Bertrand Lorentz [Mon, 1 Nov 2010 14:39:00 +0000 (15:39 +0100)]
[Ampache] Fix up author information

12 years ago[Ampache] Improve extension description
Bertrand Lorentz [Mon, 1 Nov 2010 14:36:37 +0000 (15:36 +0100)]
[Ampache] Improve extension description

12 years ago[Ampache] Fix line terminations and remove trailing whitespace
Bertrand Lorentz [Mon, 1 Nov 2010 14:21:38 +0000 (15:21 +0100)]
[Ampache] Fix line terminations and remove trailing whitespace

For some reason, a lot of the lines had DOS line endings (\r\n). Convert
all the files to UNIX line endings.
Also remove trailing whitespace, as I'm already taking the git blame
anyway.

12 years ago[Ampache] Align login info labels to the left
Bertrand Lorentz [Mon, 1 Nov 2010 14:05:38 +0000 (15:05 +0100)]
[Ampache] Align login info labels to the left