<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussions on scripts by FurYy | Userscripts.org</title>
    <description>Recent posts on all scripts by FurYy at userscripts.org</description>
    <link>http://userscripts.org/users/1618/scripts</link>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Merry Christmas!, replied by simon!</title>
      <description>&lt;p&gt;that's a shame... who the fuck uses Window$?!?!????????????
&lt;br /&gt;:D Not me - hahahahahahahahahaa...&lt;/p&gt;</description>
      <pubDate>Sun, 09 Aug 2009 10:02:58 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19299:156260</guid>
      <author>simon!</author>
      <link>http://userscripts.org/posts/156260</link>
    </item>
    <item>
      <title>16:9 support, replied by mysoogal</title>
      <description>&lt;p&gt;little change to your code,&lt;/p&gt;

&lt;p&gt;look for this var vlc_controls = new VLCcontrols(myvlc); \&lt;/p&gt;

&lt;p&gt;under this add this 
&lt;br /&gt;vlc_controls.options.set(&quot;aspect-ratio&quot;,&quot;16:9&quot;); \&lt;/p&gt;

&lt;p&gt;so it will look like this &lt;/p&gt;

&lt;p&gt;var vlc_controls = new VLCcontrols(myvlc); \
&lt;br /&gt;	vlc_controls.options.set(&quot;aspect-ratio&quot;,&quot;16:9&quot;); \&lt;/p&gt;

&lt;p&gt;this will make all videos on youtube 16:9&lt;/p&gt;

&lt;p&gt;if you hate the 4:3 ratio :) &lt;/p&gt;

&lt;p&gt;great coding&lt;/p&gt;</description>
      <pubDate>Sat, 06 Jun 2009 02:34:32 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:28276:129462</guid>
      <author>mysoogal</author>
      <link>http://userscripts.org/posts/129462</link>
    </item>
    <item>
      <title>Debug, replied by kovezett</title>
      <description>&lt;p&gt;Thanks for your effort.
