[RELEASE] DivX Live (Video) Plugin
#16
Nuka1195 Wrote:no the jook, just gives me confirmed and unconfirmed, then those do not give any results. Sounds like something on my end, will investigate.

Their site is down ATM
Reply
#17
with Fixed:

'totalItems' is an invalid keyword argument for this function


on source add.
Reply
#18
ansatz Wrote:with Fixed:

'totalItems' is an invalid keyword argument for this function


on source add.

Updated XBMC to latest SVN? *sigh*
Reply
#19
Unbehagen Wrote:Updated XBMC to latest SVN?

The very latest? I'm on 10010, and all other plugins work..
Reply
#20
ansatz Wrote:The very latest? I'm on 10010, and all other plugins work..

This one won't.
Reply
#21
Unbehagen Wrote:This one won't.

An update has it working.. I suppose the plugin API is still a moving target. Anyway, thanks for your work.
Reply
#22
With the newest tech release i am also having the same problem Nuka described earlier. However, I have the problem with the Joox plugins, Tv-link plugin, as well as the Podcasts2 plugin. Tv-link works well as you browse from genre to show, but as soon as you get to episodes all files are named something like tv-link.co.uk . Joox files are just named numbers, sometimes .divx... Well Just letting you know.
Reply
#23
Ok the issue with titles being wrong in library view has been solved by cptspiff.

It's the scripters fault Tongue

Unbehagen what you need to do is set the title with setInfo().

So if you want your plugins to work right in library view, do atleast:

listitem.setInfo( type="Video", infoLabels={ "Title": "The movies title" } )

and fill in other infolabels if you use the different sortmethods.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#24
The script works not very well on my box Sad majority of files just doesn't play. I get only info about cashing process and then it goes off doing nothing. At the moment I can watch everything in 18+ content without any problem ( Smile !!! ) but music folder plays like 20-30 % of its content (same with others folders, actually ) I've got the most recent XBMC from t3ch
Does anyone else have that kind of issue?
pX
Reply
#25
pajretX Wrote:The script works not very well on my box Sad majority of files just doesn't play. I get only info about cashing process and then it goes off doing nothing. At the moment I can watch everything in 18+ content without any problem ( Smile !!! ) but music folder plays like 20-30 % of its content (same with others folders, actually ) I've got the most recent XBMC from t3ch
Does anyone else have that kind of issue?

Same for me as well.
Reply
#26
nate12o6 Wrote:Same for me as well.


I'm getting the same thing across the board from what i can tell its with all the plugins ive got setup....bummer
Reply
#27
Nuka1195 Wrote:Ok the issue with titles being wrong in library view has been solved by cptspiff.

It's the scripters fault Tongue

Unbehagen what you need to do is set the title with setInfo().

So if you want your plugins to work right in library view, do atleast:

listitem.setInfo( type="Video", infoLabels={ "Title": "The movies title" } )

and fill in other infolabels if you use the different sortmethods.


So does that mean you have the plugin working in files mode (not-library)?

I'm having trouble viewing the majority of videos. partital debug log below:

