Mh? We’re using jellyfin in Firefox all the time in our household. Or do you mean for specific codecs?
- 0 Posts
- 11 Comments
Actually, I don’t. What am I looking at?
hoppolito@mander.xyzto Linux@programming.dev•The Quiet Revolution: GNU/Linux Crosses 6% Desktop Market Share—And It’s Just the BeginningEnglish3·17 days agoMS was the largest contributor to the Linux repos in around 2010 resulting in WSL.
embrace
hoppolito@mander.xyzto Selfhosted@lemmy.world•What do you use for music library streaming?English2·26 days agoI also switched to gonic over navidrome (even though I liked it a lot) because iirc I couldn’t get navidrome to pull Artist pictures in correctly. gonic i could just connect to lastfm and everything worked - and i could still connect to listenbrainz for my actual scrobbling.
My right or your right?
hoppolito@mander.xyzto Selfhosted@lemmy.world•Searching through a bulk of pdf filesEnglish5·1 month agoFor the OCR process you can probably wrangle up a simple bash pipeline with ocrmypdf and just let it run in the background once until all your PDFs have a text layer.
With that tool it should be doable with something like a simple while loop:
find . -type f -name '*.pdf' -print0 | while IFS= read -r -d '' file; do echo "Processing $file ..." ocrmypdf "$file" "$file" # ocrmypdf "$file" "${file%.pdf}_ocr.pdf" # if you want a new file instead of overwriting the old done
If you need additional languages or other options you’ll have to delve a little deeper into the ocrmypdf documentation but this should be enough duct tape to just whip up a full OCR cycle.
hoppolito@mander.xyzto Selfhosted@lemmy.world•Searching through a bulk of pdf filesEnglish11·1 month agoIn case you are already using ripgrep (rg) instead of grep, there is also ripgrep-all (rga) which lets you search through a whole bunch of files like PDFs quickly. And it’s cached, so while the first indexing takes a moment any further search is lightning fast.
It supports a whole truckload of file types (pdf, odt, xlsx, tar.gz, mp4, and so on) but i mostly used it to quickly search through thousands of research papers. Takes around 5 minutes to index everything for my 4000 PDFs on the first run, then it’s smooth sailing for any further searches from there.
hoppolito@mander.xyzto Ask Electronics@discuss.tchncs.de•How do I determine what a mystery dongle does? Edit: solvedEnglish4·1 month agoDo you know if this functionality can be turned off? I’ve been stung by the ‘gibberish’ once or twice but never enough to dive into the docs for it :)
hoppolito@mander.xyzto Gaming@lemmy.world•Valve confirms credit card companies pressured it to delist certain adult games from SteamEnglish5·2 months agoWank faster, my tax report is due!
hoppolito@mander.xyzto Games@lemmy.world•Vintage gaming advertising pictures: a galleryEnglish4·2 months agoHeh this post blew my mind twice in one package: I was definitely one of those that believed it was a real ad. I distinctly remember some discussions about the serialized nature of it or not. So as you said, super well done.
But secondly, the official ad you posted instead has three nipples at once? And one male two female on top? That almost seems weirder to me.
Hmm, yes, shallow and pedantic.