• Hallo Bezoeker, Het is ons opgevallen dat je nog geen bericht gemaakt hebt! Waarom neem je niet even de tijd om jezelf voor te stellen en nieuwe vrienden te maken.

Kodi topic

broodro0ster zei:
Ik heb nog nooit Python gebruikt
1f61b.png
En de syntax is blijkbaar heel gevoelig, zodra je een tab teveel of te weinig hebt, spuwt ie al errors in de log.

Hier ben ik onder andere op uitgekomen: http://www.jordanhackworth.com/home-automation-with-xbmc/

Moet dat, een if sluiten met een else in Python? En die functies zijn callbacks van de player, dus die hoef je zelf niet aan te roepen.

Ik heb ook nog een iets ander voorbeeld gevonden dat er goed op trekt (vind link ff niet terug), maar die code is allemaal 3 jaar oud en ik vermoed dat er het een of ander niet meer supported is in Kodi 14.x?

Tijdens mij zoektocht gisteren ben ik ook deze tegen gekomen en die werkt perfect. https://github.com/KenV99/service.xbmc.callbacks2

Ben dus wel gered, maar ik zou wel nog willen weten wat er mis is met bovenstaande code :p
Ah die callbacks2 is de add-on dat ik een aantal posts eerder had voorgesteld
1f609.png
.

Mja, ik weet ook niet zeker wat er in het andere script scheelt, maar zoals je zegt is Python HEEL syntaxgevoelig. Juist indenteren is super belangrijk, wat er zijn geen closing controls ( wat is er mis met { } of do..end, pfff
1f61b.png
).

Wat me oa vreemd lijkt is dat de else claus niet ingesprongen is. Nu hoort die zo bij de while loop, maar die loopt eeuwig dus kom je nooit in de else. Die clause hoort eerder bij een van de Ifs, vermoedelijk bij de eerste.
 
Laatst bewerkt door een moderator:
3d iso support is on the move voor kodi tstaat nog pril maar toch.. tis een begin !
 
Laatst bewerkt door een moderator:
Philip zei:
Wat me oa vreemd lijkt is dat de else claus niet ingesprongen is. Nu hoort die zo bij de while loop, maar die loopt eeuwig dus kom je nooit in de else. Die clause hoort eerder bij een van de Ifs, vermoedelijk bij de eerste.
Thanks! Daar zeg je wat. Ziet er idd niet goed uit. Vandaar dat ik dus ik de log zag previous 5000 repeat als er maar 3 seconden verstreken waren.

Die sleep die er achter staat zal dan ook nooit aangeroepen worden.

Misschien is de loop daardoor te snel en worden die callbacks nooit uitgevoerd? Zal vanavond of dit weekend eens testen als ik tijd heb.

Ondertussen wat van die AppLamp spullen op eBay gescoord (mi light) om wat te knutselen en te prutsen :p Zal wel 3 weken wachten omdat het allemaal van China komt, maar de prijzen in Nederland zijn meer als dubbel zo duur.
 
Laatst bewerkt door een moderator:
@ Jasper

Krijg die willekeurige achtergronden niet voor elkaar! Heb nochtans in instellingen de menu instellingen aangepast maar achtergronden blijven dezelfde. Dus heb wat hulp nodig!
 
Laatst bewerkt door een moderator:
Heb je het voor ieder menu item gedaan? Hangt misschien af van de skin, maar dat moest bij mij zo.
 
Laatst bewerkt door een moderator:
Ferme vooruitzichten voor kodi !!!


Official Android Remote

