Results 603 comments of absidue

Closing as this should be fixed with 15.0.0 (deno was using the node entrypoint instead of the deno one).

Please solve the conflicts properly, you seem to have pulled in all the commits from the development branch so now it is really difficult to tell what changes are yours...

The post-install configuration documentation, says to setup up an at least daily, ideally hourly restart, sounds like you might not have done that: > Because of various issues Invidious must...

The `hdr` property contains the strings: `'SDR'`, `'PQ'` or `'HLG'`, it is not a boolean value, the code is working correctly. You can easily check it yourself, by calling `getVariantTracks()`...

YouTube doesn't provide any streams like that, you will have to download an audio stream and a video stream from the `adaptive_formats` array and then combine them with a tool...

Closing as it seems unlikely that this will get merged and hopefully we'll switch to Pinia soon which has much better typing support out of the box.

> I'd appreciate any input on adding an unlisted badge in the form of a `videoTag` class for videos in playlists and watch history as well That information isn't available...

@ChunkyProgrammer Every video with subtitles e.g. https://www.youtube.com/watch?v=1YFR20MmvpM On YouTube on the watch page, click the 3 dots button next to the save one: ![show-transcript](https://user-images.githubusercontent.com/48293849/236407074-1912558e-38a6-425e-860e-55d4467e3c11.png) Both YouTube.js and Invidious don't currently...

On YouTube the transcripts are just the captions displayed differently (yes the text content is identical). Until we get around to implementing a special UI for that, you can also...

Please change it in the local API parsing not in the display code. If we know that there are zero views we should show 0 views, we only hide stuff...