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.
ansatz
Junior Member Posts: 3 Joined: Oct 2007 Reputation: 0 |
2007-10-04 22:41
Post: #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. |
| find quote |
Competes2win
Senior Member Posts: 166 Joined: Oct 2007 Reputation: 0 |
2007-10-09 18:47
Post: #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.
|
| find quote |
Nuka1195
Skilled Python Coder Posts: 3,915 Joined: Dec 2004 Reputation: 17 |
2007-10-09 19:49
Post: #23
Ok the issue with titles being wrong in library view has been solved by cptspiff.
It's the scripters fault ![]() 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. |
| find quote |
pajretX
Member Joined: Jun 2007 Reputation: 0 Location: Manchester / UK |
2007-10-10 12:26
Post: #24
The script works not very well on my box
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 ( !!! ) but music folder plays like 20-30 % of its content (same with others folders, actually ) I've got the most recent XBMC from t3chDoes anyone else have that kind of issue? -- Damian 'pX' Krawczyk |
| find quote |
nate12o6
Senior Member Posts: 140 Joined: Dec 2006 Reputation: -10 |
2007-10-10 15:17
Post: #25
pajretX Wrote:The script works not very well on my box Same for me as well. |
| find quote |
Hudson_Hawk04
Posting Freak Joined: Oct 2006 Reputation: 3 |
2007-10-10 17:01
Post: #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 |
| find quote |
ragawu
Junior Member Posts: 18 Joined: Jan 2007 Reputation: 0 |
2007-10-11 01:54
Post: #27
Nuka1195 Wrote:Ok the issue with titles being wrong in library view has been solved by cptspiff. 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 M: 40923136 DEBUG: Curl:: Debug About to connect() to video.stage6.com port 80 (#0) |
| find quote |
ragawu
Junior Member Posts: 18 Joined: Jan 2007 Reputation: 0 |
2007-10-11 01:55
Post: #28
PHP Code: 00:34:16 M: 34091008 DEBUG: msg: |
| find quote |
pike
Project Manager Joined: Sep 2003 Reputation: 28 Location: Sweden |
2007-10-11 03:14
Post: #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. ![]() |
| find quote |
Unbehagen
Skilled Python Coder Posts: 342 Joined: Jul 2007 Reputation: 3 Location: Bremen, Germany |
2007-10-11 16:59
Post: #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)
|
| find quote |