pablosambuco / caststatusserver

Web app for playing status and basic control of all the chromecast devices in your local network
MIT License
1 stars 0 forks source link

Arreglar el forward #5

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

Arreglar el forward

esto tendria que ser seek al final (hoy va a -5 segundos del final)

la propiedad es status.duration

https://github.com/pablosambuco/CastStatusServer/blob/fe7fc13ea00378f48eb3f85c10501efbc1c5c19b/caststatusserver.py#L268

            try:
                # self.casts[cast].media_controller.skip()
                # TODO Arreglar el forward
                #  esto tendria que ser seek al final (hoy va a -5 segundos del final)
                #  la propiedad es status.duration
                self.casts[cast].media_controller.queue_next()
            except AttributeError:
                pass

b5763b7ca8c9525f875dd387a74dc6a2e7fb4041

pablosambuco commented 3 years ago

Se modificó haciendo un cambio para realizar el seek al final del contenido actual.

pablosambuco commented 3 years ago

Commit b51a31730a6af744d71a34951dff5a9e0c94d226