Giter VIP home page Giter VIP logo

Comments (5)

basrieter avatar basrieter commented on May 27, 2024

Original comment by Bas Rieter (Bitbucket: basrieter, GitHub: basrieter).


The Joox.net layout changed a bit. However, I decided to change how the MediaUrl is
determined. It is now statically created using the
http://video.stage6.com/________/.divx url-holder.

The new version of XOT will contain the fix. For those who want to use it right away
edit the chn_joox.py and

  1. add this line:

item.mediaurl = "http://video.stage6.com/%s/.divx" % (resultSet[2])

AFTER line 173/174:

item.thumb = self.noImage
item.type = 'video'

  1. And CHANGE 'item.complete = False' to 'item.complete = True'.

It should look like:

Finally it should look like:

item.type = 'video'
item.mediaurl = "http://video.stage6.com/%s/.divx" % (resultSet[2])

getting the URL is part of the PlayVideo

item.complete = True
return item

from plugin.video.retrospect.

basrieter avatar basrieter commented on May 27, 2024

Original comment by Anonymous.


Hallo,

Ik heb chn_joox.py ge-edit, maar daarna kreeg ik een LEEG uitzending gemist scherm,
dus zonder de iconen van NL1, etc.(?)
Ik dacht dat er wat mis was met de site, op mijn computer bleek dat dat niet het
geval was, heb de originele chn_joox.py teruggezet, en het werkte weer!?
Ik zou zeggen dat het een niets met het ander te maken zou maken, maar dus wel?

Groet,
Kees

from plugin.video.retrospect.

basrieter avatar basrieter commented on May 27, 2024

Original comment by Bas Rieter (Bitbucket: basrieter, GitHub: basrieter).


Ja dat heeft zeker met elkaar te maken! Er zit waarschijnlijk een fout in je
editting, hierdoor kan het joox.net kanaal niet starten en dus klapt XOT er ook uit!
Let er op je indentations (tabs, spaties) niet vergeet, die zijn essentieel! Je kan
altijd de logfile nalezen, daarin staat waarschijnlijk wat er fout is.

Dan nog een opmerking: aangezien hier ook niet NL mensen komen, zou ik het graag in
het engels houden. Dus:

In english: When you edit the file, please make sure that the indentations (spaces
and tabs) are correct. They are essential for pythonscripts. If it is not working,
check the logfile, for details on the error.

from plugin.video.retrospect.

basrieter avatar basrieter commented on May 27, 2024

Original comment by Anonymous.


Indeed! I replaced 2 TABS with 10 spaces and now it works!
Great!

from plugin.video.retrospect.

basrieter avatar basrieter commented on May 27, 2024

Original comment by Bas Rieter (Bitbucket: basrieter, GitHub: basrieter).


Changed status to Done

from plugin.video.retrospect.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.