Kodi Community Forum
Alpha Evolve: Apple 4K TV Screensavers [featuring the new Underwater Screensavers] - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Look and feel (https://forum.kodi.tv/forumdisplay.php?fid=178)
+---- Thread: Alpha Evolve: Apple 4K TV Screensavers [featuring the new Underwater Screensavers] (/showthread.php?tid=347678)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17


RE: Evolve: Apple 4K TV Screensavers [featuring the new Underwater Screensavers] - Hitcher - 2020-09-25

Recently upgraded to Matrix and after a couple of changes to get this running I'm now getting this error when trying to download them -

xml:
-->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'TypeError'>
Error Contents: function takes at most 2 arguments (4 given)
Traceback (most recent call last):
 File "C:\Kodi_Nightly\portable_data\addons\screensaver.evolve.apple\main.py", line 686, in <module>
   Main('save')
 File "C:\Kodi_Nightly\portable_data\addons\screensaver.evolve.apple\main.py", line 39, in __init__
   LocalizeVideos(log=self.LOG).download(mode)
 File "C:\Kodi_Nightly\portable_data\addons\screensaver.evolve.apple\main.py", line 592, in download
   self.getStream(video, vLen)
 File "C:\Kodi_Nightly\portable_data\addons\screensaver.evolve.apple\main.py", line 649, in getStream
   PROGRESS.update(int(percent), line0, line1, line2, )
TypeError: function takes at most 2 arguments (4 given)
-->End of Python script error report<--



RE: Evolve: Apple 4K TV Screensavers [featuring the new Underwater Screensavers] - smitchell6879 - 2020-10-27

(2020-09-25, 19:33)Hitcher Wrote: Recently upgraded to Matrix and after a couple of changes to get this running I'm now getting this error when trying to download them -

xml:
-->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'TypeError'>
Error Contents: function takes at most 2 arguments (4 given)
Traceback (most recent call last):
 File "C:\Kodi_Nightly\portable_data\addons\screensaver.evolve.apple\main.py", line 686, in <module>
   Main('save')
 File "C:\Kodi_Nightly\portable_data\addons\screensaver.evolve.apple\main.py", line 39, in __init__
   LocalizeVideos(log=self.LOG).download(mode)
 File "C:\Kodi_Nightly\portable_data\addons\screensaver.evolve.apple\main.py", line 592, in download
   self.getStream(video, vLen)
 File "C:\Kodi_Nightly\portable_data\addons\screensaver.evolve.apple\main.py", line 649, in getStream
   PROGRESS.update(int(percent), line0, line1, line2, )
TypeError: function takes at most 2 arguments (4 given)
-->End of Python script error report<--

Sorry I have been away for a while I just installed the newest version of K19 and am have a lot more issues then that. Unfortunately I honestly do not have the time to chase down the issue just yet, as I am working on something else. Plus I have not coded anything in kodi in so long I will have to relearn the in an outs again. I will update it in the future but I cant tell you when that will be.


RE: Evolve: Apple 4K TV Screensavers [featuring the new Underwater Screensavers] - Hitcher - 2020-10-27

(2020-10-27, 11:59)smitchell6879 Wrote: I will update it in the future but I cant tell you when that will be.

No worries.


RE: Evolve: Apple 4K TV Screensavers [featuring the new Underwater Screensavers] - graysky - 2020-12-22

Is version 1.1.2 compatible with v19?  When I try to enable it, I get an incompatible warning.  Using this zip file.


RE: Evolve: Apple 4K TV Screensavers [featuring the new Underwater Screensavers] - pred - 2021-01-02

hi, on my RPi2 with LibreELEC 9.2.6 i configured the screensaver to Video Mode: Local, set a Download Location, Quality to HD and downloaded the ISS location videos.

The videos play with a little stuttering, probably because they are downloaded in HVEC version. *Could you add a h264 download/stream option?*

Also the screensaver stops with the last frame of the first video. are the logs:

https://paste.kodi.tv/xogutubuza


RE: Evolve: Apple 4K TV Screensavers [featuring the new Underwater Screensavers] - sonic - 2021-01-11

(2020-12-22, 21:24)graysky Wrote: Is version 1.1.2 compatible with v19?  When I try to enable it, I get an incompatible warning.  Using this zip file.

Same issue here, would love to have this working. Anyone who have a fix to get it running?


RE: Evolve: Apple 4K TV Screensavers [featuring the new Underwater Screensavers] - graysky - 2021-01-11

(2021-01-11, 18:18)sonic Wrote:
(2020-12-22, 21:24)graysky Wrote: Is version 1.1.2 compatible with v19?  When I try to enable it, I get an incompatible warning.  Using this zip file.

Same issue here, would love to have this working. Anyone who have a fix to get it running?
Not yet.  You can use the one by @enen92 if you apply the following PR to it.  https://github.com/enen92/screensaver.atv4/pull/46


Evolve: Apple 4K TV Screensavers [featuring the new Underwater Screensavers] - sonic - 2021-01-11

(2021-01-11, 19:03)graysky Wrote:
(2021-01-11, 18:18)sonic Wrote:
(2020-12-22, 21:24)graysky Wrote: Is version 1.1.2 compatible with v19?  When I try to enable it, I get an incompatible warning.  Using this zip file.

Same issue here, would love to have this working. Anyone who have a fix to get it running?
Not yet.  You can use the one by @enen92 if you apply the following PR to it.  https://github.com/enen92/screensaver.atv4/pull/46


Thanks, will try that tomorrow Smile. Been missing this screensaver since my move to newest Kodi.

Edit: It worked Smile Thanks @graysky


RE: Evolve: Apple 4K TV Screensavers [featuring the new Underwater Screensavers] - d3niall - 2021-02-22

(2021-01-11, 18:18)sonic Wrote:
(2020-12-22, 21:24)graysky Wrote: Is version 1.1.2 compatible with v19?  When I try to enable it, I get an incompatible warning.  Using this zip file.

Same issue here, would love to have this working. Anyone who have a fix to get it running?
Have v 1.1.2 working on Kodi 19, you can apply the same bugfix from the enen92 screensaver.

Edit the "addon.xml" file in the zip file, change line 7.

From:
Code:
<import addon="xbmc.python" version="2.14.0"/>

To:
Code:
<import addon="xbmc.python" version="3.0.0"/>

Save to the zip file, then re-import.


RE: Evolve: Apple 4K TV Screensavers [featuring the new Underwater Screensavers] - mark_dj - 2021-02-25

(2021-02-22, 15:32)d3niall Wrote:
(2021-01-11, 18:18)sonic Wrote:
(2020-12-22, 21:24)graysky Wrote: Is version 1.1.2 compatible with v19?  When I try to enable it, I get an incompatible warning.  Using this zip file.

Same issue here, would love to have this working. Anyone who have a fix to get it running?
Have v 1.1.2 working on Kodi 19, you can apply the same bugfix from the enen92 screensaver.

Edit the "addon.xml" file in the zip file, change line 7.

From:
Code:
<import addon="xbmc.python" version="2.14.0"/>

To:
Code:
<import addon="xbmc.python" version="3.0.0"/>

Save to the zip file, then re-import.
Anyone able to download the videos? I get an error. It creates the folder China but that's it.


RE: Evolve: Apple 4K TV Screensavers [featuring the new Underwater Screensavers] - mark_dj - 2021-02-27

(2021-02-25, 21:22)mark_dj Wrote:
(2021-02-22, 15:32)d3niall Wrote:
(2021-01-11, 18:18)sonic Wrote: Same issue here, would love to have this working. Anyone who have a fix to get it running?
Have v 1.1.2 working on Kodi 19, you can apply the same bugfix from the enen92 screensaver.

Edit the "addon.xml" file in the zip file, change line 7.

From:
Code:
<import addon="xbmc.python" version="2.14.0"/>

To:
Code:
<import addon="xbmc.python" version="3.0.0"/>

Save to the zip file, then re-import.
Anyone able to download the videos? I get an error. It creates the folder China but that's it.

Just noticed it doesn’t start on Android without first downloading the files. Anyone knows of a fix or where I can download the files myself?


RE: Evolve: Apple 4K TV Screensavers [featuring the new Underwater Screensavers] - Hitcher - 2021-02-27

(2021-02-27, 09:23)mark_dj Wrote: Anyone knows of a fix or where I can download the files myself?

I used it on Windows to download them all them transferred them all to a USB stick to run it on my Shield TV.


RE: Evolve: Apple 4K TV Screensavers [featuring the new Underwater Screensavers] - mark_dj - 2021-02-27

(2021-02-27, 10:08)Hitcher Wrote:
(2021-02-27, 09:23)mark_dj Wrote: Anyone knows of a fix or where I can download the files myself?

I used it on Windows to download them all them transferred them all to a USB stick to run it on my Shield TV.

Good tip, thank you!


RE: Evolve: Apple 4K TV Screensavers [featuring the new Underwater Screensavers] - mark_dj - 2021-02-27

(2021-02-27, 10:23)mark_dj Wrote:
(2021-02-27, 10:08)Hitcher Wrote:
(2021-02-27, 09:23)mark_dj Wrote: Anyone knows of a fix or where I can download the files myself?

I used it on Windows to download them all them transferred them all to a USB stick to run it on my Shield TV.

Good tip, thank you!

Even on Windows I get the same error :/

Edit: had to revert back to Kodi 18.9 to get to download them.


RE: Evolve: Apple 4K TV Screensavers [featuring the new Underwater Screensavers] - mark_dj - 2021-03-03

Any way to disable the screensaver from playing when Kodi is minimized/switched to different app (Android) or when the TV is powered off?