&lt;br /&gt;I found this remarkable script: &lt;a href=&quot;http://userscripts.org/scripts/show/38074&quot;&gt;http://userscripts.org/scripts/show/38074&lt;/a&gt;
&lt;br /&gt;After some configuration it works fine. As a Windows user I can use the Quicktime player with this script. (QTP has controllers but I can't go full screen and adjust aspect ratio).&lt;/p&gt;</description>
      <pubDate>Wed, 08 Apr 2009 17:33:09 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18893:109332</guid>
      <author>kovezett</author>
      <link>http://userscripts.org/posts/109332</link>
    </item>
    <item>
      <title>Debug, replied by FurYy</title>
      <description>&lt;p&gt;Ok, spent sunday evening trying to mash together YTFix and the script from the url given by kovezett. There are some weird things happening like losing access to VLC javascript object after initial resizeVideo() call and playlist playing previous quality format (playlist isn't clearing itself :-[ ).&lt;/p&gt;</description>
      <pubDate>Sun, 05 Apr 2009 21:19:12 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18893:108592</guid>
      <author>FurYy</author>
      <link>http://userscripts.org/posts/108592</link>
    </item>
    <item>
      <title>Debug, replied by kovezett</title>
      <description>&lt;p&gt;Great idea. Can you merge them with the VLC controls?
&lt;br /&gt;Do you know this script? &lt;a href=&quot;http://netsharc.googlepages.com/vlcflvplayer.user.js&quot;&gt;http://netsharc.googlepages.com/vlcflvplayer.us...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 03 Apr 2009 18:22:33 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18893:107988</guid>
      <author>kovezett</author>
      <link>http://userscripts.org/posts/107988</link>
    </item>
    <item>
      <title>Debug, replied by FurYy</title>
      <description>&lt;p&gt;Cool. I'm thinking of merging VLCTube with &lt;a href=&quot;http://userscripts.org/scripts/show/13333&quot;&gt;YousableTubeFix&lt;/a&gt; as it has some neat features.
&lt;br /&gt;(Just noticed these extra lines in source that broke the code &gt;_&gt;)&lt;/p&gt;</description>
      <pubDate>Fri, 03 Apr 2009 09:25:31 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18893:107864</guid>
      <author>FurYy</author>
      <link>http://userscripts.org/posts/107864</link>
    </item>
    <item>
      <title>Debug, replied by kovezett</title>
      <description>&lt;p&gt;Thank for the script! I resized the video to 960 x 540, and added an automatic high quality selection:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;var t = unsafeWindow.fullscreenUrl.match(/\&amp;amp;t=([^(\&amp;amp;|$)]*)/)[1];
&lt;br /&gt;        var videoid = unsafeWindow.pageVideoId; 
&lt;br /&gt;        var fmt = '';
&lt;br /&gt;if(document.getElementById('movie_player').getAttribute('flashvars').indexOf('&amp;amp;fmt_map=22/2000000/9/0/115')!=-1)
&lt;br /&gt;	fmt = '&amp;amp;fmt=22' 
&lt;br /&gt;	else fmt = '&amp;amp;fmt=18'
&lt;br /&gt;	var src = 'http://youtube.com/get_video?video_id=' +videoid+&quot;&amp;amp;t=&quot;+t + fmt;
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://kovezett.uw.hu/vlctube_hq_widescreen.user.js&quot;&gt;http://kovezett.uw.hu/vlctube_hq_widescreen.use...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 19 Mar 2009 19:27:13 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18893:103956</guid>
      <author>kovezett</author>
      <link>http://userscripts.org/posts/103956</link>
    </item>
    <item>
      <title>Merry Christmas!, replied by simon!</title>
      <description>&lt;p&gt;0.9.8a Grishenko - (finally) WORKS!!!&lt;/p&gt;

&lt;p&gt;Thank you.&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 21 Dec 2008 10:09:16 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19299:85196</guid>
      <author>simon!</author>
      <link>http://userscripts.org/posts/85196</link>
    </item>
    <item>
      <title>Debug, replied by FurYy</title>
      <description>&lt;p&gt;.-.-.&lt;/p&gt;</description>
      <pubDate>Fri, 12 Dec 2008 10:52:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18893:82883</guid>
      <author>FurYy</author>
      <link>http://userscripts.org/posts/82883</link>
    </item>
    <item>
      <title>Archived Comments, replied by JoeSimmons</title>
      <description>&lt;p&gt;Awesome. I got the nightlies vlc, and added the path and it's working now. Thanks.&lt;/p&gt;</description>
      <pubDate>Tue, 21 Oct 2008 23:01:21 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17763:78047</guid>
      <author>JoeSimmons</author>
      <link>http://userscripts.org/posts/78047</link>
    </item>
    <item>
      <title>Archived Comments, replied by eminn3m</title>
      <description>&lt;p&gt;Working fine for me with Vista x64.&lt;/p&gt;</description>
      <pubDate>Mon, 20 Oct 2008 02:07:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17763:78048</guid>
      <author>eminn3m</author>
      <link>http://userscripts.org/posts/78048</link>
    </item>
    <item>
      <title>Archived Comments, replied by simon!</title>
      <description>&lt;p&gt;VideoLAN 0.9.4 running on Vista = still, not working.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://forum.videolan.org/viewtopic.php?f=14&amp;amp;t=50248&quot;&gt;http://forum.videolan.org/viewtopic.php?f=14&amp;amp;t=...&lt;/a&gt;
&lt;br /&gt;&lt;a href=&quot;https://trac.videolan.org/vlc/ticket/2062&quot;&gt;https://trac.videolan.org/vlc/ticket/2062&lt;/a&gt;
&lt;br /&gt;&lt;a href=&quot;http://code.revolunet.com/VLCcontrols/VLCcontrols/example3.html&quot;&gt;http://code.revolunet.com/VLCcontrols/VLCcontro...&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;seems like they didn't fixed the bug, yet.&lt;/p&gt;</description>
      <pubDate>Thu, 09 Oct 2008 18:33:29 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17763:78049</guid>
      <author>simon!</author>
      <link>http://userscripts.org/posts/78049</link>
    </item>
    <item>
      <title>Archived Comments, replied by JoeSimmons</title>
      <description>&lt;p&gt;I added the vlc dir to %PATH% on xp and it didn't work. Maybe I'm doing it wrong, I don't think so, but maybe. How exactly did you add your path?&lt;/p&gt;</description>
      <pubDate>Fri, 26 Sep 2008 23:59:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17763:78050</guid>
      <author>JoeSimmons</author>
      <link>http://userscripts.org/posts/78050</link>
    </item>
    <item>
      <title>Archived Comments, replied by FurYy</title>
      <description>&lt;p&gt;@Ryan: You can set it to debug mode, just add 'true' ;) :
&lt;br /&gt;&lt;code&gt;var vlc_controls = new VLCcontrols(myvlc, true);&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;@Joe: Yes, couldn't find 'http' module. Suggestion at  vlc trac : add vlc install dir to %PATH%, that might help.
&lt;br /&gt;Http plugin probably cannot load/find a dependency:
&lt;br /&gt;&lt;pre&gt;cannot load module `C:\Program Files\VideoLAN\VLC\plugins\libaccess_http_plugin.dll' 
(The specified module could not be found. (error 126))&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;Edit: Ok, tested adding vlc dir to %PATH% on XP and it actually worked with 0.9.2 :P&lt;/p&gt;</description>
      <pubDate>Wed, 24 Sep 2008 10:44:30 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17763:78051</guid>
      <author>FurYy</author>
      <link>http://userscripts.org/posts/78051</link>
    </item>
    <item>
      <title>Archived Comments, replied by JoeSimmons</title>
      <description>&lt;p&gt;&lt;blockquote&gt;@JoeSimmons: Does  this  work for you ? &lt;/blockquote&gt;
&lt;br /&gt;No. It's probably a problem with the VLC Plugin itself. &lt;a href=&quot;http://pastebin.com/m698fe16d&quot;&gt;This&lt;/a&gt; is what I get when I use the debug and click play.&lt;/p&gt;</description>
      <pubDate>Tue, 23 Sep 2008 18:42:37 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17763:78052</guid>
      <author>JoeSimmons</author>
      <link>http://userscripts.org/posts/78052</link>
    </item>
    <item>
      <title>Archived Comments, replied by Ryan Cordell</title>
      <description>&lt;p&gt;Well, VLCtube seems to be working fine now, and with those bugs fixed, it will be my favorite script all due to the fullscreen function. :)&lt;/p&gt;

&lt;p&gt;But, I agree. Setting on the debug mode DOES make the video play correctly. I'll just have to force it on somehow.&lt;/p&gt;

&lt;p&gt;Edit; I'm wondering if it will be able to tell how much is buffered. Compared to the standard flash player or Quicktime, there's no indication or so, so it's a bit clumsy.&lt;/p&gt;</description>
      <pubDate>Tue, 23 Sep 2008 18:30:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17763:78053</guid>
      <author>Ryan Cordell</author>
      <link>http://userscripts.org/posts/78053</link>
    </item>
    <item>
      <title>Archived Comments, replied by NyaR</title>
      <description>&lt;p&gt;I'm getting a c++ runtime error on youtube, but it is working fine... I have looked for ways to disable this error but have not found it...
&lt;br /&gt;I am using the .3 nightly + mozilla plugin during install&lt;/p&gt;</description>
      <pubDate>Tue, 23 Sep 2008 08:44:55 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17763:78054</guid>
      <author>NyaR</author>
      <link>http://userscripts.org/posts/78054</link>
    </item>
    <item>
      <title>Archived Comments, replied by FurYy</title>
      <description>&lt;p&gt;@JoeSimmons: Does &lt;a href=&quot;http://code.revolunet.com/VLCcontrols/VLCcontrols/example3.html&quot;&gt; this &lt;/a&gt; work for you ?
&lt;br /&gt;Unless i've seriously missed something, it seems to be the problem with VLC plugin itself. Enable debug mode (wrench/tool icon ;) ) and paste output to some &lt;a href=&quot;http://pastebin.com/&quot;&gt;pastebin&lt;/a&gt;. Are you using 0.9.2 or 0.9.3-git ?
&lt;br /&gt;You can try to delete &lt;code&gt;vlc_controls.play()&lt;/code&gt; in the 'userscript' before &lt;code&gt;//vlc_controls.onready...&lt;/code&gt; :P
&lt;br /&gt;Another thing that javascript object/plugin has not been fully initialized when used :P setTimeout() might help :S&lt;/p&gt;</description>
      <pubDate>Tue, 23 Sep 2008 05:45:22 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17763:78055</guid>
      <author>FurYy</author>
      <link>http://userscripts.org/posts/78055</link>
    </item>
    <item>
      <title>Archived Comments, replied by JoeSimmons</title>
      <description>&lt;p&gt;I get this when I click the fullscreen button... (and the video still isn't working)
&lt;br /&gt;&lt;code&gt;Error: uncaught exception: Error calling method on NPObject! [plugin exception: No active input].&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 22 Sep 2008 21:02:46 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17763:78056</guid>
      <author>JoeSimmons</author>
      <link>http://userscripts.org/posts/78056</link>
    </item>
    <item>
      <title>Archived Comments, replied by FurYy</title>
      <description>&lt;p&gt;0.9.3 fixed that for me on XP ;)&lt;/p&gt;</description>
      <pubDate>Mon, 22 Sep 2008 18:48:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17763:78057</guid>
      <author>FurYy</author>
      <link>http://userscripts.org/posts/78057</link>
    </item>
    <item>
      <title>Archived Comments, replied by simon!</title>
      <description>&lt;p&gt;I can't wait ;)&lt;/p&gt;

&lt;p&gt;and I think that your FIRST PRIORITY should be a Free Software operating system&lt;/p&gt;

&lt;p&gt;way to go bro. (when I'll finally will go to Linux... be sure that I will NOT install any Adobe Flash player)&lt;/p&gt;</description>
      <pubDate>Mon, 22 Sep 2008 18:36:50 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17763:78058</guid>
      <author>simon!</author>
      <link>http://userscripts.org/posts/78058</link>
    </item>
    <item>
      <title>Archived Comments, replied by FurYy</title>
      <description>&lt;p&gt;FFS. Back to 'drawing board' then. I'll see when i get my hands on some windows boxes or vbox running :P&lt;/p&gt;

&lt;p&gt;Ok, got virtualbox running and even &lt;a href=&quot;http://code.revolunet.com/VLCcontrols/VLCcontrols/example3.html&quot;&gt;http://code.revolunet.com/VLCcontrols/VLCcontro...&lt;/a&gt; fails on XP &amp;amp; FF 3.0.1. :(
&lt;br /&gt;yet works fine on my linux. I'm starting to suspect window vlc plugin is b0rked.
&lt;br /&gt;For example direct link to &lt;a href=&quot;http://images.apple.com/movies/wb/i_am_legend/i_am_legend-tlr1_h.480.mov&quot;&gt;http://images.apple.com/movies/wb/i_am_legend/i...&lt;/a&gt; and still won't play in plugin. Standalone works fine.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://forum.videolan.org/viewtopic.php?f=14&amp;amp;t=50248&quot;&gt;http://forum.videolan.org/viewtopic.php?f=14&amp;amp;t=...&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://trac.videolan.org/vlc/ticket/2062&quot;&gt;https://trac.videolan.org/vlc/ticket/2062&lt;/a&gt;
&lt;br /&gt;&lt;code&gt;The mozilla plugin tries to play http://* movies with access_mms instead of access_http and fails to open the movie.&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 22 Sep 2008 17:57:37 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17763:78059</guid>
      <author>FurYy</author>
      <link>http://userscripts.org/posts/78059</link>
    </item>
    <item>
      <title>Archived Comments, replied by JoeSimmons</title>
      <description>&lt;p&gt;Nope, same thing. lol.&lt;/p&gt;</description>
      <pubDate>Mon, 22 Sep 2008 16:27:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17763:78060</guid>
      <author>JoeSimmons</author>
      <link>http://userscripts.org/posts/78060</link>
    </item>
    <item>
      <title>Archived Comments, replied by FurYy</title>
      <description>&lt;p&gt;Ok, calling play on onready event works for me, but just calling play() gives ' playlist empty' error.
&lt;br /&gt;Yet if debug mode is  enabled then it plays most of the time :S
&lt;br /&gt;Some async error suppose :(&lt;/p&gt;

&lt;p&gt;Edit: Actually there was something in the playlist, but script couldn't clear it to play 'new' file :D The culprit seemed to be that MRL. Weird. 
&lt;br /&gt;Does it work NOW? :D&lt;/p&gt;</description>
      <pubDate>Mon, 22 Sep 2008 07:26:18 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17763:78061</guid>
      <author>FurYy</author>
      <link>http://userscripts.org/posts/78061</link>
    </item>
    <item>
      <title>Archived Comments, replied by JoeSimmons</title>
      <description>&lt;p&gt;Still not working..&lt;/p&gt;</description>
      <pubDate>Sun, 21 Sep 2008 23:06:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17763:78062</guid>
      <author>JoeSimmons</author>
      <link>http://userscripts.org/posts/78062</link>
    </item>
  </channel>
</rss>
