Open zenny opened 1 year ago
The pipe-viewer
version is latest from master.
$ ./pipe-viewer --version
CLI Pipe Viewer 0.4.7
This issue appears to be with pipe-viewer
unable to pipe the long filenames, but NOT with the mpv
(unlike https://github.com/smplayer-dev/smplayer/discussions/569#discussioncomment-3994085).
The reason is:
screenshot-template="%F - [%P]v%#01n"
reports Error writing screenshot!
with pipe-viewer, but goes well with mpv
standalone whereas
screenshot-template="screenshot_%n_%p_%02n"
produces the screenshot without any error when pressed s
in pipe viewer.
Any clue appreciated! Thanks.
Hi @trizen
Taking screenshot with long filenames in pipe-viewer
have become a hurdle despite the fact that it goes well with standalone mpv
. Wish someone look into this outstanding bug that remained unsolved for a long time.
Thanks again, and Cheers
Hi,
Context:
mpv
has been assigned as a backend topipe-viewer
in `~/.config/pipe-viewer/pipe-viewer.confWhen
mpv
is configured to grasp screenshot to the $PWD plays well withpipe-viewer
When
mpv
is asked to save the screenshot to a specific location in~/.config/mpv/mpv.conf
mpv
standalone (outside `pipe-viewer) captures the screenshot as desired in the relevant folder specified above.**But
pipe-viewer
fails to screenshot withError writing screenshot!
when presseds
!Any idea? Thanks!