sun95n

Results 18 comments of sun95n

Your output points to umpv failing to recognize the `arg` and `audio` keys. Try the following: ``` video_player_selected => "mpv", video_players => { mpv => { arg => "*URL*", audio...

I assume you mean [mpv](https://mpv.io/) (video window) right? Then review the options that deal with this behavior: [screen](https://mpv.io/manual/stable/#options-screen) [geometry](https://mpv.io/manual/stable/#options-geometry) [autofit](https://mpv.io/manual/stable/#options-autofit) Although if you mean [the window generated by the GTK...

I had [this](https://github.com/bBoxType/FiraSans/issues/23) problem when installing `fira` in Cinnamon 20. I was able to solve it by setting `None` in `Hinting` (Font Configuration) It seems that this option makes the...

I didn't think I would find a solution for this, haha. It was enough to set `split_videos` to `0` to avoid the download limits. Although **you will only be able...

@trizen YouTube has now limited the resolution to `360p` for split videos :( mpv users have proposed a couple more solutions to this problem, however, [Guidocella's comment](https://github.com/mpv-player/mpv/issues/8655#issuecomment-1199733728) continues to be...

> YouTube has now limited the resolution to 360p for split videos :( There is no more `720p` https://github.com/trizen/pipe-viewer/blob/6f692afe25530d6568e8763c3d468224ee131afd/bin/pipe-viewer#L5137-L5141

The second method worked for me. Thank you so much! :D