summaryrefslogtreecommitdiff
path: root/Banshee.sln
diff options
context:
space:
mode:
authorAaron Bockover <abockover@novell.com>2010-07-09 18:55:45 -0400
committerAaron Bockover <abockover@novell.com>2010-07-09 19:00:46 -0400
commitcf900630d55402aedf2745ac0ed9bc8fe8eaa006 (patch)
tree28118d5b201a15b97b37dd54540b2610175cedc8 /Banshee.sln
parentcac26f61b70d6283d11882b9318812d79eef22c4 (diff)
Add Banshee.WebBrowser and Banshee.AmazonMp3.Store
This is a big commit that introduces two to-die-for features into Banshee. First is a generic GTK WebKit-based embedded browser, called OssiferWebView, which extends WebKitWebView. OssiferWebView is written in C, because it makes fairly heavy use of WebKit and Soup APIs, for which the C# bindings are rather lacking. A simple, easy-to-bind API is exposed. In C#, Banshee.WebBrowser.OssiferWebView is available for extensions to use for embedding a reliable web browser. GTK WebKit 1.2.0+ is required. Fortunately, this is very easy to build on openSUSE 11.2-era systems. What is most important though, is the introduction of the Banshee.AmazonMp3.Store extension, which leverages Banshee.WebBrowser.OssiferWebView to provide an integrated and dedicated Amazon MP3 store browser. Music can be browsed, searched, and purchased in Banshee just as you would through Amazon MP3's web site in your regular browser, however there are two (current) user experience improvements: 1. A cookie is always set by Banshee that tells the Amazon MP3 web site that a valid Amazon MP3 downloader is installed, thus avoiding nagging messages about downloading the installer (which notoriously does not work on Linux systems); and 2. Mime-type hooks ensure that when audio/x-amzxml content is delivered by Amazon, that it is downloaded and immediately imported by the Banshee.AmazonMp3.AmazonMp3DownloaderService. The result being that as soon as a purchase is made, the purchase begins downloading and importing into your Banshee library automatically. Further browser improvements and polish will be on the way: 1. Basic back/forward navigation 2. Searching from within the regular Banshee UI 3. Ability to log out from within the regular Banshee UI 4. Lots of other stuff I haven't thought of I'm not as think as you drunk I am, Ossifer!
Diffstat (limited to 'Banshee.sln')
-rw-r--r--Banshee.sln18
1 files changed, 18 insertions, 0 deletions
diff --git a/Banshee.sln b/Banshee.sln
index 872174913..c6eaa51b4 100644
--- a/Banshee.sln
+++ b/Banshee.sln
@@ -40,6 +40,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banshee.ThickClient", "src\
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banshee.CollectionIndexer", "src\Core\Banshee.CollectionIndexer\Banshee.CollectionIndexer.csproj", "{CE2AB4B9-F618-4CCA-8805-E1603741147E}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banshee.WebBrowser", "src\Core\Banshee.WebBrowser\Banshee.WebBrowser.csproj", "{E7660EC3-6CBD-4809-93ED-B4B88E65D3D3}"
+EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Backends", "Backends", "{A03B194F-F644-4E95-A602-87200029240D}"
ProjectSection(SolutionItems) = postProject
EndProjectSection
@@ -128,6 +130,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banshee.LastfmStreaming", "
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banshee.AmazonMp3", "src\Extensions\Banshee.AmazonMp3\Banshee.AmazonMp3.csproj", "{930ADBFD-07F1-4044-A1C5-8B28BD23DB5C}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banshee.AmazonMp3.Store", "src\Extensions\Banshee.AmazonMp3.Store\Banshee.AmazonMp3.Store.csproj", "{AF8A9C6D-2188-413D-8EB8-C5E242BD68AC}"
+EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{4F47D6F1-4047-4A89-AE85-3AE5EF9F2961}"
ProjectSection(SolutionItems) = postProject
EndProjectSection
@@ -331,6 +335,12 @@ Global
{AC839523-7BDF-4AB6-8115-E17921B96EC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC839523-7BDF-4AB6-8115-E17921B96EC6}.Windows|Any CPU.ActiveCfg = Windows|Any CPU
{AC839523-7BDF-4AB6-8115-E17921B96EC6}.Windows|Any CPU.Build.0 = Windows|Any CPU
+ {AF8A9C6D-2188-413D-8EB8-C5E242BD68AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {AF8A9C6D-2188-413D-8EB8-C5E242BD68AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {AF8A9C6D-2188-413D-8EB8-C5E242BD68AC}.Release|Any CPU.ActiveCfg = Debug|Any CPU
+ {AF8A9C6D-2188-413D-8EB8-C5E242BD68AC}.Release|Any CPU.Build.0 = Debug|Any CPU
+ {AF8A9C6D-2188-413D-8EB8-C5E242BD68AC}.Windows|Any CPU.ActiveCfg = Windows|Any CPU
+ {AF8A9C6D-2188-413D-8EB8-C5E242BD68AC}.Windows|Any CPU.Build.0 = Windows|Any CPU
{B28354F0-BA87-44E8-989F-B864A3C7C09F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B28354F0-BA87-44E8-989F-B864A3C7C09F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B28354F0-BA87-44E8-989F-B864A3C7C09F}.Windows|Any CPU.ActiveCfg = Windows|Any CPU
@@ -392,6 +402,12 @@ Global
{E0E10333-9B05-4463-8A15-6738C186BF87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0E10333-9B05-4463-8A15-6738C186BF87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0E10333-9B05-4463-8A15-6738C186BF87}.Windows|Any CPU.ActiveCfg = Windows|Any CPU
+ {E7660EC3-6CBD-4809-93ED-B4B88E65D3D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {E7660EC3-6CBD-4809-93ED-B4B88E65D3D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {E7660EC3-6CBD-4809-93ED-B4B88E65D3D3}.Release|Any CPU.ActiveCfg = Debug|Any CPU
+ {E7660EC3-6CBD-4809-93ED-B4B88E65D3D3}.Release|Any CPU.Build.0 = Debug|Any CPU
+ {E7660EC3-6CBD-4809-93ED-B4B88E65D3D3}.Windows|Any CPU.ActiveCfg = Windows|Any CPU
+ {E7660EC3-6CBD-4809-93ED-B4B88E65D3D3}.Windows|Any CPU.Build.0 = Windows|Any CPU
{EABA3019-7539-4430-9935-D36CEA96F250}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EABA3019-7539-4430-9935-D36CEA96F250}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EABA3019-7539-4430-9935-D36CEA96F250}.Windows|Any CPU.ActiveCfg = Windows|Any CPU
@@ -428,6 +444,7 @@ Global
{2ADB831A-A050-47D0-B6B9-9C19D60233BB} = {48EA1A64-29EE-4555-9E79-49453EB51976}
{AC839523-7BDF-4AB6-8115-E17921B96EC6} = {48EA1A64-29EE-4555-9E79-49453EB51976}
{CE2AB4B9-F618-4CCA-8805-E1603741147E} = {48EA1A64-29EE-4555-9E79-49453EB51976}
+ {E7660EC3-6CBD-4809-93ED-B4B88E65D3D3} = {48EA1A64-29EE-4555-9E79-49453EB51976}
{6171E5DE-5B36-4AE4-8707-F6BEE0AD945B} = {A03B194F-F644-4E95-A602-87200029240D}
{5F696A8F-B216-4ECE-9E35-907DDFC760BD} = {A03B194F-F644-4E95-A602-87200029240D}
{CA8BAD3C-1545-4B04-AF6B-4105DFD3A9A1} = {A03B194F-F644-4E95-A602-87200029240D}
@@ -466,6 +483,7 @@ Global
{387DC336-45F9-4263-9606-2881907D2105} = {4DD1DE63-F20B-4FC3-8FDA-F0BDF4183722}
{66617494-94CB-43E8-877C-A586F5A6F4EC} = {4DD1DE63-F20B-4FC3-8FDA-F0BDF4183722}
{930ADBFD-07F1-4044-A1C5-8B28BD23DB5C} = {4DD1DE63-F20B-4FC3-8FDA-F0BDF4183722}
+ {AF8A9C6D-2188-413D-8EB8-C5E242BD68AC} = {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}