Most distros include a tool to convert or install packages from other formats. I’d look into that. I’ve never used Arch so unfortunately I can’t be more specific.
HeroCool
Just a regular Dutch guy doing what’s normal!
- 0 Posts
- 7 Comments
I’ve never used that printer or Cachy OS. That being said, I don’t think installing HP printer software will help with an Epson printer.
Epson do have printer drivers for linux and you can look up your specific printer download here https://download-center.epson.com/search/
HeroCool@nord.pubto
linux4noobs@programming.dev•How to Rename “Star Trek Next Generation Season 1 Episode 1 - Encounter at Farpoint.mkv” to “S01E01 - Encounter at Far Point.mkv” etc.?English
2·21 days agoIf the naming of each series is that consistent, you could just use parameters in bash and build the new title out of it and then do the rename, in a loop. It would be a very short shell script.
eta: using printf to format the new title variable will let it handle the number formatting clearnly, like 01 for 1
eta: something like this
for f in *"Season "*; do s_ep="${f#*Season }"; s="${s_ep%% Episode*}"; ep_t="${s_ep#*Episode }"; ep="${ep_t%% - *}"; t="${ep_t#* - }"; printf -v new "S%02dE%02d - %s" "$s" "$ep" "$t"; mv "$f" "$new"; done
HeroCool@nord.pubto
linux4noobs@programming.dev•How to Rename “Star Trek Next Generation Season 1 Episode 1 - Encounter at Farpoint.mkv” to “S01E01 - Encounter at Far Point.mkv” etc.?English
2·21 days agomv “Star Trek Next Generation Season 1 Episode 1 - Encounter at Farpoint.mkv” “S01E01 - Encounter at Far Point.mkv”Or am I missing something about what you’re trying to do?
HeroCool@nord.pubto
Selfhosted@lemmy.world•How many and how much are your subscriptions?English
11·27 days agoand here I thought the idea was to avoid to have subscriptions 🤣
HeroCool@nord.pubto
Selfhosted@lemmy.world•I had an old Android phone, a liking for OpenClaw, and some free time on weekends.English
17·28 days agowhy you have github but no source code to review?


Why are you posting a link to a slop article from an entirely slop site?