Kodi Community Forum

Full Version: service.defaultplaybackspeed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Does it what it says on the tin, sets the default playback speed to somewhere between 0.8x and 1.5x

Install Repo:
https://znedw.github.io/kodi.repository/repo/
Source:
https://github.com/znedw/kodi.repository...ybackspeed

First add-on so be gentle please Smile

Note!!!:
Be sure to enable "Sync playback to display", under Settings -> Player -> Videos.
Image
Changelog:
v1.0.0 - Initial release
v1.0.1 - use onAVStarted instead of isPlayingVideo
Thanks for this! Is there any way to get it to work with internet streams? It seems to break internet addons when I have it enabled (Twitch, etc)
(2020-09-23, 22:52)znedw Wrote: [ -> ]Image
Changelog:
v1.0.0 - Initial release
v1.0.1 - use onAVStarted instead of isPlayingVideo

thankyou, thought it wasn't working initially, but then after diving into my addons I could configure it, not sure why it doesn't populate under add ons on the main page. Would be great if it could be configured from the video playback screen, but it is a welcome addition as is.
Can this be installed with a Google Play version of Kodi, on an Nvidia Shield TV, for example?
(2020-10-09, 05:57)amitlu Wrote: [ -> ]Thanks for this! Is there any way to get it to work with internet streams? It seems to break internet addons when I have it enabled (Twitch, etc)

I can repro this easily but I can't find anything useful in the logs sorry Sad 

(2020-12-28, 19:36)Knocks Wrote: [ -> ]Can this be installed with a Google Play version of Kodi, on an Nvidia Shield TV, for example?

Yep I'm using a Shield Pro.

I'll do a Matrix repo at some stage as well!
if you can get this to work for matrix that would be awesome!
Thanks for this. I can set the playback on each video as I start, but it doesn't set as a default for all videos. Is there a way to do that? I could not find any configuration.
(2021-03-13, 09:41)rakali Wrote: [ -> ]Thanks for this. I can set the playback on each video as I start, but it doesn't set as a default for all videos. Is there a way to do that? I could not find any configuration.

It should be in addon settings
Matrix is in the repo now
matrix addon has been bumped to v1.0.3

Changelog:

v1.0.3 - trivial - formatting
v1.0.2 - update ref for `xbmcvfs.translatePath`
It doesn’t seem like it’s doing anything on my Xbox. It installed a zip file, but I don’t see it listed under anything.
is there a way to change the speed within the video as well
(2021-08-29, 02:28)darrensstarkid Wrote: [ -> ]is there a way to change the speed within the video as well

You can bind a key to a custom command and call TempoUp() or TempoDown(), that's all the plugin is doing... I use https://yatse.tv remote for android to do this very thing.
(2021-08-31, 02:39)znedw Wrote: [ -> ]
(2021-08-29, 02:28)darrensstarkid Wrote: [ -> ]is there a way to change the speed within the video as well

You can bind a key to a custom command and call TempoUp() or TempoDown(), that's all the plugin is doing... I use https://yatse.tv remote for android to do this very thing.
Hey thanks for this as I have been looking for the very same thing.
I have tried various ways of binding these keys and for some reason cannot get it to trigger, can you please for a noob like me post a detailed guide.
Thank YOu
Pages: 1 2