Giter Club home page Giter Club logo

kodi_addons's People

Contributors

captaintk avatar cookieisland avatar gade01 avatar gspot31 avatar kodiweblate avatar lunatixz avatar mapi68 avatar michlinux avatar olavinto avatar pkscout avatar rechi avatar rocky4546 avatar roliverosc avatar ronie avatar ryanmacbern avatar weblate 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

kodi_addons's Issues

uEPG unicode problem

Hi,
i'm just try to make my own first EPG, but i get error:
09:17:50.534 T:4212 ERROR: script.module.uepg-1.0.5-prepareJson, failed! 'unicode' object has no attribute 'sort' ,Traceback (most recent call last): File "C:\Users\bbaron\AppData\Roaming\Kodi\addons\script.module.uepg\default.py", line 86, in prepareJson channelItems.sort(key=lambda x:x['channelnumber']) AttributeError: 'unicode' object has no attribute 'sort' 09:17:50.534 T:4212 ERROR: script.module.uepg-1.0.5-invalid uEPG information ,None

Kodi (18.0-BETA1 Git:20180826-f21b477993). Platform: Windows NT x86 64-bit
ADDON: script.module.uepg v1.0.5 installed

I call it from my plugin like this:
epg = '[{"channelname":"AMC","channelnumber":"-1","channellogo":"http:\/\/services.data.tvprofi.cz\/images\/logo\/web-36x20\/mgm.png","isfavorite":false,"guidedata":[{"url":"","starttime":"1536294900","endtime":"1536300309","runtime":"5409","label":"Zelvi nindzove","label2":"SD","art":[{"thumb":"http:\/\/image.tmdb.org\/t\/p\/original\/g5Z3SXrRkQFSfHXTe1BSn7oM5qA.jpg"}]},{"url":"","starttime":"1536300900","endtime":"1536306307","runtime":"5407","label":"Ambiciozni blondynka","label2":"SD","art":[{"thumb":"http:\/\/image.tmdb.org\/t\/p\/original\/gGy0TvLSjqItOgLcqV1PC4ORk0U.jpg"}]},{"url":"","starttime":"1536306600","endtime":"1536312797","runtime":"6197","label":"Mily Johne","label2":"SD","art":[{"thumb":"http:\/\/image.tmdb.org\/t\/p\/original\/2Fen9XsCscjupGJUhi2zaCvOaGd.jpg"}]},{"url":"","starttime":"1536319200","endtime":"1536324146","runtime":"4946","label":"Hleda se Jackie Chan","label2":"720p","art":[{"thumb":"http:\/\/image.tmdb.org\/t\/p\/original\/j8fR9N1PmCLAJdW5ofwqYOMaXKf.jpg"}]},{"url":"","starttime":"1536324900","endtime":"1536331098","runtime":"6198","label":"Durhamsti Byci","label2":"SD","art":[{"thumb":"http:\/\/image.tmdb.org\/t\/p\/original\/wZwXLiR1cisTXaJiuBLvgkS5HWw.jpg"}]},{"url":"","starttime":"1536331500","endtime":"1536336907","runtime":"5407","label":"Ambiciozni blondynka","label2":"SD","art":[{"thumb":"http:\/\/image.tmdb.org\/t\/p\/original\/gGy0TvLSjqItOgLcqV1PC4ORk0U.jpg"}]},{"url":"","starttime":"1536344400","endtime":"1536349970","runtime":"5570","label":"Sexy party 2","label2":"SD","art":[{"thumb":"http:\/\/image.tmdb.org\/t\/p\/original\/sGX7RUBhf9i8nI3cfGHISDnAna0.jpg"}]},{"url":"","starttime":"1536359100","endtime":"1536364968","runtime":"5868","label":"Svitani","label2":"SD","art":[{"thumb":"http:\/\/image.tmdb.org\/t\/p\/original\/tlUvt6PMP4maUalDaMc7w1e6vak.jpg"}]},{"url":"","starttime":"1536369900","endtime":"1536374778","runtime":"4878","label":"South Park: Peklo na Zemi","label2":"1080p","art":[{"thumb":"http:\/\/image.tmdb.org\/t\/p\/original\/3ffIyRixcMxzSVTivwyy585N9lH.jpg"}]}]}]' xbmc.executebuiltin("RunScript(script.module.uepg,json=%s&refresh_path=%s&refresh_interval=%s&row_count=%s)"%(urllib.quote_plus(json.dumps(epg)),urllib.quote_plus(json.dumps(sys.argv[0]+"?mode=20")),urllib.quote_plus(json.dumps("7200")),urllib.quote_plus(json.dumps("5"))))

