k----n

Results 14 comments of k----n

If you notice that the last char of a word is getting broken up, there are two solutions: 1. Add a space at the end of your string 2. Move...

So the '#' should be stripped when exporting?

If anybody is looking to implement this, https://codepen.io/onigetoc/pen/veWNbP is a good starting point for how to load and parse the playlist. I made a PR (#336 ) based on that...

@vandanmshah Please look at my PR #328 first and see if it's fixed. I think it's been solved, but it just hasn't been really tested yet.

@vandanmshah Okay, I see what you mean. I added something for the 'ended' EventListener and enabled/disabled plyr's 'loop' option, and it seems to sort of fix it. I feel like...

@vandanmshah Please do! I haven't really looked into why the play/pause button doesn't update. Maybe submit a PR to my branch? https://github.com/k----n/zen-audio-player.github.io/tree/repeat-fix

Any updates? Is this up for grabs again?

@lcpunch @shakeelmohamed I implemented autoplay the next related video in this PR: https://github.com/zen-audio-player/zen-audio-player.github.io/pull/329 Not sure if it's mergeable? It was working last time I ran it in October 2019.

I would probably use a SPARQL query instead ([https://query.wikidata.org/](url)).

Use the "wdt" prefix in the predicate. ``` SELECT * WHERE { wd:Q498805 wdt:P569 ?o . SERVICE wikibase:label { bd:serviceParam wikibase:language "en" } } ```