Coder Social home page Coder Social logo

blomqvist_srcs's People

Contributors

astar0th avatar kszaq avatar mbebe avatar mm1992 avatar notoco avatar rysson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

blomqvist_srcs's Issues

LibreElec playermb HTTP 500 error - License server returned failure

Jeszcze tydzien temu wszystko dzialalo jak nalezy. W tym tygodniu probowalem ogladnac nastepny odcinek serialu i dostaje taki blad. Probowalem sie wylogowac, zalogowac powrotnie, nadal to samo. Nawigacja w apce dziala, blad jest przy otworzeniu filmu.
Co moze byc interesujace jak zalogowalem sie przez przegladarke na moim stacjonarmym Linux to dostaje blad ze jedyne suportowane OS to Windows i Mac. Znowu, pamietam ze koncem grudnia na Linuxie przez przegladarke ogladalem Chylke. Moze wprowadzili jakies ograniczenia?

kodi.log

FillBuffer - Failed: HTTP returned error 500
Open failed with code 500 for https://player.pl/playerapi/product/drm/widevine/1176082?platform=ANDROID_TV&type=MOVIE:
Log: InputStream Adaptive: License server returned failure
Log: InputStream Adaptive: License update not successful (no keys)
Log: InputStream Adaptive: Initialize failed (SingleSampleDecrypter)

Źródła wtyczki telvivo

Czołem.

@mbebe, czy możesz dodać źródła do wtyczki televio (czy jak to się tam nazywa)?
Poprawiałem coś w niech i chciałbym zrobić pull-reqest.

Playnow.pl

Witam,
czy byla by mozliwosc stworzenia wtyczki do kodi serwisu playnow.pl ?
Play dodaje te telewizje do wielu abonamentow w cenie i mozna by ogladac na tv bez ich sprzetu.
Pozdrawiam

Dialogprogrss in playermb doesn't show percentages

Percentage calculation in payermb doesn't work properly due to mistake in line 846
"increment = 100 // time_to_wait" Efectively increment is always zero.

the simplest solution seems to be changing calculation in line 854 from
"else: percent = increment * secs"

to
" else: percent = int((secs / time_to_wait) * 100)"

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.