SimpleCache not compatible to Python 3

Hi,

I've seen that you also use script.module.simplecache for many of your plugins. Since we should try to make our plugins work with Python 3, it would be a lot easier if the dependencies support Python 3. Unfortunately, SimpleCache does not work with Python 3, so I have opened a PR (kodi-community-addons/script.module.simplecache#7) to make it Python 3 compatible, but did not get any response...

Do you have any idea, what we could do?

Cannot login to mu Locast account

Hello,

I just setup a fresh install of Kodi 18.08 and added the Locast add-on after which I setup the login credentials which work if I go directly to the Locast website.

I cannot login for some reason while the logs show these errors:

2020-09-10 13:58:05.562 T:139964561995520 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ValueError'>
Error Contents: No JSON object could be decoded
Traceback (most recent call last):
File "/home/lonnie/.kodi/addons/plugin.video.locast/default.py", line 24, in
if name == 'main': locast.Locast(sys.argv).run()
File "/home/lonnie/.kodi/addons/plugin.video.locast/resources/lib/locast.py", line 99, in init
if self.login(USER_EMAIL, PASSWORD) == False: sys.exit()
File "/home/lonnie/.kodi/addons/plugin.video.locast/resources/lib/locast.py", line 133, in login
data = self.postURL(BASE_API, param={'action':'member_login','username':user,'password':password}, headers=self>
File "/home/lonnie/.kodi/addons/plugin.video.locast/resources/lib/locast.py", line 115, in postURL
return json.loads(cacheresponse)
File "/usr/lib/python2.7/json/init.py", line 339, in loads
return _default_decoder.decode(s)
File "/usr/lib/python2.7/json/decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
-->End of Python script error report<--
2020-09-10 13:58:05.583 T:139964570388224 ERROR: GetDirectory - Error getting plugin://plugin.video.locast/

Any ideas?
Thanks in advance

Locast - 404 Traceback Errors

Unable to get locast plugin to work. Attemtped on both Kodi ARM on Android and Kodi on Windows.

Please close, user error, possibly add an option to report incorrect username/password.

14:38:14.743 T:7404   DEBUG: plugin.video.locast-1.0.2-login
14:38:14.845 T:9760   DEBUG: ------ Window Init (DialogBusy.xml) ------
14:38:16.770 T:7404   ERROR: plugin.video.locast-1.0.2-_fetch, failed 404 ,Traceback (most recent call last):
                                              File "C:\Users\mas\AppData\Roaming\Kodi\addons\plugin.video.locast\resources\lib\net.py", line 278, in _fetch
                                                response = urllib2.urlopen(req)
                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 154, in urlopen
                                                return opener.open(url, data, timeout)
                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 435, in open
                                                response = meth(req, response)
                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 548, in http_response
                                                'http', request, response, code, msg, hdrs)
                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 473, in error
                                                return self._call_chain(*args)
                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 407, in _call_chain
                                                result = func(*args)
                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 556, in http_error_default
                                                raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
                                            HTTPError: HTTP Error 404: Not Found