(PHP formatting as [CODE] truncates lines)
PHP Code:
00:34:10 M40923136   DEBUGCurl:: Debug About to connect() to video.stage6.com port 80 (#0)
00:34:10 M40923136   DEBUGCurl:: Debug   Trying 81.23.243.143...
00:34:10 M40923136   DEBUGCurl:: Debug connected
00
:34:10 M40923136   DEBUGCurl:: Debug Connected to video.stage6.com (81.23.243.143port 80 (#0)
00:34:10 M40923136   DEBUGCurl:: Debug HEAD /1192252/.divx HTTP/1.1

                             User
-AgentXBMC/pre-2.1 (compatibleMSIE 6.0Windows NT 5.1WinampMPEG/5.09)

                             
Hostvideo.stage6.com

                             Accept
: */*
00:34:10 M: 40923136   DEBUG: Curl:: Debug HTTP/1.1 301 Moved Permanently
00:34:10 M: 40923136   DEBUG: Curl:: Debug Server: Apache/2.0.55 (Debian) PHP/4.4.0-4
00:34:10 M: 40923136   DEBUG: Curl:: Debug X-Powered-By: PHP/4.4.0-4
00:34:10 M: 40923136   DEBUG: Curl:: Debug Location: http://video-veuillezpas.stage6.com/1192252.divx
00:34:10 M: 40923136   DEBUG: Curl:: Debug Content-Disposition: attachment; filename=1192252.divx
00:34:10 M: 40923136   DEBUG: Curl:: Debug Content-Type: video/vnd.divx; name=divx
00:34:10 M: 40923136   DEBUG: Curl:: Debug Content-Length: 0
00:34:10 M: 40923136   DEBUG: Curl:: Debug Date: Wed, 10 Oct 2007 23:34:10 GMT
00:34:10 M: 40923136   DEBUG: Curl:: Debug Connection: keep-alive
00:34:10 M: 40923136   DEBUG: Curl:: Debug
00:34:10 M: 40923136   DEBUG: Curl:: Debug Connection #0 to host video.stage6.com left intact
00:34:10 M: 40923136   DEBUG: Curl:: Debug Issue another request to this URL: 'http://video-veuillezpas.stage6.com/1192252.divx'
00:34:10 M: 40923136   DEBUG: Curl:: Debug About to connect() to video-veuillezpas.stage6.com port 80 (#1)
00:34:10 M: 40923136   DEBUG: Curl:: Debug   Trying 87.248.208.5...
00:34:10 M: 40923136   DEBUG: Curl:: Debug connected
00:34:10 M: 40923136   DEBUG: Curl:: Debug Connected to video-veuillezpas.stage6.com (87.248.208.5) port 80 (#1)
00:34:10 M: 40923136   DEBUG: Curl:: Debug HEAD /1192252.divx HTTP/1.1

                             User-Agent: XBMC/pre-2.1 (compatible; MSIE 6.0; Windows NT 5.1; WinampMPEG/5.09)

                             Host: video-veuillezpas.stage6.com

                             Accept: */
*
00:34:11 M40923136   DEBUGCurl:: Debug HTTP/1.1 302 Found
00
:34:11 M40923136   DEBUGCurl:: Debug DateWed10 Oct 2007 23:34:10 GMT
00
:34:11 M40923136   DEBUGCurl:: Debug ServerApache/2.2.4
00
:34:11 M40923136   DEBUGCurl:: Debug Locationhttp://divx-953.vo.llnwd.net/stage6vid/1192252.divx
00:34:11 M40923136   DEBUGCurl:: Debug Connectionclose
00
:34:11 M40923136   DEBUGCurl:: Debug Content-Typetext/htmlcharset=iso-8859-1
00
:34:11 M40923136   DEBUGCurl:: Debug
00
:34:11 M40923136   DEBUGCurl:: Debug Closing connection #1
00:34:11 M40923136   DEBUGCurl:: Debug Issue another request to this URL'http://divx-953.vo.llnwd.net/stage6vid/1192252.divx'
00:34:11 M40923136   DEBUGCurl:: Debug Disables POSTgoes with HEAD
00
:34:11 M40923136   DEBUGCurl:: Debug About to connect() to divx-953.vo.llnwd.net port 80 (#1)
00:34:11 M40923136   DEBUGCurl:: Debug   Trying 87.248.210.206...
00:34:11 M40923136   DEBUGCurl:: Debug connected
00
:34:11 M40923136   DEBUGCurl:: Debug Connected to divx-953.vo.llnwd.net (87.248.210.206port 80 (#1)
00:34:11 M40923136   DEBUGCurl:: Debug HEAD /stage6vid/1192252.divx HTTP/1.1

                             User
-AgentXBMC/pre-2.1 (compatibleMSIE 6.0Windows NT 5.1WinampMPEG/5.09)

                             
Hostdivx-953.vo.llnwd.net

                             Accept
: */*
00:34:11 M: 40878080    INFO: Loading skin file: DialogBusy.xml
00:34:16 M: 40669184   DEBUG: Curl:: Debug Operation timed out after 5000 milliseconds with 0 bytes received
00:34:16 M: 40669184   DEBUG: Curl:: Debug Closing connection #1
00:34:16 M: 40669184   DEBUG: Curl:: Debug a timeout was reached
00:34:16 M: 40669184   DEBUG: FileCurl::Close(D00A125C) http://video.stage6.com/1192252/.divx
00:34:16 M: 40656896   ERROR: Can't open the database MyVideos34.db as it is a NEWER version than what we were expecting!
00:34:16 M: 40738816   DEBUG: CPlayerCoreFactor::GetPlayers(http://video.stage6.com/1192252/.divx)
00:34:16 M: 40738816    INFO: Loading skin file: DialogProgress.xml
00:34:16 M: 39985152    INFO: mplayer play:http://video.stage6.com/1192252/.divx cachesize:2048
00:34:16 M: 34111488   DEBUG:   msg:  set audio functions called
00:34:16 M: 34111488   DEBUG:   msg:  done
00:34:16 M: 34111488    INFO: Using -subcp enca:__:CP1252 to detect the subtitle charset
00:34:16 M: 34111488    INFO: Flipping bi-directional subtitles disabled
00:34:16 M: 34111488   DEBUG:   msg: mplayer_init()
00:34:16 M: 34111488   DEBUG:   msg: MPlayer XBMC-SVN-r10070 (C) 2000-2004 MPlayer Team
00:34:16 M: 34111488   DEBUG:   msg: CPU: Intel Celeron 2/Pentium III Coppermine,Geyserville
00:34:16 M: 34103296   DEBUG:   msg: (Family: 6, Stepping: 10)
00:34:16 M: 34103296   DEBUG:   msg: Detected cache-line size is 32 bytes
00:34:16 M: 34103296   DEBUG:   msg: CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0
00:34:16 M: 34103296   DEBUG:   msg: Compiled for x86 CPU with extensions:
00:34:16 M: 34103296   DEBUG:   msg:  MMX
00:34:16 M: 34103296   DEBUG:   msg:  MMX2
00:34:16 M: 34103296   DEBUG:   msg:  SSE
00:34:16 M: 34103296   DEBUG:   msg:
00:34:16 M: 34091008   DEBUG:   msg:
00:34:16 M: 34103296   DEBUG:   msg: Creating config file: Q:\system\players\mplayer\config 
Reply
#28
PHP Code:
00:34:16 M34091008   DEBUG:   msg:
00:34:16 M34103296   DEBUG:   msgget_path('codecs.conf') -> 'Q:\system\players\mplayer\codecs.conf'
00:34:16 M34103296   DEBUG:   msgReading Q:\system\players\mplayer\codecs.conf:
00:34:16 M33792000   DEBUG:   msg107 audio 225 video codecs
00
:34:16 M33792000   DEBUG:   msgCommandLine:
00:34:16 M33792000   DEBUG:   msg:  '-dr'
00:34:16 M33792000   DEBUG:   msg:  '-v'
00:34:16 M33792000   DEBUG:   msg:  '-subcp'
00:34:16 M33792000   DEBUG:   msg:  'enca:__:CP1252'
00:34:16 M33792000   DEBUG:   msg:  '-channels'
00:34:16 M33792000   DEBUG:   msg:  '6'
00:34:16 M33792000   DEBUG:   msg:  '-a52drc'
00:34:16 M33792000   DEBUG:   msg:  '1'
00:34:16 M33792000   DEBUG:   msg:  '-noflip-hebrew'
00:34:16 M33792000   DEBUG:   msg:  '-noflip-hebrew-commas'
00:34:16 M33792000   DEBUG:   msg:  '-fs'
00:34:16 M33792000   DEBUG:   msg:  '1.avi'
00:34:16 M33792000   DEBUG:   msg:
00:34:16 M33792000   DEBUG:   msgget_path('font/font.desc') -> 'Q:\system\players\mplayer\font/font.desc'
00:34:17 M33263616   DEBUG:   msgfontcan't open file: Q:\system\players\mplayer\font/font.desc
00:34:17 M: 33263616   DEBUG:   msg: font: can'
t open fileQ:\system\players\mplayer/font/font.desc
00
:34:17 M33792000   DEBUG:   msgUsing MMX (with tiny bit MMX2Optimized OnScreenDisplay
00
:34:17 M33767424   DEBUG:   msgUsing XBOX High Resolution Timers for timing
00
:34:17 M33767424   DEBUG:   msgget_path('input.conf') -> 'Q:\system\players\mplayer\input.conf'
00:34:17 M33767424   DEBUG:   msgParsing input config file Q:\system\players\mplayer\input.conf
00
:34:17 M33763328   DEBUG:   msgInput config file Q:\system\players\mplayer\input.conf parsed50 binds
00
:34:17 M33763328   DEBUG:   msgmplayer_open_file(http://video.stage6.com/1192252/.divx)
00:34:17 M33763328   DEBUG:   msgget_path('.divx.conf') -> 'Q:\system\players\mplayer\.divx.conf'
00:34:17 M33763328   DEBUG:   msg
                             
Playing http://video.stage6.com/1192252/.divx.
00:34:17 M33763328   DEBUG:   msgfind subtitles
00
:34:17 M33763328   DEBUG:   msgauto open Z:\subtitle
00
:34:17 M33763328   DEBUG:   msgFilename for url is now http://video.stage6.com/1192252/.divx
00:34:17 M33763328   DEBUG:   msgprotocol:http
00
:34:17 M33763328   DEBUG:   msgopen stream protocol:http
00
:34:17 M33742848   DEBUG:   msgWINSOCK2 init0
00
:34:17 M33742848   DEBUG:   msgFilename for url is now http://video.stage6.com/1192252/.divx
00:34:17 M33742848   DEBUG:   msgResolving video.stage6.com for AF_INET...
00:34:17 M33742848   DEBUG:   msgConnecting to server video.stage6.com[video.stage6.com]:80 ...
00:34:17 M33742848   DEBUG:   msg: --- HTTP DEBUG HEADER --- START ---
00:34:17 M33742848   DEBUG:   msgprotocol:           [HTTP/1.0]
00:34:17 M33742848   DEBUG:   msghttp minor version: [0]
00:34:17 M33742848   DEBUG:   msguri:                [(null)]
00:34:17 M33742848   DEBUG:   msgmethod:             [(null)]
00:34:17 M33742848   DEBUG:   msgstatus code:        [301]
00:34:17 M33742848   DEBUG:   msgreason phrase:      [Moved Permanently]
00:34:17 M33742848   DEBUG:   msgbody size:          [0]
00:34:17 M33742848   DEBUG:   msgFields:
00:34:17 M33742848   DEBUG:   msg:  ServerApache/2.0.55 (DebianPHP/4.4.0-4
00
:34:17 M33742848   DEBUG:   msg:  X-Powered-ByPHP/4.4.0-4
00
:34:17 M33742848   DEBUG:   msg:  Locationhttp://video-veuillezpas.stage6.com/1192252.divx
00:34:17 M33742848   DEBUG:   msg:  Content-Dispositionattachmentfilename=1192252.divx
00
:34:17 M33742848   DEBUG:   msg:  Content-Typevideo/vnd.divxname=divx
00
:34:17 M33742848   DEBUG:   msg:  Content-Length0
00
:34:17 M33742848   DEBUG:   msg:  DateWed10 Oct 2007 23:34:17 GMT
00
:34:17 M33742848   DEBUG:   msg:  Connectionclose
00
:34:17 M33742848   DEBUG:   msg: --- HTTP DEBUG HEADER --- END ---
00:34:17 M33742848   DEBUG:   msgFilename for url is now http://video-veuillezpas.stage6.com/1192252.divx
00:34:17 M33742848   DEBUG:   msgResolving video-veuillezpas.stage6.com for AF_INET...
00:34:17 M33742848   DEBUG:   msgConnecting to server video-veuillezpas.stage6.com[video-veuillezpas.stage6.com]:80 ...
00:34:17 M33742848   DEBUG:   msg: --- HTTP DEBUG HEADER --- START ---
00:34:17 M33742848   DEBUG:   msgprotocol:           [HTTP/1.1]
00:34:17 M33742848   DEBUG:   msghttp minor version: [1]
00:34:17 M33742848   DEBUG:   msguri:                [(null)]
00:34:17 M33742848   DEBUG:   msgmethod:             [(null)]
00:34:17 M33742848   DEBUG:   msgstatus code:        [302]
00:34:17 M33742848   DEBUG:   msgreason phrase:      [Found]
00:34:17 M33742848   DEBUG:   msgbody size:          [235]
00:34:17 M33742848   DEBUG:   msgFields:
00:34:17 M33742848   DEBUG:   msg:  DateWed10 Oct 2007 23:34:17 GMT
00
:34:17 M33742848   DEBUG:   msg:  ServerApache/2.2.4
00
:34:17 M33742848   DEBUG:   msg:  Locationhttp://divx-953.vo.llnwd.net/stage6vid/1192252.divx
00:34:17 M33742848   DEBUG:   msg:  Content-Length235
00
:34:17 M33742848   DEBUG:   msg:  Connectionclose
00
:34:17 M33742848   DEBUG:   msg:  Content-Typetext/htmlcharset=iso-8859-1
00
:34:17 M33742848   DEBUG:   msg: --- HTTP DEBUG HEADER --- END ---
00:34:17 M33742848   DEBUG:   msgFilename for url is now http://divx-953.vo.llnwd.net/stage6vid/1192252.divx
00:34:17 M33742848   DEBUG:   msgResolving divx-953.vo.llnwd.net for AF_INET...
00:34:17 M33742848   DEBUG:   msgConnecting to server divx-953.vo.llnwd.net[divx-953.vo.llnwd.net]:80 ...
00:34:21 M33742848    INFOXCURL::DllLibCurlGlobal::CheckIdle Closing session to http://video.stage6.com
00:34:27 M33771520   DEBUG:   msgRead failed.
00:34:27 M33771520   DEBUG:   msgUnable to open URLhttp://video.stage6.com/1192252/.divx
00:34:27 M33771520   DEBUG:   msgunable to open stream
00
:34:27 M33771520   ERRORCMPlayer::OpenFile http://video.stage6.com/1192252/.divx failed with code 0
00:34:27 M33771520   DEBUG:   msg:  mplayer_close_file()
00:34:27 M33771520   DEBUG:   msg:
00:34:27 M33771520   DEBUG:   msg:  uninit_player
00
:34:27 M34099200   DEBUG:   msg:  uninit_player done
00
:34:27 M34099200   DEBUGFreeing FS segment 0x7b4bf0
00
:34:27 M39997440   ERRORPlaylist Playerskipping unplayable item0path [http://video.stage6.com/1192252/.divx]
00:34:27 M39997440   DEBUGPlaylist Playerno more playable items... aborting playback[/CODE
Reply
#29
I will say this once ragawu, next time use PASTEBIN. if you don't know what this is, google it
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#30
Those videos don't even work in the windows player. Stage6 seems to have server trouble on some machines. Please always try this if a script doesn't work. Sometimes the servers respond instantly , sometimes it takes them a few minutes, sometimes they refuse to play at all (and the next day, it works again)
Reply

Logout Mark Read Team Forum Stats Members Help
[RELEASE] DivX Live (Video) Plugin1