home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
OnlineVideos
Where can I download the latest SVN?
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="DreadFury" data-source="post: 560369" data-attributes="member: 96011"><p>Okay, I got the compile to work (I had to hard-code the directory in for MePo into the Post Build because for some reason it wasn't liking the %PROGRAMFILES% macro.</p><p></p><p>Sadly, there are still problems with some videos and missing 't' variables.</p><p></p><p>HOWEVER!</p><p></p><p>I think I have finally pinpointed the problem!!!</p><p></p><p>The videos that are not working contain a '=' in the t variable.</p><p></p><p>I think the plugin is parsing the variable wrong because of it, the '=' in the link should be turned into '%3D'.</p><p></p><p></p><p>I tried on several videos that are known not to work, all of them had an '=' in the t variable which seems to make it come up blank when the plugin tries to process it.</p><p></p><p>Could you add something to the plugin to make sure that if a '=' is included in the t variable, it is changed to '%3D'</p><p></p><p></p><p>Example:</p><p></p><p><strong>[code]http://youtube.com/get_video?video_id=PgLAeZPgOac&t=&ext=.flv[/code]</strong></p><p></p><p>This is what the plugin is trying to play, it is an incorrect URL so the playback fails.</p><p></p><p></p><p><strong>[code]http://youtube.com/get_video?video_id=PgLAeZPgOac&t=vjVQa1PpcFP5FNn5q5neTn3V7xB02-Ea4ig0IztKooo=&ext=.flv[/code]</strong></p><p></p><p>This is the actual URL needed, however, the t variable has '=' in the code, so this must be changed.</p><p></p><p></p><p><strong>[code]http://youtube.com/get_video?video_id=PgLAeZPgOac&t=vjVQa1PpcFP5FNn5q5neTn3V7xB02-Ea4ig0IztKooo%3D&ext=.flv[/code]</strong></p><p></p><p>This is the way the URL should be presented to the plugin for play, notice how the '=' has been changed into %3D to pass the '=' symbol correctly in the URL.</p><p></p><p>Doing this I'm sure will FIX this youtube problem for good.</p><p></p><p></p><p>Thanks so much offbyone, your help and support (along with hioctane) are impressive and very much appreciated.</p></blockquote><p></p>
[QUOTE="DreadFury, post: 560369, member: 96011"] Okay, I got the compile to work (I had to hard-code the directory in for MePo into the Post Build because for some reason it wasn't liking the %PROGRAMFILES% macro. Sadly, there are still problems with some videos and missing 't' variables. HOWEVER! I think I have finally pinpointed the problem!!! The videos that are not working contain a '=' in the t variable. I think the plugin is parsing the variable wrong because of it, the '=' in the link should be turned into '%3D'. I tried on several videos that are known not to work, all of them had an '=' in the t variable which seems to make it come up blank when the plugin tries to process it. Could you add something to the plugin to make sure that if a '=' is included in the t variable, it is changed to '%3D' Example: [B][code]http://youtube.com/get_video?video_id=PgLAeZPgOac&t=&ext=.flv[/code][/B] This is what the plugin is trying to play, it is an incorrect URL so the playback fails. [B][code]http://youtube.com/get_video?video_id=PgLAeZPgOac&t=vjVQa1PpcFP5FNn5q5neTn3V7xB02-Ea4ig0IztKooo=&ext=.flv[/code][/B] This is the actual URL needed, however, the t variable has '=' in the code, so this must be changed. [B][code]http://youtube.com/get_video?video_id=PgLAeZPgOac&t=vjVQa1PpcFP5FNn5q5neTn3V7xB02-Ea4ig0IztKooo%3D&ext=.flv[/code][/B] This is the way the URL should be presented to the plugin for play, notice how the '=' has been changed into %3D to pass the '=' symbol correctly in the URL. Doing this I'm sure will FIX this youtube problem for good. Thanks so much offbyone, your help and support (along with hioctane) are impressive and very much appreciated. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
OnlineVideos
Where can I download the latest SVN?
Contact us
RSS
Top
Bottom