Giter Club home page Giter Club logo

repository.marcelveldt's People

Contributors

angelinas1 avatar dmyoung9 avatar finkleandeinhorn avatar marcelveldt avatar marduklev avatar patrick-klein avatar rohlik avatar serpentdrago 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

repository.marcelveldt's Issues

Songs won't play until the end

Repo installs, opens, connects via Spotify Connect as active device just fine. Most songs, however, don't play until the end; they stop in the middle, cough up a bit,sometimes try to continue, but don't. The add-on does load and play the next song when that happens, but Kodi locks up for a while trying to retrieve the data that for some reason it can't get.

Sl

content://com.winzip.fileprovider/external/WinZip/datA1/takeout-20221223T164247Z-001/Takeout/Chrome/Autofill.json

New TVDB API v3 cause Kodi The Next Aired Add-on stopped working

Running The TV Show Next Aired Ad-on on Kodi.
Once I have updated The TVDB API to version 1.0.31 this add-on stopped working - it is not even showing up.
Revert back to TVDB API v2 is a fix.
The following lines are generated in kodi.log when The TV Show Next Aired:
2022-04-09 12:06:02.486 T:21117 INFO : initializing python engine.
2022-04-09 12:06:03.083 T:21117 INFO : script.module.thetvdb --> Initialized
2022-04-09 12:06:05.532 T:21117 WARNING : script.tv.show.next.aired --> Exception in resources.lib.main_module ! --> local variable 'local' referenced before assignment
2022-04-09 12:06:05.541 T:21117 INFO : script.module.thetvdb --> Exited
2022-04-09 12:06:05.541 T:21117 INFO : CPythonInvoker(56, /storage/.kodi/addons/script.tv.show.next.aired/default.py): script successfully run
2022-04-09 12:06:05.996 T:21117 INFO : Python interpreter stopped

Customize Main Menu

Hi,
Just downloaded the mod, installed and all other necessary addons.
I goto settings > Skin Settings > Customize Main Menu > Choose Movies > Press right > goto "select widget 3" > choose "None"

Nothing happens. Stays on "Unwatched Movies"

Skin Helper Services

from kodi 19.2 this causes the macOS version to keep restarting new version, this causes mulptiy version of kodi to run,

Doesn't work on Kodi 19.2 for Android

Issue relates to multiprocessing library being added to 19.2, as reported by mrezchil on the xbmc github:

xbmc/xbmc#20276

As a workaround, the following code can be added to script.module.metadatautils/lib/helpers/utils.py:

if xbmc.getCondVisibility('system.platform.android'):
    SUPPORTS_POOL = False

Placed beneath this existing section:

try:
    from multiprocessing.pool import ThreadPool
    SUPPORTS_POOL = True
except Exception:
    SUPPORTS_POOL = False

Migration of plugin.audio.squeezebox to Kodi 10 - Python3

Hi !
I'm trying to migrate plugin.audio.squeezebox for kodi 10, and so Python 3 :
https://github.com/vincss/plugin.audio.squeezebox/tree/feature/matrix_compatibility

2021-08-18 14:00:57.650 T:12984 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'ModuleNotFoundError'> Error Contents: No module named 'pkg_resources' Traceback (most recent call last): File "C:\Program Files\Kodi\addons\plugin.audio.squeezebox\service.py", line 15, in <module> from resources.lib.httpproxy import ProxyRunner File "C:\Program Files\Kodi\addons\plugin.audio.squeezebox\resources\lib\httpproxy.py", line 7, in <module> import cherrypy File "C:\Program Files\Kodi\addons\plugin.audio.squeezebox\resources\lib\cherrypy\__init__.py", line 73, in <module> from ._cptools import default_toolbox as tools, Tool File "C:\Program Files\Kodi\addons\plugin.audio.squeezebox\resources\lib\cherrypy\_cptools.py", line 29, in <module> from cherrypy.lib import sessions as _sessions, xmlrpcutil as _xmlrpc File "C:\Program Files\Kodi\addons\plugin.audio.squeezebox\resources\lib\cherrypy\lib\sessions.py", line 111, in <module> import zc.lockfile File "C:\Program Files\Kodi\addons\plugin.audio.squeezebox\resources\lib\zc\__init__.py", line 1, in <module> __import__('pkg_resources').declare_namespace(__name__) ModuleNotFoundError: No module named 'pkg_resources' -->End of Python script error report<--

It seems that I'm missing some module, but when I search on internet, it should be something installed on system.
I'm pretty new to python, kodi, ... :-)
Is there something specific to do for kodi ?

I've also tried with but the API changes a lot between the two versions of cherrypy : https://github.com/kodi-community-addons/repository.marcelveldt/tree/master/matrix/script.module.cherrypy

Thanks for your help.

Skin Helper Service error on latest update

The current update of Skin Helper Service is causing a error on my end I'm using AuraMod latest Repo version 1.0.32 ,K19.1 ,Nvidia Shield appreciate any feedback and thank you for all your hard work✊🏼 image

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.