![]() |
|
Begging scripters for internet-TV "links" script... - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +--- Thread: Begging scripters for internet-TV "links" script... (/showthread.php?tid=25770) |
- davidBZ - 2007-07-21 00:03 I also just registered for the sole purpose of thanking you for this script. I had a blast last night searching through all of the shows. My build of XMBC is a bit old (June something I believe), but I was also having the daily motion problems mentioned. I also had difficulty navigating back through the menus once I had drilled down through a show. Thanks again for all your work. I'm about to start a Python scripting job, so after I pick up the basics I may try my hand at some scripts. - mby2j - 2007-07-21 00:07 Unbehagen Wrote:Hey guys, Ive been having problems with viewing any movies using the original script (everything else worked though). Downloaded your updated version and every movie i have tried has worked up to yet. I don't know if you have updated anything apart from the look and feel but whatever you have done has done the trick for me. Thanks very much! - Unbehagen - 2007-07-21 01:05 mby2j Wrote:I don't know if you have updated anything apart from the look and feel but whatever you have done has done the trick for me. Thanks very much!Maybe you have a buggy or old build of XBMC. The code I changed for displaying the show title during playback maybe influences the way XBMC plays the movie. Instead of telling XBMC directly to play a specific URL, my script stores the URL with the title information in a playlist and tells XBMC to play the playlist. In case you have difficulties getting other video playback scripts to work, try changing it in the following way: open default.py in an editor, search for something like: Code: xbmc.Player(xbmc.PLAYER_CORE_MPLAYER).play(vidlink)Code: play=xbmc.PlayList(xbmc.PLAYLIST_VIDEO)- mby2j - 2007-07-21 01:48 Unbehagen Wrote:Maybe you have a buggy or old build of XBMC. The code I changed for displaying the show title during playback maybe influences the way XBMC plays the movie. Instead of telling XBMC directly to play a specific URL, my script stores the URL with the title information in a playlist and tells XBMC to play the playlist. I'm using the latest T3CH release. The movies do seem to be working better but definitely aren't perfect. After more testing it seems to be 60/40 working for me - solidz - 2007-07-21 05:33 For some reason alot of the videos are out of synch with the audio, I have the newest version of XBMC(You can tell by the mouth movement is off from audio). Is anyone else experiancing this? - Unbehagen - 2007-07-21 14:59 solidz Wrote:For some reason alot of the videos are out of synch with the audio, I have the newest version of XBMC(You can tell by the mouth movement is off from audio). Is anyone else experiancing this? I also experienced this and other problems with the latest T3CH release, so I tried the latest (less known) GasGiver release and it worked like a charm. Even some scripts reported non-working with current releases worked better with that release. I'm using 17.Jun.2007.XBMC.XBOX.MediaCenter.2.0.GasGiver. Maybe this could fix your problems. - diper - 2007-07-21 15:58 many thanks... ... - solidz - 2007-07-21 19:32 Unbehagen Wrote:I also experienced this and other problems with the latest T3CH release, so I tried the latest (less known) GasGiver release and it worked like a charm. Even some scripts reported non-working with current releases worked better with that release. I'm using 17.Jun.2007.XBMC.XBOX.MediaCenter.2.0.GasGiver. Maybe this could fix your problems. I tried 17.Jun.2007.XBMC.XBOX.MediaCenter.2.0.GasGiver and I still experiance the problem. It seems worse because now my youtube audio is skiping. But i'm going to try to re-install it again and see what happens. - solidz - 2007-07-21 19:56 solidz Wrote:I tried 17.Jun.2007.XBMC.XBOX.MediaCenter.2.0.GasGiver and I still experiance the problem. It seems worse because now my youtube audio is skiping. Edit: I reinstall it and did a fresh install and still experiance the problems. - Unbehagen - 2007-07-22 15:49 solidz Wrote:Edit: I reinstall it and did a fresh install and still experiance the problems. That's so strange! I installed that version on 4 different Xboxes and never had these kinds of problems. Contact me via PM, maybe I can help you out. |