Giter VIP home page Giter VIP logo

zips's People

Contributors

jsergio123 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zips's Issues

streamango

Hi jsergio123,
First I would like to say Thank You for your contribution.

I would like to inform you about streamango, error, "Unable to locate video", check the links, and are working properly in the browser

Thanks again

Fix ready: Adult Swim addon broken by adultswim.com updates

Hey, just dropping by to say Adult Swim updated their /videos code a bit, breaking some regex and nesting the key json element for "shows". Which made the addon totally unable to pull episode offerings.

I made some edits to my fork's scraper.py to fix this, and submitted a hey-here-take-this request (since you don't have posted code to merge into of course) that includes the workaround for the metadata issue, as well.

#shows = re.search("""__AS_INITIAL_DATA__\s*=\s*({.*?});""", response).groups()[0]
shows = re.search("""__AS_INITIAL_STATE__\s*=\s*({.*?})</script>""", response).groups()[0]

#shows = shows["shows"]
shows = shows["showsIndex"]["shows"]

Zevera plugin

Dear Mr Jsergio.
Would u please update the Zevera plugin. Ur attention and expertise would be greatly appreciated... Thank you sir.

Adult swim

Is the adult swim addon dead just get an error every time I open it?

Repository add-on repository.jsergio uses old schema definition for the repository extension point.

Kodi version: 20.2

2024-03-07 10:26:01.605 T:6929 error : Repository add-on repository.jsergio uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use

definitions.
2024-03-07 10:26:01.605 T:6929 error : Repository add-on repository.jsergio does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition

ResolveURL failing with embed links

Hello,
Thank you for this addon "ResolveURL" ... I noticed that some of the links that has the embed are not working using both your addon and the browser ... but when removing the "embed-" it works using the chrome browser but it does not using your addon ... the below list are examples (tested using v5.0.39):
.
With EMBED:
https://vidshare.tv/embed-6tsveeet2p1e.html
https://vidhd.net/embed-qr4ntb4ba2p9
https://vidfast.co/embed-qcltlzis35h7
https://videobin.co/embed-adszju8cefng
https://www.vidbm.com/embed-w7nrn1zt0dje
https://jawcloud.co/embed-5r7lexzmw2um
.
Without EMBED:
https://vidshare.tv/6tsveeet2p1e.html
https://vidhd.net/qr4ntb4ba2p9
https://vidfast.co/qcltlzis35h7
https://videobin.co/adszju8cefng
https://www.vidbm.com/w7nrn1zt0dje
https://jawcloud.co/5r7lexzmw2um
.

metahandler db not initializing in kodi 18 beta1 with addon

I was wondering if you had any insight on why the metahandler db does not initialize in kodi 18 beta 1. I noticed it worked in alpha 1 in coreelec 8.90.2 but nothing afterward. The debug log always showed it not not intializing on doing a tv show or movie search.

Did the kodi devs break it?

Thanks

Bump Metahandler's v#

Hi js,
IIRC in the past you pushed a metahandler update (v.3.0.3) that used kodi's tmdb api key, which you later removed.
However some devs of some very popular add-ons still host in their repos the 3.0.3 version (because, you know, higher is better) and that version now has a banned tmdb api key (which, btw, might be said dev's fault because of that).
So, would you please consider re-uploading Metahandler 3.0.2 to your repo and bumping it's v# to something beyond 3.0.3 so it overrides the one in those repos? (I believe they all have your repo linked to their's, so the override should succeed)
I know it's not your fault and this would be done because some people should know better.
Appreciate all you do regardless.

Ok

Hi Jsergio,

Just want to inform you with loading with "ok sources", it will play a bit then loading animation for some time.

and also a request if possible to resolve the live feed of "ok sources"

Thanks

Addons.xml wrong

That is because your addons.xml says 5.0.0.4 and the zip is 5.0.0.5

TheVideo.me pairing broken?

I've been using TheVideo pairing for months, and now it doesn't seem to work anymore. The dialog in Kodi keeps counting down as if I hadn't paired. VidUp is doing the same (though I think they're from the same owner).
Can you confirm it on your end?

Pairing was being done on Android MXQ 4K tv box.

Sort premium sources over non premium

Is it possible to prioritize premium sources over non premium? Currently with premium sources enabled I will get results sorted like so..

Premium sources 1080
Free source 1080
Premium source 720
Free source 720
Premium source SD
Free source SD

I would like to have the results returned as so. Is this possible? Is this up to the addon? Thanks

Premium sources 1080
Premium source 720
Premium source SD
Free source 1080
Free source 720
Free source SD

Zavera plugin

Zavera plugin needs fixing please as it currently skips past all links. Thanks in advance

Zevera links

Keep trying to get zevera links to work. Just skips over them. Any help appreciated. Thanks

enabling metadata breaks Adult Swim addon

Hi jsergio123 -- big big fan of your AS addon (and big critic of the kodi repo's bs a couple months ago).

I'm attaching a log, where the action starts at 9:51

  • first attempt, default initialization with prior launch attempts: dies
  • 2nd attempt, access settings and clear metadata, then launch again: dies
  • 3rd attempt, access settings and disable metadata, then launch again: success

adult-swim-106-broken.txt

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.