[banshee: 47/57] Merge branch 'master' into upnp_client



commit 1c5bd6d164ed5466111aa6c40c39d988f180732b
Merge: 822baed 76cbc54
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Thu Feb 9 19:53:28 2012 +0100

    Merge branch 'master' into upnp_client
    
    Conflicts:
    	Banshee.sln

 AUTHORS                                            |   21 +
 Banshee.sln                                        |   15 +-
 NEWS                                               |   88 +-
 README                                             |    6 +-
 autogen.sh                                         |    2 +-
 banshee.doap                                       |   20 +-
 build/TranslatorExtractor.cs                       |    1 +
 build/build.dist.mk                                |   22 +
 build/build.environment.mk                         |    2 +-
 build/build.rules.mk                               |   32 +-
 build/m4/banshee/dap-mtp.m4                        |    1 -
 build/m4/banshee/gconf.m4                          |   12 +
 build/m4/banshee/gio.m4                            |    2 +-
 build/m4/banshee/gtk-sharp.m4                      |   26 +-
 build/m4/banshee/mono-addins.m4                    |    4 +-
 build/windows/Installer.wixproj                    |    2 +-
 build/windows/InstallerDefinition.wxs              |    4 +-
 configure.ac                                       |   18 +-
 data/addin-xml-strings.cs                          |   10 +-
 extras/create-release-notes                        |   20 +-
 extras/make-release                                |    6 +-
 help/hu/hu.po                                      |   44 +-
 help/ja/ja.po                                      |  171 +-
 help/sl/sl.po                                      |    9 +-
 help/zh_CN/zh_CN.po                                |    4 +-
 libbanshee/Makefile.am                             |    2 +
 libbanshee/banshee-player-dvd.c                    |  312 ++
 libbanshee/banshee-player-dvd.h                    |   39 +
 libbanshee/banshee-player-pipeline.c               |    4 +
 libbanshee/banshee-player-private.h                |    6 +
 libbanshee/banshee-player-vis.c                    |   10 +-
 libbanshee/banshee-player.c                        |   10 +-
 libbanshee/banshee-transcoder.c                    |    8 +-
 libbanshee/libbanshee.cproj                        |    3 +-
 po/POTFILES.in                                     |   20 +-
 po/ca.po                                           | 1758 ++++---
 po/cs.po                                           | 1252 +++---
 po/da.po                                           |  715 ++--
 po/de.po                                           | 1469 +++---
 po/es.po                                           | 1371 +++---
 po/gl.po                                           | 1098 +++--
 po/hu.po                                           | 1298 +++---
 po/it.po                                           |  896 ++--
 po/ja.po                                           | 1359 +++---
 po/ko.po                                           |  722 ++--
 po/lv.po                                           |  772 ++--
 po/nb.po                                           | 2165 ++++-----
 po/nl.po                                           |  634 ++--
 po/pl.po                                           | 4033 +++++++++------
 po/pt.po                                           |  863 ++--
 po/ru.po                                           | 1467 +++---
 po/sk.po                                           | 2293 +++++----
 po/sl.po                                           | 2041 ++++-----
 po/sr.po                                           | 5261 ++++++++++++--------
 po/sr latin po                                     | 5245 ++++++++++++--------
 po/sv.po                                           | 1624 +++---
 po/tr.po                                           | 4011 +++++++++------
 po/zh_HK.po                                        | 1873 ++++----
 po/zh_TW.po                                        | 1869 ++++----
 profile-configure                                  |    2 +-
 .../Banshee.GStreamer/PlayerEngine.cs              |  104 +-
 .../Banshee.GStreamerSharp.addin.xml               |   15 +-
 .../Banshee.GStreamerSharp.csproj                  |    7 +
 .../Banshee.GStreamerSharp.dll.config              |    5 +
 .../Banshee.GStreamerSharp/AudioCdRipper.cs        |  434 ++
 .../Banshee.GStreamerSharp/BpmDetector.cs          |  223 +
 .../Banshee.GStreamerSharp/CddaManager.cs          |  178 +
 .../Banshee.GStreamerSharp/DvdManager.cs           |  293 ++
 .../Banshee.GStreamerSharp/PlayerEngine.cs         |  684 +++-
 .../Banshee.GStreamerSharp/Transcoder.cs           |  314 ++
 .../Banshee.GStreamerSharp/VideoManager.cs         |  301 ++
 .../Banshee.GStreamerSharp/Visualization.cs        |  339 ++
 src/Backends/Banshee.GStreamerSharp/Makefile.am    |   14 +-
 .../DeviceMediaCapabilities.cs                     |   20 +-
 .../Banshee.Gio/Banshee.Hardware.Gio/DiscVolume.cs |   20 +
 .../LowLevel/GioVolumeMetadataSource.cs            |   14 +
 .../Banshee.Gio/Banshee.IO.Gio/Directory.cs        |    4 +-
 src/Backends/Banshee.Gio/Makefile.am               |    2 +-
 .../GConfConfigurationClient.cs                    |   10 +-
 src/Backends/Banshee.Gnome/Makefile.am             |    2 +-
 src/Backends/Banshee.NowPlaying.X11/Makefile.am    |    2 +-
 src/Backends/Banshee.Osx/Makefile.am               |    2 +-
 .../Banshee.Windows/VersionUpdater.cs              |    2 +-
 src/Backends/Banshee.Windows/Makefile.am           |   17 +
 src/Backends/Makefile.am                           |    3 +-
 src/Clients/Booter/Booter/Entry.cs                 |    5 +-
 src/Clients/MeeGo/Makefile.am                      |    2 +-
 src/Clients/Muinshee/Muinshee.csproj               |    6 -
 src/Clients/Muinshee/Muinshee/AlbumDialog.cs       |    9 +-
 src/Clients/Muinshee/Muinshee/BaseDialog.cs        |   43 +-
 src/Clients/Muinshee/Muinshee/MuinsheeActions.cs   |    7 +-
 src/Clients/Muinshee/Resources/GlobalUI.xml        |    1 +
 src/Clients/Nereid/Nereid/PlayerInterface.cs       |    2 +-
 .../Banshee.Core/Banshee.Base/PlatformHacks.cs     |   75 -
 .../Banshee.Core/Banshee.Collection/AlbumInfo.cs   |    5 +-
 .../Banshee.Core/Banshee.Collection/YearInfo.cs}   |   52 +-
 src/Core/Banshee.Core/Banshee.Core.csproj          |    2 +-
 src/Core/Banshee.Core/Banshee.IO/Directory.cs      |    3 +
 .../Banshee.Streaming/StreamRatingTagger.cs        |  105 +-
 .../Banshee.Core/Banshee.Streaming/StreamTagger.cs |   30 +-
 src/Core/Banshee.Core/Makefile.am                  |    2 +-
 src/Core/Banshee.Core/Resources/COPYING            |    4 +-
 src/Core/Banshee.Core/Resources/contributors.xml   |   21 +
 src/Core/Banshee.Core/Resources/translators.xml    |   22 +-
 .../Banshee.Collection.Database/Bookmark.cs        |    2 +-
 .../DatabaseAlbumArtistInfo.cs                     |   86 +
 .../DatabaseAlbumArtistListModel.cs                |   79 +
 .../DatabaseAlbumInfo.cs                           |   13 +
 .../DatabaseImportManager.cs                       |   12 +-
 .../DatabaseTrackInfo.cs                           |   49 +-
 .../DatabaseTrackListModel.cs                      |   14 +-
 .../DatabaseYearInfo.cs}                           |   58 +-
 .../DatabaseYearListModel.cs                       |   69 +
 .../Banshee.Collection.Database/RandomByAlbum.cs   |   15 +-
 .../Banshee.Collection.Database/RandomByArtist.cs  |   17 +-
 .../Banshee.Collection.Database/RandomByRating.cs  |    5 +-
 .../Banshee.Collection.Database/RandomByScore.cs   |    6 +-
 .../Banshee.Collection.Database/RandomByTrack.cs   |    2 +-
 .../Banshee.Collection/InvalidFileException.cs     |   38 +
 .../Banshee.Collection/RescanPipeline.cs           |   18 +-
 .../Banshee.Database/BansheeDbFormatMigrator.cs    |   51 +-
 .../Banshee.Equalizer/EqualizerManager.cs          |    3 +
 .../Banshee.Equalizer/EqualizerSetting.cs          |    1 +
 .../Banshee.Hardware/IDeviceMediaCapabilities.cs   |    1 +
 .../Banshee.Hardware/IDiscVolume.cs                |    1 +
 .../Banshee.Library/LibrarySchema.cs               |   20 +-
 .../Banshee.Library/MusicLibrarySource.cs          |    2 +-
 .../Banshee.MediaEngine/IBpmDetector.cs            |    1 -
 .../Banshee.MediaEngine/NullPlayerEngine.cs        |   49 +
 .../Banshee.MediaEngine/PlayerEngine.cs            |   20 +
 .../Banshee.MediaEngine/PlayerEngineService.cs     |   94 +-
 .../Banshee.MediaEngine/TranscoderService.cs       |    1 +
 .../Banshee.Metadata.LastFM/LastFMQueryJob.cs      |    2 +-
 .../Banshee.Metadata/SaveTrackMetadataJob.cs       |   10 +-
 .../Banshee.Metadata/SaveTrackMetadataService.cs   |   40 +-
 .../Banshee.Metadata/Tests/TaglibReadWriteTests.cs |    4 +-
 .../Banshee.Playlist/AbstractPlaylistSource.cs     |    6 -
 .../Banshee.Playlists.Formats/AsxPlaylistFormat.cs |  105 +-
 .../Banshee.Playlists.Formats/IPlaylistFormat.cs   |    1 +
 .../Banshee.Playlists.Formats/M3uPlaylistFormat.cs |    7 +-
 .../PlaylistFormatBase.cs                          |    6 +
 .../Banshee.Playlists.Formats/PlaylistParser.cs    |    4 +
 .../Tests/PlaylistFormatTests.cs                   |   11 +
 .../Banshee.Preferences/PreferenceService.cs       |    3 +-
 .../Banshee.Services/Banshee.Query/BansheeQuery.cs |  247 +-
 .../Banshee.Query/Tests/BansheeQueryTests.cs       | 1751 +++++++
 .../Banshee.ServiceStack/Application.cs            |    4 -
 .../Banshee.ServiceStack/DBusConnection.cs         |   30 +-
 src/Core/Banshee.Services/Banshee.Services.csproj  |    9 +
 .../Banshee.SmartPlaylist/SmartPlaylistSource.cs   |    6 +-
 .../Banshee.Sources/DatabaseSource.cs              |    8 +-
 .../Banshee.Sources/PrimarySource.cs               |   14 +-
 .../Banshee.Services/Banshee.Sources/Source.cs     |   12 +-
 .../Banshee.Sources/SourceManager.cs               |   55 +-
 src/Core/Banshee.Services/Banshee.Sources/Tests.cs |    7 +-
 src/Core/Banshee.Services/Makefile.am              |    6 +
 .../Banshee.Collection.Gui/BaseTrackListView.cs    |    4 +
 .../Banshee.Collection.Gui/SearchableListView.cs   |    8 +
 .../Banshee.Collection.Gui/TrackListView.cs        |    4 +
 .../Banshee.Collection.Gui/YearListView.cs         |   49 +
 .../Banshee.Gui.TrackEditor/RatingEntry.cs         |    4 +
 .../Banshee.Gui.TrackEditor/TrackEditorDialog.cs   |    1 +
 .../Banshee.Gui.Widgets/ConnectedMessageBar.cs     |    4 +
 .../Banshee.Gui.Widgets/TaskStatusIcon.cs          |    4 +
 .../Banshee.Gui/GtkBaseClient.cs                   |    4 +
 .../Banshee.Gui/PlaybackShuffleActions.cs          |   12 +-
 .../Banshee.Gui/SourceActions.cs                   |   12 +-
 .../Banshee.Gui/TrackActions.cs                    |   12 +-
 .../Banshee.Library.Gui/FileImportSource.cs        |    8 -
 .../Banshee.Library.Gui/FolderImportSource.cs      |    7 -
 .../CompositeTrackSourceContents.cs                |  253 +-
 .../FilteredListSourceContents.cs                  |   22 +-
 .../Banshee.Sources.Gui/SourceRowRenderer.cs       |    4 +
 .../Banshee.Sources.Gui/SourceView.cs              |    4 +
 .../Banshee.ThickClient/Banshee.ThickClient.csproj |    1 +
 src/Core/Banshee.ThickClient/Makefile.am           |    1 +
 src/Core/Banshee.WebBrowser/Makefile.am            |    2 +-
 .../libossifer/ossifer-session.c                   |    2 +-
 .../Banshee.Widgets/Banshee.Widgets/SearchEntry.cs |    2 +
 .../Banshee.Widgets/StreamPositionLabel.cs         |    8 +-
 .../Banshee.Dap.AppleDevice/AppleDeviceSource.cs   |    9 +-
 src/Dap/Banshee.Dap.AppleDevice/Makefile.am        |    2 +-
 src/Dap/Banshee.Dap.Karma/Makefile.am              |    2 +-
 .../Banshee.Dap.MassStorage.addin.xml              |   20 +-
 .../Banshee.Dap.MassStorage.csproj                 |    2 +
 .../AmazonMp3GroupSource.cs                        |    2 +-
 .../Banshee.Dap.MassStorage/AndroidDevice.cs       |    4 +
 .../Banshee.Dap.MassStorage/DeviceMapper.cs        |    6 +
 .../Banshee.Dap.MassStorage/KeyValueParser.cs      |    8 +-
 .../Banshee.Dap.MassStorage/MaemoDevice.cs         |    4 +
 .../Banshee.Dap.MassStorage/MassStorageDevice.cs   |   52 +-
 .../Banshee.Dap.MassStorage/MassStorageSource.cs   |   73 +-
 .../Banshee.Dap.MassStorage/NookDevice.cs          |  124 +
 .../Banshee.Dap.MassStorage/RockBoxDevice.cs       |  127 +
 .../Banshee.Dap.MassStorage/WebOSDevice.cs         |    2 +-
 src/Dap/Banshee.Dap.MassStorage/Makefile.am        |    2 +
 .../ThemeIcons/128x128/devices/phone-nook.png      |  Bin 0 -> 17312 bytes
 .../128x128/devices/phone-xperia-arc.png           |  Bin 0 -> 13648 bytes
 .../ThemeIcons/16x16/devices/phone-nook.png        |  Bin 0 -> 631 bytes
 .../ThemeIcons/16x16/devices/phone-xperia-arc.png  |  Bin 0 -> 625 bytes
 .../ThemeIcons/22x22/devices/phone-nook.png        |  Bin 0 -> 724 bytes
 .../ThemeIcons/22x22/devices/phone-xperia-arc.png  |  Bin 0 -> 865 bytes
 .../ThemeIcons/24x24/devices/phone-nook.png        |  Bin 0 -> 739 bytes
 .../ThemeIcons/24x24/devices/phone-xperia-arc.png  |  Bin 0 -> 973 bytes
 .../ThemeIcons/256x256/devices/phone-nook.png      |  Bin 0 -> 63044 bytes
 .../256x256/devices/phone-xperia-arc.png           |  Bin 0 -> 42892 bytes
 .../ThemeIcons/32x32/devices/phone-nook.png        |  Bin 0 -> 878 bytes
 .../ThemeIcons/32x32/devices/phone-xperia-arc.png  |  Bin 0 -> 1521 bytes
 .../ThemeIcons/48x48/devices/phone-nook.png        |  Bin 0 -> 3325 bytes
 .../ThemeIcons/48x48/devices/phone-xperia-arc.png  |  Bin 0 -> 2766 bytes
 .../Banshee.Dap.Mtp/Banshee.Dap.Mtp/MtpSource.cs   |    5 +-
 src/Dap/Banshee.Dap.Mtp/Makefile.am                |    2 +-
 src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapActions.cs  |   33 +
 src/Dap/Banshee.Dap/Banshee.Dap/DapLibrarySync.cs  |   64 +-
 src/Dap/Banshee.Dap/Banshee.Dap/DapService.cs      |   21 +-
 src/Dap/Banshee.Dap/Banshee.Dap/DapSync.cs         |   35 +-
 src/Extensions/Banshee.AmazonMp3.Store/Makefile.am |    2 +-
 .../Banshee.AmazonMp3/Banshee.AmazonMp3.csproj     |    2 +
 .../Banshee.AmazonMp3/AmzXspfPlaylist.cs           |   24 +-
 .../Banshee.AmazonMp3/Tests/AmzXspfPlaylistTest.cs |   84 +
 src/Extensions/Banshee.AmazonMp3/Makefile.am       |    3 +-
 src/Extensions/Banshee.AudioCd/Makefile.am         |   20 -
 .../Banshee.Audiobook/Banshee.Audiobook/Actions.cs |    3 +-
 .../Banshee.Audiobook/AudiobookGrid.cs             |    4 +
 .../Banshee.Audiobook/AudiobookLibrarySource.cs    |   29 +-
 .../Banshee.Audiobook/Resources/ActiveSourceUI.xml |    1 +
 src/Extensions/Banshee.BooScript/Makefile.am       |    2 +-
 src/Extensions/Banshee.Bpm/Banshee.Bpm.addin.xml   |    1 -
 .../Banshee.Bpm/Banshee.Bpm/BpmDetectJob.cs        |    6 +-
 src/Extensions/Banshee.Bpm/Banshee.Bpm/BpmEntry.cs |   21 +-
 .../Banshee.CoverArt/CoverArtJob.cs                |    5 +-
 .../Banshee.CoverArt/CoverArtService.cs            |   13 +-
 .../Banshee.Daap/Banshee.Daap/DaapErrorView.cs     |    4 +-
 src/Extensions/Banshee.Daap/Daap/ServiceLocator.cs |   11 +-
 src/Extensions/Banshee.Daap/Makefile.am            |    2 +-
 .../Banshee.Emusic.Store/StoreView.cs              |    1 -
 src/Extensions/Banshee.Emusic.Store/Makefile.am    |    2 +-
 .../FileSystemQueueSource.cs                       |    2 +-
 .../Banshee.InternetRadio/InternetRadioSource.cs   |    3 +-
 .../Banshee.InternetRadio/StationEditor.cs         |    2 +-
 .../Banshee.InternetRadio/XspfMigrator.cs          |   29 +-
 .../AudioscrobblerService.cs                       |    4 +-
 .../Banshee.Lastfm.Audioscrobbler/Queue.cs         |   26 +-
 .../Banshee.LibraryWatcher/SourceWatcher.cs        |   41 +-
 src/Extensions/Banshee.MeeGo/Makefile.am           |    8 +-
 src/Extensions/Banshee.MiroGuide/Makefile.am       |    2 +-
 .../Banshee.Mpris/Banshee.Mpris/IPlayer.cs         |    2 +-
 .../Banshee.Mpris/Banshee.Mpris/MediaPlayer.cs     |    8 +-
 .../Banshee.Mpris/Banshee.Mpris/Metadata.cs        |    7 +-
 src/Extensions/Banshee.MultimediaKeys/Makefile.am  |    2 +-
 .../NotificationAreaService.cs                     |   11 +-
 .../Banshee.NotificationArea/Makefile.am           |    5 +-
 .../Notifications/Notification.cs                  |    8 +-
 .../Resources/NotificationAreaMenu.xml             |    2 +
 .../Banshee.NowPlaying/FullscreenWindow.cs         |   46 +-
 .../Banshee.NowPlaying/NowPlayingContents.cs       |  128 +-
 .../Banshee.NowPlaying/NowPlayingInterface.cs      |   13 +-
 .../Banshee.NowPlaying/NowPlayingSource.cs         |    2 +-
 .../AudioCdDiscModel.cs                            |   44 +-
 .../AudioCdDuplicator.cs                           |    2 +-
 .../Banshee.OpticalDisc.AudioCd}/AudioCdRipper.cs  |   18 +-
 .../Banshee.OpticalDisc.AudioCd}/AudioCdService.cs |  165 +-
 .../Banshee.OpticalDisc.AudioCd}/AudioCdSource.cs  |  228 +-
 .../AudioCdTrackInfo.cs                            |   15 +-
 .../Banshee.OpticalDisc.Dvd/DvdModel.cs            |   48 +
 .../Banshee.OpticalDisc.Dvd/DvdService.cs          |  132 +
 .../Banshee.OpticalDisc.Dvd/DvdSource.cs           |  101 +
 .../Banshee.OpticalDisc.Dvd/DvdTrackInfo.cs        |   49 +
 .../Banshee.OpticalDisc.addin.xml}                 |    9 +-
 .../Banshee.OpticalDisc.csproj}                    |   48 +-
 .../Banshee.OpticalDisc/DiscModel.cs               |   77 +
 .../Banshee.OpticalDisc/DiscService.cs             |  218 +
 .../Banshee.OpticalDisc/DiscSource.cs              |  199 +
 .../Banshee.OpticalDisc/DiscTrackInfo.cs           |   44 +
 src/Extensions/Banshee.OpticalDisc/Makefile.am     |   29 +
 .../Resources/ActiveSourceUI.xml                   |    0
 .../Resources/GlobalUI.xml                         |    0
 .../Resources/GlobalUI_Dvd.xml}                    |    5 +-
 .../16x16/actions/media-import-audio-cd.png        |  Bin 867 -> 867 bytes
 .../22x22/actions/media-import-audio-cd.png        |  Bin 1480 -> 1480 bytes
 .../RhythmboxPlayerImportSource.cs                 |   19 -
 .../Banshee.Podcasting.Data/PodcastSource.cs       |    4 +-
 .../PodcastTrackListModel.cs                       |   19 +-
 .../Banshee.Podcasting/PodcastService.cs           |   15 +-
 src/Extensions/Banshee.RemoteAudio/Makefile.am     |    2 +-
 src/Extensions/Banshee.Sample/Makefile.am          |    2 +-
 src/Extensions/Banshee.SoundMenu/Makefile.am       |    2 +-
 src/Extensions/Banshee.SqlDebugConsole/Makefile.am |    2 +-
 src/Extensions/Banshee.Torrent/Makefile.am         |    2 +-
 .../UbuntuOneMusicStoreSource.cs                   |   41 +-
 .../Banshee.UbuntuOneMusicStore/Makefile.am        |    2 +-
 src/Extensions/Banshee.Wikipedia/Makefile.am       |    2 +-
 .../Banshee.YouTube.Data/DataFetch.cs              |    1 +
 .../Banshee.YouTube.Gui/YouTubeTile.cs             |   23 +-
 src/Extensions/Banshee.YouTube/Makefile.am         |    2 +-
 src/Extensions/Makefile.am                         |    2 +-
 src/Hyena                                          |    2 +-
 .../Lastfm/Lastfm/AudioscrobblerConnection.cs      |   10 +-
 .../Migo/Migo.Syndication/FeedEnclosure.cs         |   49 +-
 src/Libraries/Migo/Migo.Syndication/RssParser.cs   |    3 +
 .../Mono.Media/Media.Playlists.Xspf/W3CDateTime.cs |    3 +-
 src/Libraries/Mtp/Makefile.am                      |   13 +-
 src/Libraries/Mtp/Mtp.csproj                       |    1 +
 src/Libraries/Mtp/Mtp/Album.cs                     |   19 -
 src/Libraries/Mtp/Mtp/File.cs                      |   89 +-
 src/Libraries/Mtp/Mtp/Folder.cs                    |   12 +-
 src/Libraries/Mtp/Mtp/Playlist.cs                  |   11 -
 src/Libraries/Mtp/Mtp/Track.cs                     |   15 -
 src/Libraries/MusicBrainz/Makefile.am              |    1 +
 src/Libraries/MusicBrainz/MusicBrainz.csproj       |    1 +
 .../MusicBrainz/MusicBrainz/DiscFreeBsd.cs         |   88 +-
 src/Libraries/MusicBrainz/MusicBrainz/DiscLinux.cs |   10 +-
 src/Libraries/MusicBrainz/MusicBrainz/LocalDisc.cs |   13 +-
 tests/Makefile.am                                  |    1 +
 tests/data/amz/clear.amz                           |   83 +
 tests/data/amz/decrypted.amz                       |  295 ++
 tests/data/amz/encrypted.amz                       |  455 ++
 tests/data/playlist-data/entryref.asx              |   11 +
 318 files changed, 35487 insertions(+), 22418 deletions(-)
