Giter VIP home page Giter VIP logo

Comments (3)

benzimmer avatar benzimmer commented on July 20, 2024 1

The bug preventing the deeplink to work is fixed now and I also took the chance to fully implement the solution described here: https://podlove.org/deep-link/

So URLs like this should work as expected:

https://example.com/ep-1/#t=123          # plays from second 123 to the end
https://example.com/ep-1/#t=,123         # plays from start to second 123
https://example.com/ep-1/#t=123,321   # plays from second 123 to second 321
https://example.com/ep-1/#t=00:01:00 # plays from minute 1 to the end 321
...

from podigee-podcast-player.

haslinger avatar haslinger commented on July 20, 2024

Well .. it's 🎅 ... time for wishes ... it would be 😍 to share a snippet ... like #t=777&d=28 ... in the sense of 28 seconds starting from second 777 ...

from podigee-podcast-player.

haslinger avatar haslinger commented on July 20, 2024

I believe, we see a regression here:
http://podigee.github.io/podigee-podcast-player/#t=10,20
throws a

Uncaught TypeError: Failed to set the 'currentTime' property on 'HTMLMediaElement': The provided double value is non-finite.
    at t.setInitialTime (http://podigee.github.io/podigee-podcast-player/build/javascripts/podigee-podcast-player.js:8:21895)
    at t.setInitialTime (http://podigee.github.io/podigee-podcast-player/build/javascripts/podigee-podcast-player.js:8:19751)
    at new t (http://podigee.github.io/podigee-podcast-player/build/javascripts/podigee-podcast-player.js:8:20432)
    at t.initPlayer (http://podigee.github.io/podigee-podcast-player/build/javascripts/podigee-podcast-player.js:7:22865)
    at t.initPlayer (http://podigee.github.io/podigee-podcast-player/build/javascripts/podigee-podcast-player.js:7:20941)
    at Object.<anonymous> (http://podigee.github.io/podigee-podcast-player/build/javascripts/podigee-podcast-player.js:7:22116)
    at c (http://podigee.github.io/podigee-podcast-player/build/javascripts/podigee-podcast-player.js:2:6371)
    at Object.fireWith [as resolveWith] (http://podigee.github.io/podigee-podcast-player/build/javascripts/podigee-podcast-player.js:2:7188)
    at Object.i.(anonymous function) [as resolve] (http://podigee.github.io/podigee-podcast-player/build/javascripts/podigee-podcast-player.js:2:8178)
    at Object.<anonymous> (http://podigee.github.io/podigee-podcast-player/build/javascripts/podigee-podcast-player.js:7:22757)
t.setInitialTime @ podigee-podcast-player.js:8
(anonymous) @ podigee-podcast-player.js:8
t @ podigee-podcast-player.js:8
t.initPlayer @ podigee-podcast-player.js:7
(anonymous) @ podigee-podcast-player.js:7
(anonymous) @ podigee-podcast-player.js:7
c @ podigee-podcast-player.js:2
fireWith @ podigee-podcast-player.js:2
i.(anonymous function) @ podigee-podcast-player.js:2
(anonymous) @ podigee-podcast-player.js:7
c @ podigee-podcast-player.js:2
fireWith @ podigee-podcast-player.js:2
i.(anonymous function) @ podigee-podcast-player.js:2
(anonymous) @ podigee-podcast-player.js:8
c @ podigee-podcast-player.js:2
fireWith @ podigee-podcast-player.js:2
n @ podigee-podcast-player.js:3
e @ podigee-podcast-player.js:3
podigee-podcast-player.js:7 Uncaught TypeError: Cannot read property 'updateBarWidths' of undefined
    at t.sendSizeChange (podigee-podcast-player.js:7)
    at t.sendSizeChange (podigee-podcast-player.js:7)
    at HTMLImageElement.<anonymous> (podigee-podcast-player.js:8)
    at HTMLImageElement.dispatch (podigee-podcast-player.js:2)
    at HTMLImageElement.m.handle (podigee-podcast-player.js:2)

from podigee-podcast-player.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.