Daniel Șuteu

Results 94 comments of Daniel Șuteu

> It would be really nice to be given a list of packages that provide java-runtime, when searching for it. I agree, but currently this feature is not supported by...

This seems to be an issue with using `https` for `bitbucket` links: ```console git clone https://bitbucket.org/stativ/readymedia-transcode.git\#branch\=transcode ``` Output: ``` Cloning into 'readymedia-transcode.git#branch=transcode'... remote: Not Found fatal: repository 'https://bitbucket.org/stativ/readymedia-transcode.git#branch=transcode/' not found...

@aksh1618: Edit prompts are design to appear even when the diff is empty to allow editing the PKGBUILD. @Lockdis: the view only the diff between updates, set `show_diff_only => 1`...

This code may provide some hints for implementing this feature: https://github.com/trizen/pipe-viewer/blob/1ddef6847d64b5567944bc0ad6336db405ed721d/lib/WWW/PipeViewer/InitialData.pm#L678..L774

Support for logging in is not implemented in `straw-viewer`. You may want to use [youtube-viewer](https://github.com/trizen/youtube-viewer) for this, but you will need an API key and client ID/SECRET values. Please refer...

This would be possible by using ncurses. But there are no current plans for making this change.

Thanks! One minor correction: `liblwp-useragent-chicaching-perl` ([LWP::UserAgent::CHICaching](https://metacpan.org/pod/LWP::UserAgent::CHICaching)) is not needed. Notice that it is different from [LWP::UserAgent::Cached](https://metacpan.org/pod/LWP::UserAgent::Cached) (what `pipe-viewer` uses, if available).

With the `mpv` player, this is possible by appending the `--loop-file=inf` argument. ```console pipe-viewer --append-arg='--loop-file=2' # repeat two times pipe-viewer --append-arg='--loop-file=inf' # infinite repeat ```

Currently, the `--page=i` and `--results=i` options only apply to displaying videos from the local playlists. Example: ```console $ pipe-viewer --watched-videos --results=50 $ pipe-viewer --watched-videos --results=10 --page=2 ``` Extending them to...

This is a limitation of the [API](https://github.com/omarroth/invidious/wiki/API) of [invidio.us](https://invidio.us): in search results, videos do not have the number of likes and dislikes. Only [/api/v1/videos/:id](https://github.com/omarroth/invidious/wiki/API#get-apiv1videosid) has this information, which can be...