summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-06-10LastfmFingerprint: Clean up caps handling and make sure to wait until we ↵HEADmasterSebastian Dröge1-23/+36
know the audio caps
2013-06-10Mirage: Clean up caps handling and make sure to wait until we know the audio ↵Sebastian Dröge1-19/+31
caps
2013-05-28Port LastfmFingerprint plugin to GStreamer 1.0Sebastian Dröge4-23/+28
2013-05-28Port Mirage plugin to GStreamer 1.0Sebastian Dröge3-24/+35
2013-04-04Removed port 7 dependency of AndroidRemotenstamato7-85/+42
2013-02-17Added the AndroidRemote ExtensionNikitas Stamatopoulos46-1/+3998
Added the Android App source code
2013-02-04An extension for playing the tracks of your favourite artists off of SoundCloud.Paul Mackin19-0/+1558
2013-01-23Merge branch 'master' of ↵Hans Oesterholt1-1/+1
gitorious.org:banshee-community-extensions/banshee-community-extensions
2013-01-23CueSheets: In the process of making CueSheets integrated with the standard ↵Hans Oesterholt11-63/+294
anshee music library.
2013-01-19configure: mark CueSheet as 'no' in summary for nowAndres G. Aragoneses1-1/+1
The extension cannot build with Banshee upstream yet.
2013-01-18CueSheets: First steps for playlists in the cuesheet extension. This is ↵Hans Oesterholt26-207/+1100
rather difficult :-(
2013-01-17CheSheets: Rearranged classes. Completed simple cuesheet editor. Completed ↵Hans Oesterholt11-814/+1030
album/track searching
2013-01-17CueSheets: Some more work on MusicToDevice (splitting music files to a device)Hans Oesterholt2-2/+2
2013-01-16CueSheets: Splitting of files works quite nicely now.Hans Oesterholt2-15/+74
2013-01-16CueSheets: mp3splt tags are UTF-8, which is of couse ok. However some ↵Hans Oesterholt4-4/+84
devices, like the Philips GoGear don't support utf-8 tags. So we use TagLib to rewrite the Tags
2013-01-16Merge branch 'master' of ↵Hans Oesterholt2-1/+3
gitorious.org:banshee-community-extensions/banshee-community-extensions
2013-01-16CueSheets: Added functionality to split mp3s (libmp3splt is used) and added ↵Hans Oesterholt9-5/+498
a refresh menu option. CueSheets: This functionality can be used when I figure out how to interact with the extension to CueSheets: add music to devices. CueSheets: Added Resources
2013-01-15build: disable CueSheets build for nowAndres G. Aragoneses1-1/+0
This extensions needs changes in Banshee which have not been included yet. Disable it for now.
2013-01-15Documentation: add a HACKING fileAndres G. Aragoneses1-0/+3
This file simply has the URL to Banshee's HACKING file
2013-01-15CueSheets: Moved sources. Tried to add Playlist.Formats support, but it's ↵Hans Oesterholt21-174/+203
all internal and not enough interfaces.
2013-01-15Changed from configuration database to own table for cuesheet property storage.Hans Oesterholt10-29/+388
Added composer list, because cuesheet owners usually have lots of classical music. And one wants to be able to filter on composers
2013-01-15Small bug fixesHans Oesterholt2-23/+41
2013-01-14Merge branch 'master' of ↵Hans Oesterholt1-2/+2
gitorious.org:banshee-community-extensions/banshee-community-extensions
2013-01-14Some small problems resolved in the cuesheet editor.Hans Oesterholt1-1/+1
2013-01-14Added some more stuff. Like Cue Sheet editing, etc.Hans Oesterholt1-12/+23
2013-01-14A lot of modifications. Better GUI implementationHans Oesterholt12-167/+601
2013-01-14configure: stop using obsolete AutoMake macro (bgo#691713)James Boocock1-1/+1
AM_CONFIG_HEADER macro seems to have been obsoleted in favour of the new AC_CONFIG_HEADERS one, and since version 1.13.1 of GNU automake this seems to be erroring out instead of just warning. Signed-off-by: Andres G. Aragoneses <knocte@gmail.com>
2013-01-14configure: move CueSheets extension to its proper place in the summaryAndres G. Aragoneses1-1/+1
To have the extensions list sorted alphabetically and with proper indentation.
2013-01-13Grid layout not working very well, when not started as such.Hans Oesterholt1-11/+72
So we do it some other way presently. Disabled popup menus for artistlistview and genrelistviewJ
2013-01-13Grid view / list viewHans Oesterholt5-5/+37
2013-01-13Adding CueSheet Editing supportHans Oesterholt9-29/+228
2013-01-13Adding CueSheet editing supportHans Oesterholt5-0/+149
2013-01-13Added info link to how to setup your music database with the cuesheets extensionHans Oesterholt4-95/+78
2013-01-13Initial import of CueSheets.Hans Oesterholt13-271/+1106
2013-01-09CueSheets extensionHans Oesterholt15-17/+1139
2012-08-11Lyrics: Download lyrics only for music tracks (bgo#626849)Samuel Gyger1-0/+4
Signed-off-by: Bertrand Lorentz <bertrand.lorentz@gmail.com>
2012-08-04FolderSync: Add option to create symbolic links instead of copying filesThomas Leberbauer2-4/+32
Signed-off-by: Bertrand Lorentz <bertrand.lorentz@gmail.com>
2012-08-04DuplicateSongDetector: Fix SQL so duplicates are from the same sourceJavier Alfonso Bellota de Frutos1-3/+6
The SQL query was getting duplicate tracks with one of the tracks having PrimarySourceID=1. Make sure the two tracks have the same PrimarySourceID, and use the MusicLibrary.DbId instead of hardcoding the value. Signed-off-by: Bertrand Lorentz <bertrand.lorentz@gmail.com>
2012-04-06build: Don't create a .tar.gz tarball anymoreBertrand Lorentz2-2/+2
2012-04-06release: Bump version to 2.4.0Bertrand Lorentz1-1/+1
2012-04-06build: Do not run tests during "make distcheck"Bertrand Lorentz1-1/+1
Some of the unit test are now broken, so we disable unit tests when doing "make distcheck".
2012-04-06i18n: Update translations from TransifexBertrand Lorentz10-862/+1535
2012-04-06release: Update NEWS for 2.4.0Bertrand Lorentz1-0/+28
2012-04-01release: Update AUTHORSBertrand Lorentz1-0/+1
2012-04-01i18n: Update the .pot fileBertrand Lorentz1-6/+5
2012-04-01FolderSync: Add a frame around the playlist treeviewBertrand Lorentz1-1/+3
2012-04-01FolderSync: Fix or improve several labelsBertrand Lorentz3-4/+4
2012-04-01i18n: Update the .pot fileBertrand Lorentz1-17/+17
2012-04-01Telepathy: Remove manual purging of ContactSourceBertrand Lorentz1-19/+1
Create ContactSource as a temporary source, using the new support provided by PrimarySource. Purging is now done automatically by the PrimarySource class.
2012-04-01Bump Banshee dependency to 2.4.0Bertrand Lorentz1-1/+1
This is needed to use the new IsTemporary property in the DatabaseSource class.