<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>juggler Work Item Rss Feed</title><link>http://www.codeplex.com/juggler/WorkItem/List.aspx</link><description>juggler Work Item Rss Description</description><item><title>Created Issue: Interface Specification for new Wallpaper Sources [7592]</title><link>http://juggler.codeplex.com/workitem/7592</link><description>I&amp;#39;d like to contribute a class for another wallpaper source, so I wonder, whether there&lt;br /&gt;is an interface specification as support.&lt;br /&gt;</description><author>Spellmaker</author><pubDate>Thu, 25 Nov 2010 10:10:14 GMT</pubDate><guid isPermaLink="false">Created Issue: Interface Specification for new Wallpaper Sources [7592] 20101125101014A</guid></item><item><title>Created Issue: Juggler not cycling "balls" [6845]</title><link>http://juggler.codeplex.com/workitem/6845</link><description>Juggler should cycle through all available wallpapers. Once it shows one wallpaper it should not show it again until the full circle &amp;#40;through available wallpapers&amp;#41; is made. In my case i repeatably hit &amp;#34;Juggle Now&amp;#34; just so i see different wallpapers on my desktop and can decide which ones to keep and which ones to delete, so that &amp;#34;Wallpaper Juggler&amp;#34; then only show me wallpapers i really like. This is difficult to achieve since &amp;#34;Juggle Now&amp;#34; basically just shows me &amp;#34;some&amp;#34; of my wallpapers and many of theme multiple times and some even when it is already shown - so it show me the same wallpaper two times in row. That is frustrating for me. I believe there should be some option to set how a user wants to juggle or at least have juggler behave by default so that it goes randomly through all wallpapers but does not show you the same wallpaper multiple times, at least not until full circle cycle through all available wallpapers is completed.&lt;br /&gt;</description><author>CodeHype</author><pubDate>Wed, 09 Jun 2010 11:41:40 GMT</pubDate><guid isPermaLink="false">Created Issue: Juggler not cycling "balls" [6845] 20100609114140A</guid></item><item><title>Commented Issue: crash at startup [3969]</title><link>http://juggler.codeplex.com/WorkItem/View.aspx?WorkItemId=3969</link><description>I been using this in all of my computers but now suddenly, one by one the juggler started to crash on startup....I reinstall dotnet 3.5 again and still it crashes at startup.... do you have a fix for this....&lt;br /&gt;Comments: ** Comment from web user: meilon ** &lt;p&gt;Happens for me two on Windows 7 x64 with latest Windows Updates. Here are the details&amp;#58;&lt;/p&gt;&lt;p&gt;Beschreibung&amp;#58;&lt;br /&gt;  Stopped working&lt;/p&gt;&lt;p&gt;Problemsignatur&amp;#58;&lt;br /&gt;  Problemereignisname&amp;#58;&amp;#9;CLR20r3&lt;br /&gt;  Problemsignatur 01&amp;#58;&amp;#9;juggler.exe&lt;br /&gt;  Problemsignatur 02&amp;#58;&amp;#9;0.5.2.0&lt;br /&gt;  Problemsignatur 03&amp;#58;&amp;#9;49a5ea5d&lt;br /&gt;  Problemsignatur 04&amp;#58;&amp;#9;mscorlib&lt;br /&gt;  Problemsignatur 05&amp;#58;&amp;#9;2.0.0.0&lt;br /&gt;  Problemsignatur 06&amp;#58;&amp;#9;4a27471d&lt;br /&gt;  Problemsignatur 07&amp;#58;&amp;#9;420f&lt;br /&gt;  Problemsignatur 08&amp;#58;&amp;#9;51&lt;br /&gt;  Problemsignatur 09&amp;#58;&amp;#9;DI4EQZGVCWKDLTHKQTZWPXE3YRFKN1I2&lt;br /&gt;  Betriebsystemversion&amp;#58;&amp;#9;6.1.7600.2.0.0.768.3&lt;br /&gt;  Gebietsschema-ID&amp;#58;&amp;#9;1031&lt;br /&gt;&lt;/p&gt;</description><author>meilon</author><pubDate>Sat, 23 Jan 2010 12:12:46 GMT</pubDate><guid isPermaLink="false">Commented Issue: crash at startup [3969] 20100123121246P</guid></item><item><title>Commented Issue: Downloads not working from Interfacelift [4069]</title><link>http://juggler.codeplex.com/WorkItem/View.aspx?WorkItemId=4069</link><description>Whenever i select the interfacelift page, it gives me the following error&amp;#58;&lt;br /&gt;0 wallpapers found. It seems we have crossed the last page. Downloads will now stop&lt;br /&gt;Comments: ** Comment from web user: Ric123 ** &lt;p&gt;I picked at the source code and I have solved the issue. The parameters for downloading from Interfacelift are outdated. The constructor for InterfaceLiftWallpaperCrawler should read as follows&amp;#58;&lt;br /&gt;public InterfaceLiftWallpaperCrawler&amp;#40;&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            base.BrowsingUrlPart &amp;#61; &amp;#34;http&amp;#58;&amp;#47;&amp;#47;interfacelift.com&amp;#47;wallpaper_beta&amp;#47;downloads&amp;#34;&amp;#59;&lt;br /&gt;            base.DownloadUrlPart &amp;#61; &amp;#34;http&amp;#58;&amp;#47;&amp;#47;interfacelift.com&amp;#47;wallpaper_beta&amp;#47;download&amp;#47;&amp;#34;&amp;#59;&lt;br /&gt;            base.ImageCodePattern &amp;#61; new Regex&amp;#40;&amp;#64;&amp;#34;&lt;br /&gt;                download_&lt;br /&gt;                .&amp;#43;&amp;#63;&lt;br /&gt;                href&amp;#61;&amp;#34;&amp;#34;&amp;#47;wallpaper_beta&amp;#47;download&amp;#47;&amp;#40;.&amp;#43;&amp;#63;&amp;#41;_&amp;#40;.&amp;#43;&amp;#63;&amp;#41;_&amp;#34;, RegexOptions.Compiled &amp;#124; RegexOptions.IgnoreCase &amp;#124; RegexOptions.IgnorePatternWhitespace &amp;#124; RegexOptions.Singleline&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;I have attached a zip file with fixed binaries &amp;#40;Juggler.exe and Juggler.exe.config&amp;#41; and the fixed source code file &amp;#40;InterfaceLiftWallpaperCrawler.cs&amp;#41;. Only the binaries are required to run the fixed version. Please note this is bound to change, and downloading from Interfacelift is still somewhat buggy - I recommend using Concurrent Downloads set to 1.&lt;/p&gt;</description><author>Ric123</author><pubDate>Sun, 10 Jan 2010 19:43:17 GMT</pubDate><guid isPermaLink="false">Commented Issue: Downloads not working from Interfacelift [4069] 20100110074317P</guid></item><item><title>Commented Issue: Fit best (maintain aspect ratio) resizing option [2583]</title><link>http://juggler.codeplex.com/WorkItem/View.aspx?WorkItemId=2583</link><description>Juggler could really use some additional resizing options&amp;#58;&lt;br /&gt;Comments: ** Comment from web user: Wr4tH ** &lt;p&gt;Could you please add a bicubic filter when resizing wallpapers, I&amp;#39;ve got a lot of walls in 1080p and they look horrible on my 720p laptop. Thanks.&lt;/p&gt;</description><author>Wr4tH</author><pubDate>Wed, 06 Jan 2010 16:02:43 GMT</pubDate><guid isPermaLink="false">Commented Issue: Fit best (maintain aspect ratio) resizing option [2583] 20100106040243P</guid></item><item><title>Created Issue: Hotkey [5481]</title><link>http://juggler.codeplex.com/WorkItem/View.aspx?WorkItemId=5481</link><description>Having the ability to cause the wallpapers to juggle from a hotkey might be fun.&lt;br /&gt;</description><author>Sekkyo</author><pubDate>Thu, 19 Nov 2009 19:41:29 GMT</pubDate><guid isPermaLink="false">Created Issue: Hotkey [5481] 20091119074129P</guid></item><item><title>Created Issue: Support for Symlinks/Shortcuts [5259]</title><link>http://juggler.codeplex.com/WorkItem/View.aspx?WorkItemId=5259</link><description>It would be great to have Wallpaper Juggler recognize Windows shortcuts&amp;#47;symlinks if they refer to a jpg. The default Windows wallpaper folder, for example, is a folder of links.&lt;br /&gt;</description><author>lekan</author><pubDate>Thu, 15 Oct 2009 19:53:54 GMT</pubDate><guid isPermaLink="false">Created Issue: Support for Symlinks/Shortcuts [5259] 20091015075354P</guid></item><item><title>Commented Issue: Downloads not working from Interfacelift</title><link>http://juggler.codeplex.com/WorkItem/View.aspx?WorkItemId=4069</link><description>Whenever i select the interfacelift page, it gives me the following error&amp;#58;&lt;br /&gt;0 wallpapers found. It seems we have crossed the last page. Downloads will now stop&lt;br /&gt;Comments: ** Comment from web user: shrid ** &lt;p&gt;does anyone have a fix or an Update for this Issue&amp;#63;&lt;/p&gt;</description><author>shrid</author><pubDate>Thu, 04 Jun 2009 01:33:15 GMT</pubDate><guid isPermaLink="false">Commented Issue: Downloads not working from Interfacelift 20090604013315A</guid></item><item><title>Created Issue: Downloads not working from Interfacelift</title><link>http://juggler.codeplex.com/WorkItem/View.aspx?WorkItemId=4069</link><description>Whenever i select the interfacelift page, it gives me the following error&amp;#58;&lt;br /&gt;0 wallpapers found. It seems we have crossed the last page. Downloads will now stop&lt;br /&gt;</description><author>navid_ahmed</author><pubDate>Tue, 19 May 2009 12:00:06 GMT</pubDate><guid isPermaLink="false">Created Issue: Downloads not working from Interfacelift 20090519120006P</guid></item><item><title>Commented Issue: support for additional wallpaper download sources?</title><link>http://juggler.codeplex.com/WorkItem/View.aspx?WorkItemId=3904</link><description>when trying to download wallpapers from interfaceLIFT, I get the error&amp;#58;&lt;br /&gt;0 wallpapers found.  It seems we have crossed the last page. Downloads will now stop.&lt;br /&gt;&lt;br /&gt;when trying to download them from WallpaperStock, I get the error&amp;#58;&lt;br /&gt;Error occurred. The remote server returned an error&amp;#58; &amp;#40;403&amp;#41; Forbidden&lt;br /&gt;&lt;br /&gt;I think we need more wallpaper sources.. &amp;#58;&amp;#92;&lt;br /&gt;Comments: ** Comment from web user: epmiali ** &lt;p&gt;I also cannot close the &amp;#34;download wallpapers&amp;#34; window once this happens.&lt;/p&gt;</description><author>epmiali</author><pubDate>Mon, 18 May 2009 15:27:50 GMT</pubDate><guid isPermaLink="false">Commented Issue: support for additional wallpaper download sources? 20090518032750P</guid></item><item><title>Created Issue: crash at startup</title><link>http://juggler.codeplex.com/WorkItem/View.aspx?WorkItemId=3969</link><description>I been using this in all of my computers but now suddenly, one by one the juggler started to crash on startup....I reinstall dotnet 3.5 again and still it crashes at startup.... do you have a fix for this....&lt;br /&gt;</description><author>bprofxp</author><pubDate>Fri, 03 Apr 2009 14:52:30 GMT</pubDate><guid isPermaLink="false">Created Issue: crash at startup 20090403025230P</guid></item><item><title>Commented Issue: Juggler Started to Crash</title><link>http://juggler.codeplex.com/WorkItem/View.aspx?WorkItemId=3905</link><description>Juggler started to crash on Windows XP. Worked before that for 3 weeks. Tried to reinstall Framework, didnt work.&lt;br /&gt;Doesnt provide details about crashing.&lt;br /&gt;Comments: ** Comment from web user: maximsoloviev ** &lt;p&gt;Crashes upon launch.&lt;/p&gt;</description><author>maximsoloviev</author><pubDate>Fri, 06 Mar 2009 06:12:17 GMT</pubDate><guid isPermaLink="false">Commented Issue: Juggler Started to Crash 20090306061217A</guid></item><item><title>Created Issue: Juggler Started to Crash</title><link>http://juggler.codeplex.com/WorkItem/View.aspx?WorkItemId=3905</link><description>Juggler started to crash on Windows XP. Worked before that for 3 weeks. Tried to reinstall Framework, didnt work.&lt;br /&gt;Doesnt provide details about crashing.&lt;br /&gt;</description><author>maximsoloviev</author><pubDate>Fri, 06 Mar 2009 06:10:46 GMT</pubDate><guid isPermaLink="false">Created Issue: Juggler Started to Crash 20090306061046A</guid></item><item><title>Created Issue: support for additional wallpaper download sources?</title><link>http://juggler.codeplex.com/WorkItem/View.aspx?WorkItemId=3904</link><description>when trying to download wallpapers from interfaceLIFT, I get the error&amp;#58;&lt;br /&gt;0 wallpapers found.  It seems we have crossed the last page. Downloads will now stop.&lt;br /&gt;&lt;br /&gt;when trying to download them from WallpaperStock, I get the error&amp;#58;&lt;br /&gt;Error occurred. The remote server returned an error&amp;#58; &amp;#40;403&amp;#41; Forbidden&lt;br /&gt;&lt;br /&gt;I think we need more wallpaper sources.. &amp;#58;&amp;#92;&lt;br /&gt;</description><author>john2kx</author><pubDate>Thu, 05 Mar 2009 16:43:23 GMT</pubDate><guid isPermaLink="false">Created Issue: support for additional wallpaper download sources? 20090305044323P</guid></item><item><title>Closed Issue: Juggler crashing upon load</title><link>http://juggler.codeplex.com/WorkItem/View.aspx?WorkItemId=2365</link><description>I&amp;#39;m not sure how this started or what I did to make it start, but Juggler now crashes upon starting. My machine had a hard lock, in which I powered it off without shutting down Windows. Now anytime Juggler tries to start, it crashes. Visual Studio debugger gives this as the crash report&amp;#58;&lt;br /&gt;Comments: Issue was due to settings. Once settings cleared, it will work.</description><author>anprak</author><pubDate>Fri, 27 Feb 2009 16:39:52 GMT</pubDate><guid isPermaLink="false">Closed Issue: Juggler crashing upon load 20090227043952P</guid></item><item><title>Closed Issue: Right-click menu should have "Delete" option</title><link>http://www.codeplex.com/juggler/WorkItem/View.aspx?WorkItemId=3814</link><description>Sometimes when I have Juggler download a bunch of random wallpapers, it changes it to one I don&amp;#39;t like. It&amp;#39;d be super handy if there was a &amp;#34;Delete&amp;#34; menu item that blows away the file and juggles to the next wallpaper.&lt;br /&gt;Comments: This feature is added in v 0.5.3.0</description><author>anprak</author><pubDate>Thu, 26 Feb 2009 04:58:14 GMT</pubDate><guid isPermaLink="false">Closed Issue: Right-click menu should have "Delete" option 20090226045814A</guid></item><item><title>Created Issue: Support for proxy</title><link>http://www.codeplex.com/juggler/WorkItem/View.aspx?WorkItemId=3827</link><description>When trying to use Juggeler&amp;#39;s download wallpapers function &amp;#40;which I think is pretty awesome &amp;#58;&amp;#41; &amp;#41; I encoutered the following problem&amp;#58; The remote server returned an error&amp;#58; &amp;#40;407&amp;#41; Proxy Authentication Required.&lt;br /&gt;     This problem should appear on every computer that uses a proxy &amp;#40;or more&amp;#41; to access the web. Therefore some option to configure how Juggler accesses the web would be required &amp;#40;and appreciated&amp;#41;.&lt;br /&gt;&lt;br /&gt;In my case I downloaded the source code and added inside  the GetWebStream method the following lines before  &amp;#34;response &amp;#61; &amp;#40;HttpWebResponse&amp;#41;request.GetResponse&amp;#40;&amp;#41;&amp;#59; &amp;#34;  &amp;#58; &lt;br /&gt;             &amp;#47;&amp;#47;Set the system proxy with valid server address or IP and port.&lt;br /&gt;            System.Net.WebProxy pry &amp;#61; new System.Net.WebProxy&amp;#40;&amp;#34;my_Proxy&amp;#39;s_IP&amp;#34;, my_Proxy&amp;#39;s_port&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#47;&amp;#47;The DefaultCredentials automatically get username and password.&lt;br /&gt;            pry.Credentials &amp;#61; CredentialCache.DefaultCredentials&amp;#59;&lt;br /&gt;           request.Proxy &amp;#61; pry&amp;#59;&lt;br /&gt;&lt;br /&gt;and now the download function works just fine.&lt;br /&gt;</description><author>ando</author><pubDate>Tue, 17 Feb 2009 15:40:26 GMT</pubDate><guid isPermaLink="false">Created Issue: Support for proxy 20090217034026P</guid></item><item><title>Created Issue: Right-click menu should have "Delete" option</title><link>http://www.codeplex.com/juggler/WorkItem/View.aspx?WorkItemId=3814</link><description>Sometimes when I have Juggler download a bunch of random wallpapers, it changes it to one I don&amp;#39;t like. It&amp;#39;d be super handy if there was a &amp;#34;Delete&amp;#34; menu item that blows away the file and juggles to the next wallpaper.&lt;br /&gt;</description><author>xpaulbettsx</author><pubDate>Fri, 13 Feb 2009 20:47:58 GMT</pubDate><guid isPermaLink="false">Created Issue: Right-click menu should have "Delete" option 20090213084758P</guid></item><item><title>Commented Issue: Allow independent wallpapers per monitor for multi-monitor configuration</title><link>http://www.codeplex.com/juggler/WorkItem/View.aspx?WorkItemId=2585</link><description>It would be nice to allow Juggler to rotate wallpaper for each monitor independently.&lt;br /&gt;Comments: ** Comment from web user: supergibbs ** &lt;p&gt;Oops disregard my last comment. Changing to tile mode works &amp;#58;-&amp;#41;&lt;/p&gt;</description><author>supergibbs</author><pubDate>Thu, 12 Feb 2009 07:30:26 GMT</pubDate><guid isPermaLink="false">Commented Issue: Allow independent wallpapers per monitor for multi-monitor configuration 20090212073026A</guid></item><item><title>Commented Issue: Allow independent wallpapers per monitor for multi-monitor configuration</title><link>http://www.codeplex.com/juggler/WorkItem/View.aspx?WorkItemId=2585</link><description>It would be nice to allow Juggler to rotate wallpaper for each monitor independently.&lt;br /&gt;Comments: ** Comment from web user: supergibbs ** &lt;p&gt;Another option for this is to make large images span across both monitors. I believe UltraMon does this by cutting a large image into two parts and setting each monitor accordingly.&lt;/p&gt;</description><author>supergibbs</author><pubDate>Thu, 12 Feb 2009 07:28:18 GMT</pubDate><guid isPermaLink="false">Commented Issue: Allow independent wallpapers per monitor for multi-monitor configuration 20090212072818A</guid></item></channel></rss>