14:38:16.773 T:7404   ERROR: plugin.video.locast-1.0.2-_fetch, failed Not Found ,Traceback (most recent call last):
                                              File "C:\Users\mas\AppData\Roaming\Kodi\addons\plugin.video.locast\resources\lib\net.py", line 278, in _fetch
                                                response = urllib2.urlopen(req)
                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 154, in urlopen
                                                return opener.open(url, data, timeout)
                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 435, in open
                                                response = meth(req, response)
                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 548, in http_response
                                                'http', request, response, code, msg, hdrs)
                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 473, in error
                                                return self._call_chain(*args)
                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 407, in _call_chain
                                                result = func(*args)
                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 556, in http_error_default
                                                raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
                                            HTTPError: HTTP Error 404: Not Found``

Transponder.TV doesn't launch on Kodi 18 (UWP)

Just tried Transponder.TV on brand-new Kodi 18 (using Windows 10 UWP), and got this error:

15:01:23.337 T:23152   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named _winreg
                                            Traceback (most recent call last):
                                              File "C:\Users\XX\AppData\Local\Packages\XBMCFoundation.Kodi_4n2hpmxwrvr6p\LocalState\addons\plugin.video.transpondertv\default.py", line 23, in <module>
                                                from resources.lib import transponder
                                              File "C:\Users\XX\AppData\Local\Packages\XBMCFoundation.Kodi_4n2hpmxwrvr6p\LocalState\addons\plugin.video.transpondertv\resources\lib\transponder.py", line 21, in <module>
                                                import urlparse, urllib, urllib2, socket, json, requests, mechanize, cookielib
                                              File "C:\Users\XX\AppData\Local\Packages\XBMCFoundation.Kodi_4n2hpmxwrvr6p\LocalState\addons\script.module.mechanize\lib\mechanize\__init__.py", line 164, in <module>
                                                from _msiecookiejar import MSIECookieJar
                                              File "C:\Users\XX\AppData\Local\Packages\XBMCFoundation.Kodi_4n2hpmxwrvr6p\LocalState\addons\script.module.mechanize\lib\mechanize\_msiecookiejar.py", line 16, in <module>
                                                import _winreg
                                            ImportError: No module named _winreg
                                            -->End of Python script error report<--
15:01:23.356 T:23632   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.transpondertv/
15:01:23.365 T:25788   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.transpondertv/) failed

PlayOn Browser fails because http://m.playon.tv/q.php returns multiple addresses

The output for http://m.playon.tv/q.php for me is:

192.168.21.11:54479|192.168.22.2:54479|192.168.22.118:54479||192.168.22.3:54479|

