Tiogaplanet
Tiogaplanet
I'm sorry, I didn't mean to make you defensive. I'm talking about the extra line between each printed line. The examples you provide on your website, are single spaced and...
No problem! ``` openconsole@basement:/mnt/path/to/files$ exifgrep '(ImageDescription|UserComment|DateTimeOriginal)' IMGP6246.JPG | cut -d . -f 4- ``` produced the following in a terminal, single-spaced: ``` ImageDescription = 'Another Snow Day at Nana and...
Tried the downloaded yudit font, also tried compiling current feh from source, now it's worse. My command is: ``` /usr/local/bin/feh \ --fontpath /usr/share/feh/fonts/ --font='yudit/12' \ --info "exiftool -imagedescription -datetimeoriginal -usercomment...
One pair of warning messages is caused by --info and the second pair of warning messages is caused by -d. Using fontpath and font seem to have no effect and...
Affirmative. ``` ls -l /usr/share/feh/fonts total 60 -rw-r--r-- 1 root root 57708 Nov 19 15:58 yudit.ttf sha256sum /usr/share/feh/fonts/yudit.ttf 59917763f1f8fce487e92a27038bea1f883bae59b70e00c3bcaff45e37a01560 /usr/share/feh/fonts/yudit.ttf ```
I'm embarrassed to tell you. Specific flavor of Ubuntu shown below is Lubuntu with LXDE. ``` $ sudo dmidecode | grep -A3 '^System Information' System Information Manufacturer: Dell Computer Corporation...
For now I have figured out that if I `cd feh-3.11.2/` and `make install-font` I can get feh running with `feh --fontpath /usr/local/share/feh/fonts/ --font='yudit/12' --info "exiftool -imagedescription -datetimeoriginal -usercomment %F...
Real ugly but works for now. All of this is for a dedicated machine running a slideshow of 24,000 photos. Added user openconsole to sudoers to run `~/feschript` without a...