2017-07-14, 18:38
great add on thanks
can anyone tell me how to easily repeat the playlsit
thanks
can anyone tell me how to easily repeat the playlsit
thanks
(2017-12-03, 04:44)elindsey Wrote: I have submitted some pull requests, which add the following features:Wonderful! Thanks for your pull requests!If you just can't stand to wait, I've merged all three of these changes into my master branch. Just replace the PartymodeAutostart.py file and the resources/ folder and you're good to go.
- The oft-requested playback controls (repeat and random)
- A toggle to enable party mode when auto-starting a playlist
- Explicit countdown window that actually tells you what it's going to do (my own bonus feature)
python:15:47:36.251 T:506475947088 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: invalid literal for int() with base 10: ''
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.partymode.autostart/PartymodeAutostart.py", line 194, in <module>
Main()
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.partymode.autostart/PartymodeAutostart.py", line 33, in __init__
self.serviceMonitor = serviceMonitor(self._getSettings(), self._onScreensaverAction)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.partymode.autostart/PartymodeAutostart.py", line 60, in _getSettings
self.playbackRandom = int(__addon__.getSetting('playback-random'))
ValueError: invalid literal for int() with base 10: ''
-->End of Python script error report<--
(2017-12-12, 17:00)JanMann Wrote: Hey,https://github.com/elbowz/partymode-auto...e/issues/6
I use Kodi v17.6 on an android box but the addon won't start :-( I've got the following Error in my kodi.log:
python:15:47:36.251 T:506475947088 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: invalid literal for int() with base 10: ''
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.partymode.autostart/PartymodeAutostart.py", line 194, in <module>
Main()
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.partymode.autostart/PartymodeAutostart.py", line 33, in __init__
self.serviceMonitor = serviceMonitor(self._getSettings(), self._onScreensaverAction)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.partymode.autostart/PartymodeAutostart.py", line 60, in _getSettings
self.playbackRandom = int(__addon__.getSetting('playback-random'))
ValueError: invalid literal for int() with base 10: ''
-->End of Python script error report<--
(2017-12-12, 17:01)muttley:bd Wrote:Thx, the workaround works for me! <3(2017-12-12, 17:00)JanMann Wrote: Hey,https://github.com/elbowz/partymode-auto...e/issues/6
I use Kodi v17.6 on an android box but the addon won't start :-( I've got the following Error in my kodi.log:
python:15:47:36.251 T:506475947088 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: invalid literal for int() with base 10: ''
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.partymode.autostart/PartymodeAutostart.py", line 194, in <module>
Main()
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.partymode.autostart/PartymodeAutostart.py", line 33, in __init__
self.serviceMonitor = serviceMonitor(self._getSettings(), self._onScreensaverAction)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.partymode.autostart/PartymodeAutostart.py", line 60, in _getSettings
self.playbackRandom = int(__addon__.getSetting('playback-random'))
ValueError: invalid literal for int() with base 10: ''
-->End of Python script error report<--
(2017-12-04, 15:26)muttley:bd Wrote:Is there a way to disable the countdown notification?(2017-12-03, 04:44)elindsey Wrote: I have submitted some pull requests, which add the following features:Wonderful! Thanks for your pull requests!If you just can't stand to wait, I've merged all three of these changes into my master branch. Just replace the PartymodeAutostart.py file and the resources/ folder and you're good to go.
- The oft-requested playback controls (repeat and random)
- A toggle to enable party mode when auto-starting a playlist
- Explicit countdown window that actually tells you what it's going to do (my own bonus feature)
I have merged it and submitted to Official Kodi repository