The first IP happens to be the correct IP (but maybe that is just because it's a sorted list), and the other IPs are old addresses that are no longer valid and are many months old, so it is unclear when or how this list ever gets pruned by PlayOn.

The code for handling this output simply deletes all of the bars instead of treating this like a list.A simple change would be to split on the bar, and then try to download the /data/data.xml file from the candidate, and use the first one that succeeds.

[ModuleAuditor] handling connection errors

During an internet outage, the Kodi user interface froze around the time the following errors occurred

ERROR: service.moduleauditor-0.1.4-openURL Failed! <urlopen error [Errno 111] Connection refused>
Traceback (most recent call last):
File "/storage/.kodi/addons/service.moduleauditor/scan.py", line 206, in openURL
  page = urllib2.urlopen(req, timeout=TIMEOUT)
 File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
 File "/usr/lib/python2.7/urllib2.py", line 429, in open
 File "/usr/lib/python2.7/urllib2.py", line 447, in _open
 File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
 File "/usr/lib/python2.7/urllib2.py", line 1228, in http_open
 File "/usr/lib/python2.7/urllib2.py", line 1198, in do_open
URLError: <urlopen error [Errno 111] Connection refused>
ERROR: service.moduleauditor-0.1.4-buildModules, Failed! no element found: line 1, column 0
Traceback (most recent call last):
 File "/storage/.kodi/addons/service.moduleauditor/scan.py", line 347, in buildModules
 tree = ET.fromstring(self.openURL(BASE_URL%(branch)))
 File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1312, in XML
 File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1671, in close
 File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1523, in _raiseerror
ParseError: no element found: line 1, column 0

Can't open any stream

Running Earthcam on Kodi 18 beta 5 no streams work.

From the kodi.log:
00:27:30.304 T:13856 ERROR: plugin.video.earthcam-1.0.2-openURL Failed! <urlopen error no host given> ,Traceback (most recent call last): File "C:\Users\kodi\AppData\Roaming\Kodi\addons\plugin.video.earthcam\resources\lib\earthcam.py", line 70, in openURL response = urllib2.urlopen(request, timeout = TIMEOUT).read() File "C:\Program Files\Kodi\system\python\Lib\urllib2.py", line 154, in urlopen return opener.open(url, data, timeout) File "C:\Program Files\Kodi\system\python\Lib\urllib2.py", line 427, in open req = meth(req) File "C:\Program Files\Kodi\system\python\Lib\urllib2.py", line 1126, in do_request_ raise URLError('no host given') URLError: <urlopen error no host given> 00:27:30.671 T:4536 ERROR: Previous line repeats 4 times. 00:27:30.671 T:4536 NOTICE: VideoPlayer::OpenFile: plugin://plugin.video.earthcam/?url=http%3Ahttps%3A%2F%2Fvideos3.earthcam.com%2Ffecnetwork%2F3273.flv%2Fplaylist.m3u8&mode=9&name=Miami+Beach+-+Downtown+Miami%2C+United+States+Live+%28HLS%29 00:27:30.671 T:15972 NOTICE: Creating InputStream 00:27:30.677 T:15972 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.earthcam/?url=http%3Ahttps%3A%2F%2Fvideos3.earthcam.com%2Ffecnetwork%2F3273.flv%2Fplaylist.m3u8&mode=9&name=Miami+Beach+-+Downtown+Miami%2C+United+States+Live+%28HLS%29 00:27:30.677 T:15972 ERROR: CVideoPlayer::OpenInputStream - error opening [plugin://plugin.video.earthcam/?url=http%3Ahttps%3A%2F%2Fvideos3.earthcam.com%2Ffecnetwork%2F3273.flv%2Fplaylist.m3u8&mode=9&name=Miami+Beach+-+Downtown+Miami%2C+United+States+Live+%28HLS%29] 00:27:30.677 T:15972 NOTICE: CVideoPlayer::OnExit() 00:27:30.774 T:4536 NOTICE: CVideoPlayer::CloseFile() 00:27:30.774 T:4536 NOTICE: VideoPlayer: waiting for threads to exit 00:27:30.774 T:4536 NOTICE: VideoPlayer: finished waiting

Locast Kodi add-on not working

I'm using Kodi Leia 18.2 on a Raspbian Stretch. I tried installing the Locast addon and entered my login info. On running the add-on, I get an error as shown below. The full error from kodi.log is available at https://pastebin.com/AQJP1rfb

                                          File "/usr/lib/python2.7/json/decoder.py", line 364, in decode
                                            obj, end = self.raw_decode(s, idx=_w(s, 0).end())
                                          File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
                                            raise ValueError("No JSON object could be decoded")
                                        ValueError: No JSON object could be decoded

Is this a known issue or a problem with my configuration? Any help is appreciated.

Please update Locast

Hi there. Please update the Locast addon.
It stopped working some time ago.
Now when I log in, it just takes me to Kodi's addon menu.

News 12

News 12 add-on is not working. Did maintenance on this stopped going forward?

[Disclose.TV] cant play anything

ERROR: plugin.video.disclosetv-1.0.8-resolveURL Failed! 'dtv_video' ,Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.disclosetv/resources/lib/disclosetv.py", line 126, in resolveURL
data = json.loads(re.findall('"drupal-settings-json">(.+?)</script>',self.openURL(url), flags=re.DOTALL)[0])['dtv_video']
KeyError: 'dtv_video'
script.module.youtube.dl: youtube_dl core version: 2018.11.07
WARNING: addons must not activate DialogBusy

Error Contents: Unknown exception thrown from the call "XBMCAddon::xbmcplugin::setResolvedUrl"
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.disclosetv/default.py", line 24, in <module>
if __name__ == '__main__': disclosetv.Disclose(sys.argv).run()
File "/storage/.kodi/addons/plugin.video.disclosetv/resources/lib/disclosetv.py", line 216, in run
elif mode == 9: self.playVideo(name, url)
File "/storage/.kodi/addons/plugin.video.disclosetv/resources/lib/disclosetv.py", line 161, in playVideo
xbmcplugin.setResolvedUrl(int(self.sysARG[1]), True, self.resolveURL(name, url))
RuntimeError: Unknown exception thrown from the call "XBMCAddon::xbmcplugin::setResolvedUrl"
-->End of Python script error report<--

CBS changes

Hi
Looks like website changes in last 24 hours or so. Browse shows no longer works (just an error message)
Thanks

Plugin doesn't launch

Pluto.tv plugin doesn't launch at all. Pops up error message saying to check credentials.

Email/password are set appropriately in the plugin settings.

Here's my kodi.log

[trumptweets] longer polling delay

Allow polling delay of hours, instead of 30 minutes. If more than one tweet occurred during interval, wait for button press to dismiss and show next unread tweet.

CBS shows list

Hi
CBS browse shows list seems to miss a few. E.g. Criminal Minds, Scorpion.
Thanks!

subtitles (CC)

Hi,

Thank you for the last update that fixed the streams for me.
Would it be possible to have the Closed captions visible ? It says enabled for me but nothing showing up (example Late show with Stephen Colbert, kodi 17, Win10)

Many Thanks !

[screensaver.google.earth] openURL Failed errors

On nightly Kodi 18, the following error message appears in the logs regularly caused by the screensaver.google.earth plugin:
openURL Failed! 'ascii' codec can't encode character u'\xdf' in position 41: ordinal not in range(128)

I don't know much about python, but changing gui.py line 64 to:
self.log('openURL, url = ' + url.encode('utf-8'))
and line 102 to:
self.log("openURL Failed! " + e.encode('utf-8'), xbmc.LOGERROR)

solved the error.

Fails to start

After installation and user configuration, it fails on plugin startup with a generic error suggesting to check the logs.
But there is no logs being generated. Even enabled debug mode on plugin settings.xml, but no logs being generated.

CBS Shows No Free Full Episodes

The Young and the Restless , Free Episodes where loading and running perfectly then all of a sudden no longer showing any Free Episodes. CBS must have moved all Free Episodes to a different web address. they still have Free Episodes working on their Android App.
Hope this can be Fixed.
Thanks for the Great Work

Does not install

Installed Kodi today and tried this addon. Getting a popup notification: "Installation failed"

OS: Ubuntu 16.04 64 bit

Log:

12:23:55.286 T:140364795873664   DEBUG: CAddonInstaller: installing 'script.trumptweets' version '1.0.4' from repository 'repository.xbmc.org'
12:23:55.287 T:140364795873664   DEBUG: CFileCache::Open - opening <addons/krypton/script.trumptweets/script.trumptweets-1.0.4.zip.md5> using cache
12:23:55.287 T:140364795873664   DEBUG: CurlFile::Open(0x674c520) http://mirrors.kodi.tv/addons/krypton/script.trumptweets/script.trumptweets-1.0.4.zip.md5
12:23:56.288 T:140362000197376   DEBUG: Thread FileCache start, auto delete: false
12:23:56.288 T:140362000197376    INFO: CFileCache::Process - Source read didn't return any data! Hit eof(?)
12:23:56.339 T:140362000197376   DEBUG: Thread FileCache 140362000197376 terminating
12:23:56.347 T:140364795873664   DEBUG: ------ Window Deinit (DialogAddonInfo.xml) ------
12:23:57.586 T:140363165120256   DEBUG: CurlFile::Open(0x7fa8b8568120) http://mirrors.kodi.tv/addons/krypton/script.trumptweets/script.trumptweets-1.0.4.zip
12:23:57.998 T:140363165120256   ERROR: CCurlFile::FillBuffer - Failed: Couldn't connect to server(7)
12:23:57.998 T:140363165120256   DEBUG: CCurlFile::Open - effective URL: <http://mirror.ufs.ac.za/xbmc/addons/krypton/script.trumptweets/script.trumptweets-1.0.4.zip>
12:23:57.998 T:140363165120256   ERROR: CAddonInstallJob[script.trumptweets]: MD5 mismatch after download. Expected e8a6f403c457132fe8c36d7268db1944, was D41D8CD98F00B204E9800998ECF8427E

CBS broken

CBS have changed their website which broke browseCategory(). It is fixable, but the downside is, that it is no longer possible to detect whether a season has episodes available or is all premium. You can only find out after checking the season in question.

Does not update slideshow when new videos are added to the source directory after the slideshow has started.

Hello,

I am using a raspberry pi 3 with raspbian operating system and I have kodi v17.3 installed. I downloaded this video screensaver addon (screensaver.videosaver) and ran it after specifying settings to point to a source directory where I had some .mp4 files. The screensaver seems to run fine however, as I started adding more and more .mp4 files when the screensaver was already running, it did not pick up the new files, it only kept playing the few files that were in the directory when the addon was first started.

What was good was if some videos were deleted (the ones that were in the directory when the slideshow first started), it immediately recognized that they were no longer present and did not play them which was good.

Is there something we can do to fix this issue?
Please let me know if you need more information to address this.

Sincerely,
KB

Locast dependency

The latest locast update depends on uepg 1.0.6 but only 1.0.5e is available

Cannot open any Newscast [Needs Update]

Hey their, sorry for bothering you but your the only person who know how to provide local news with our states. Is their any chance you can update its add-on and there video api keys to there NewsOn Website. If you could, that would be great and i would be appy to have this for my full on media center.

Please fix Pluto TV, and a few suggestions

Hi there.
Please fix the live channels and EPG on Pluto.
You may use my m3u:

Oh and also. On the XUMO tv addon, most of the channels aren't the actual channels but rather the current video. Do you think you could fix that?
Also, for your streams I see you're using the "dai2.xumo.com" url. But you can use "https://cinedigm.vo.llnwd.net/conssui" instead in order to bypass the expiration token.
There are a few exceptions though. Some of the redbox channels such as ShoutFactory TV, Rush and Mystery Science Theater 3000 use "-redbox.amagi.tv/hls/".

Anyway. Hit me back.

lastfmtube for music only

Hi Lunatixz,
I see that your lastfmtube addon is based on the possibility to watch your favorite video clips. And that's great.
But I would like to ask you if you would consider adding features in order to shape lastfmtube into a free Deezer/Spotify/Pandora replacement. Youtube is filled up with music and most artists have all their discography uploaded on YT. Whether that's fair or not, it's not up to me to evaluate but it's there, readily available for us to listen to.
Most times you only have to search by [artist name + album name + "full album"] and you get hit with playlists of all the songs in the albums in average audio quality.
Also, YT allows you to not only grab the video in several different streams (quality separated) but it also allows you to grab the audio tracks only, in either mp3 or aac.
These features, searchable audio files coming from youtube servers, combined with last.fm would allow for a very nice free replacement for Spotify.
Just the audio tracks. Listen only to your previously scrobbled music or to your previously "loved" music. That would be awesome.
Hope you found it interesting.
Thanks mate.

All folders empty

The folders i.e. nightlx, release etc. appear empty. No downloads being offered.
Version 1.1.1

example and example json data causes errors and codes need correction

It took me days to solve the following problems:

  1. the readme "Minimum JSON Example" link misses. (which links to (https://github.com/Lunatixz/XBMC_Addons/raw/master/script.module.uepg/resources/example.json) )
  2. running json example you provides(which the real URL should be (https://github.com/Lunatixz/KODI_Addons/blob/master/script.module.uepg/resources/example.json) generates a lot of problems, and the correct json data structure should be as follows:
epgsrcdict = [{
	"channelname": "testch1",
	"channelnumber": 1,
	"channellogo": "",
	"isfavorite": "False",
	"guidedata": [{
		"url": "",
		"starttime": 0,
		"endtime": 0,
		"runtime": 0,
		"label": "",
		"label2": "HD",
		"art": {
			"thumb": "test.png"
		},
		"streamdetails": {
			"video": ""
		}
	}]
}]
epgsrcdict = json.dumps(epgsrcdict)
uepg.initChannels(params, data=epgsrcdict, dataType='json')
  1. upeg.py line 178 code would generate errors ( '' object or empty string should not be the argument of int() )
    for idx, tmpdata in enumerate(selfchannelguidedata): totalTime = totalTime + int((tmpdata.get('runtime','') or tmpdata.get('duration','')))
  2. url paramter example is wrong where you provides json.dumps("7200”), where the numbers should not be in string type.
  3. after I solve the problems mentioned above, the epg still does not show. Kodi just runs and does not stop, and I just don't know what the problem is. The error logs are something like this:

2020-02-20 20:31:09.312 T:17260 ERROR: CPythonInvoker(4,
C:\Users\TJ\AppData\Roaming\Kodi\addons\plugin.video.testvideo\addon.py): script didn't stop in 5 seconds - let's kill it
2020-02-20 20:31:09.312 T:17260 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.testvideo/epg/
2020-02-20 20:31:09.315 T:6232 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.testvideo/epg/) failed
2020-02-20 20:31:10.295 T:5116 NOTICE: [xbmcswift2] Request for "/" matches rule for function "index"
2020-02-20 20:31:12.218 T:17876 NOTICE: [xbmcswift2] Request for "/epg/" matches rule for function "list_epg"
2020-02-20 20:31:32.928 T:6232 WARNING: CGUIWindowManager - CGUIWindowManager::HandleAction - ignoring action 107, because topmost modal dialog closing animation is running

  1. Your script just won't work with the above simple epg data in json format.

script.enableit

Hello
thanks for this cript
do you have plans to make a user's choice
something to make the window open and select ON or OFF for all add-ons and repos

[NewsOn] cannot play newscasts

ERROR: NEWADDON Unknown Video Info Key "label"
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!

Error Type: <type 'exceptions.TypeError'>
Error Contents: unsupported operand type(s) for +: 'int' and 'str'
Traceback (most recent call last):

File "/storage/.kodi/addons/plugin.video.newson/default.py", line 24, in <module>
 if __name__ == '__main__': newson.NewsOn(sys.argv).run()

File "/storage/.kodi/addons/plugin.video.newson/resources/lib/newson.py", line 251, in run
 elif mode == 1: self.newsCasts(url)

File "/storage/.kodi/addons/plugin.video.newson/resources/lib/newson.py", line 145, in newsCasts
 chid = chid+'.%d'%idx if idx > 0 else chid

TypeError: unsupported operand type(s) for +: 'int' and 'str'
 -->End of Python script error report<--

[screensaver.google.earth] api changed

Hi. All my kodi devices stuck with default marble canyon image. After some investigating I found out that key "nextApi" in json is no more. Looks like it replaces with "nextSlug"

I made some changes and it working now
- baseAPI = results['nextApi']
+ baseAPI = "/_api/{}.json".format(results['nextSlug'])

Time and Temp Display

Hi, for those using plasma, Time and Temp being on screen all the time may cause screen burn issues.
What about add a option to fade it together with Google Earth logo and location?

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.