---
diff --cc Banshee.sln
index 849bd23,e4a4439..c0d1a82
--- a/Banshee.sln
+++ b/Banshee.sln
@@@ -144,8 -142,8 +142,10 @@@ Project("{FAE04EC0-301F-11D3-BF4B-00C04
  EndProject
  Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banshee.UbuntuOneMusicStore", "src\Extensions\Banshee.UbuntuOneMusicStore\Banshee.UbuntuOneMusicStore.csproj", "{3B855EBC-8E55-48DF-816B-B241BE45EBD8}"
  EndProject
 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banshee.UPnPClient", "src\Extensions\Banshee.UPnPClient\Banshee.UPnPClient.csproj", "{06E64490-7043-4D8B-B621-24205D2BE312}"
 +EndProject
+ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banshee.OpticalDisc", "src\Extensions\Banshee.OpticalDisc\Banshee.OpticalDisc.csproj", "{F38B53BA-8F85-4DC6-9B94-029C1CF96F24}"
+ EndProject
  Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{4F47D6F1-4047-4A89-AE85-3AE5EF9F2961}"
  	ProjectSection(SolutionItems) = postProject
  	EndProjectSection
@@@ -545,7 -539,7 +551,8 @@@ Globa
  		{AF8A9C6D-2188-413D-8EB8-C5E242BD68AC} = {4DD1DE63-F20B-4FC3-8FDA-F0BDF4183722}
  		{EE91126B-5500-4719-9FAA-36CBAC95DEE3} = {4DD1DE63-F20B-4FC3-8FDA-F0BDF4183722}
  		{3B855EBC-8E55-48DF-816B-B241BE45EBD8} = {4DD1DE63-F20B-4FC3-8FDA-F0BDF4183722}
 +		{06E64490-7043-4D8B-B621-24205D2BE312} = {4DD1DE63-F20B-4FC3-8FDA-F0BDF4183722}
+ 		{F38B53BA-8F85-4DC6-9B94-029C1CF96F24} = {4DD1DE63-F20B-4FC3-8FDA-F0BDF4183722}
  		{95374549-9553-4C1E-9D89-667755F90E12} = {4F47D6F1-4047-4A89-AE85-3AE5EF9F2961}
  		{95374549-9553-4C1E-9D89-667755F90E13} = {4F47D6F1-4047-4A89-AE85-3AE5EF9F2961}
  		{C856EFD8-E812-4E61-8B76-E3583D94C233} = {4F47D6F1-4047-4A89-AE85-3AE5EF9F2961}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]