kittsville / GifSound-2

Abandoned remake of gifsound.com with modular media plugins and no server-side code
https://sci1.uk/GifSound-2/
GNU General Public License v2.0
4 stars 1 forks source link

YTPlugin is ignoring video start time #5

Closed kittsville closed 8 years ago

kittsville commented 8 years ago

startSeconds is definitely being set to the value of YTPlugin.s.startTime which matches form input but for some reason the video isn't starting at the offset.

kittsville commented 8 years ago

I suspect evil forces

kittsville commented 8 years ago

While startSeconds is a valid parameter I was able to fix it by using the player's start parameter instead.

Future idea: Add advanced options with end parameter so loops can go between two points.