With the last community update in January, we mentioned a desire for someone to step up and help maintain an official Kodi Remote for Android. Developer syncd has stepped forward and offered up Kore as an updated, open source option for users looking for Android remote control software, or even as a base for aspiring devs looking to make their own offering. We are well aware that there are other closed source Android remotes out there. The goal of the Kore remote project is not to drive out or replace other devs and remotes, but rather to welcome new ones in by providing an open source base to work with. Google Summer of Code This year was an incredibly difficult one for deciding which projects to choose. We had enough mentors for 6 projects, but were only provided with 4 slots. Many years, this works fine, and it’s easy to narrow everything down. This year, there were so many great submissions that we ultimately took until the very last day to decide on the final four. There was even a period where we considered asking users to crowdsource fund the other two projects, but we ultimately deemed it too uncertain as to whether such an idea would get funded or would even be acceptable to the students’ schools. We decided not to get anyone’s hopes up only to have them dashed, and instead focus on the four projects we thought had the best combination of exciting/useful idea and feasibility. With all that said, here are the four projects we chose: Cross-platform room correction for Kodi</strong>: The only project submitted by a Kodi Team member that was accepted is one designed specifically for the audiophiles out there. While Kodi is currently able to bitstream to a hardware A/V Receiver that can often measure and deal with the ambiance of the room, team member Achim and others have been working to make the typical hardware AVR completely unnecessary. Significant work has already gone into integrating Digital Signal Processing features into ActiveAE, Kodi’s integrated audio engine. The next step in this process is… well, let’s let Achim explain it. One focus of this proposal is to integrate external input sources into ActiveAE. With this new extension point it will be possible to connect a microphone to a Kodi capable device. This allows you to digitally optimize your listening experience while sitting on your favorite listening position e.g. your couch or your armchair, by compensating the influence of the interior room factors. This feature is widely known as digital room correction or digital room equalization. For digital room correction, three other implementation components are required. One is the implementation of a convolution engine to combine and compute the audio signal with a calculated room correction filter. At the time of writing a first prototype addon adsp.xconvolver exists, this addon was written by me in order to evaluate the technical feasibility of this project. The addon is based on the highly optimized cross platform library LibXConvolver. The second and third component is the measurement signal and filter generation, which I want to implement in adsp.xconvoler during my GSoC coding time. Put simply, with an integrated DSP and room correction, Kodi should be able to completely eliminate the need for most of the high end software found in most AVRs. NVIDIA Gamestream: As the code that should revolutionize how Kodi handles inputs finally makes it into core, one of the first projects to take advantage of it will hopefully be a Kodi-specific implementation of NVIDIA’s Gamestream tech. For those unaware of Gamestream, NVIDIA has created a solution for streaming content from a more powerful gaming PC with an NVIDIA graphics card to any of NVIDIA’s Shield devices. At least, that’s how it started. Since Gamestream was released, a dev going by cgutman createdLimelight, an opensource library that makes it possible for any device or software to act as a Gamestream receiver. The goal of this GSOC project is to extend that capability to any instance of Kodi, so you could theoretically watch a show on your RaspberryPi2 running Kodi, then switch over to play some Assassin’s Creed Black Flag, and then listen to a little night music. There are some serious technical issues that will need to be resolved with this project, not the least of which is the potential for massive latency, but if it works, it should make for some really great experiences. Better Profile Handling: Honestly, this one is far more exciting to us developers than to users. The issue is that as we move towards a model that allows for headless server instances of Kodi, all the instances of Kodi in your house will likely be run by different individuals with different wants and needs, and the other instances on the network simply aren’t smart enough to deal with that at the moment. So one of the great underlying needs of Kodi right now is a vastly improved handling of individual profiles. While users may not see a ton of direct impact on their day to day usage, this project should indirectly touch almost everything we do while using Kodi. <strong>On-The-Fly Transcodinghttp://forum.kodi.tv/showthread.php?tid=221503: It’s kind of the holy grail of UPnP server-client interaction and something Kodi doesn’t do at all. As such, this project is probably the most risky project, as it will effectively be an entirely new section of the Kodi code-base, but it may also be the most rewarding. Regardless, the entire team is excited (cautiously excited, in some cases) about this project, and we guess quite a lot of users will be too. As we move forward with it, we’ll keep you updated on its progress. DVR Kickstarter We don’t often mention Kickstarters in our blog, but since at least one team member is helping with the project, we figured we’d point out Silicon Dust’s DVR. While the company has already met their goal,their first stretch goal is to make a DVR add-on for Kodi that essentially extends the already fairly brilliant HDHomeRun add-on we featured last month. As many of us would like to use this software, we’re definitely hoping they hit their goal, and as off this writing, they’re only about 5k away. Bitcoin Donations Team Member Kib put in all the effort to make it possible for those of you who don’t like Paypal and don’t like banks to donate using the newest, coolest currency: Bitcoin. Many of you demanded it as an option. We’re happy we are finally able to meet that demand. UPnP Library Integration Yet another of the major requests we get on a regular basis is for a single library across all your devices without the need to use add-on workarounds or hacks or the AdvancedSettings.xml to make it happen. Team Member Montellese has been working on this task and is now ready for testers to start poking holes in his project: Media Importing and Library Integration of UPnP. A quick overview video can be found below, but simply put, with Montellese’s test build you only need to scan your folders on your network once. Every other instance of Kodi can just scan and grab the library from whatever your main device is. Now any UPnP device on your network can act as a library source.
 
Laatst bewerkt door een moderator:
Erg benieuwd hoe deze dsp/room correction zal zijn tov bv xt32
 
Laatst bewerkt door een moderator:
"Better Profile Handling" is ook een serieuze (mogelijke) verbetering. Het lijkt erop dat ze echt naar een soort server-client willen werken (lees, een Kodiserver op je nas, en een Kodi-applicatie op je clients). Dit lijkt dan nog met Upnp samen te werken waardoor eigenlijk elke client beschikbaar wordt. Kan me best inbeelden dat dit een grote vooruitgang zou betekenen.
 
Laatst bewerkt door een moderator:
We finally got a winner!

Hd-audio, atmos, propere 23.9xx, 7.1, full bluray maar vooral 3d iso mvc! Allemaal in kodi!

De himedia q5, de m3 moet dit ook doen..

Proof:

<woltlab-metacode data-name="media" data-attributes="">http://youtu.be/iqbZxnGEg-k</woltlab-metacode>

Ik ga mn win htpc wegdoen, de andere is al verkocht
 
Laatst bewerkt door een moderator:
Preview aeon mq6 skin met flexible widgets!

Mogelijkheden worden echt eindeloos voor het customizen :p

<woltlab-metacode data-name="media" data-attributes="">https://www.youtube.com/watch?t=238&v=EzogdQwkHrs</woltlab-metacode>
 
Laatst bewerkt door een moderator:
Xenomorph zei:
Voor mensen met problemen met hun movie scraper (niet vinden van films sinds een paar dagen) gelieve te updaten:
Update de addon niet automatisch dan?
263a.png
 
Laatst bewerkt door een moderator:
iemand enig idee waarom de ondertitelingvan mijn series in kodi uitloopt?

Alles loopt (bijna altijd) gelijk vanaf de start, maar elke 45-80seconden moet ik de ondertitels enkele seconden eerder zetten. Met gevolg dat die sync balk continu aan moet staat. En tegen het einde van de aflevering is er een offset van soms 50seconden.
 
Laatst bewerkt door een moderator:
Is dat enkel in Kodi? Kan ook zijn dat uw subs niet de goeie voor uw versie
 
Laatst bewerkt door een moderator:
oops. Dacht dat ik dit er in had staan. Het gaat over de series via kodi.

De ondertiteling lijkt heel goed te passen van de start, maar precies alsof alles op 25 fps draait, maar de ondertiteling op 23.976 fps
 
Laatst bewerkt door een moderator:
Back
Bovenaan