Home

Fetcharr - a human-developed Huntarr replacement

$$8948
https://lemmy.world/u/egg82 posted on Mar 8, 2026 19:01

Disclaimer: I am the developer

Long story short, after Huntarr exploded I still wanted an app that did the core of Huntarr’s job: find and fetch missing or upgradable media. I looked around for some solutions but didn’t like them for various reasons. So, I made my own.

No web UI, configured via environment variables in a similar manner to Unpackerr. It does one job and it does it (a little too) well. Even when trying a few different solutions for a few days each, Fetcharr caught a bunch of stuff they all missed almost immediately. This is likely due to the way it weights media for search.

Since you made it this far, a few notes: 1) I did still use ChatGPT on a couple of occasions. They’re documented and entirely web UI - no agents. Anything it gave me was vetted and noted in the code before publishing. 2) The current icon is temporary and LLM-generated. I’ve put out some feelers to pay an artist to create an icon. Waiting to hear back. 3) It’s written in Java because that’s the language I’m most familiar with. SSL certs in Java containers can be painful but I added some code to make it as easy as Python requests or Node 4) While it still has a skip-if-tagged-with-X feature, it doesn’t create or apply any tags. I didn’t find that portion necessary, despite other popular *arrs using it. Not sure why they do, even after developing this. 5) Caution is advised when first using it on a large media collection. It’ll very likely pick up quite a number of things initially if you weren’t on top of things beforehand. Just make sure your pipeline is set up well, or you limit the number of searches or lengthen the amount of time between searches using the environment variables.

https://lemmy.world/post/44006156
Reply
$$8954
https://lemmy.world/u/irmadlad posted on Mar 8, 2026 19:11
In reply to: https://lemmy.world/post/44006156

human-developed

Love the distinction. LOL

https://lemmy.world/comment/22549802
Reply
$$8959
https://lemmy.world/u/egg82 posted on Mar 8, 2026 19:19
In reply to: https://lemmy.world/comment/22549802

it’s today’s trend! One I happen to agree with, which is nice.

I’m trying to limit LLM exposure on this one to “as little as possible, within reason”. It’s still a tool and can be used effectively in some areas.

https://lemmy.world/comment/22549907
Reply
$$8965
https://quokk.au/u/hesh posted on Mar 8, 2026 19:27
In reply to: https://lemmy.world/post/44006156

Since Sonarr et al already find/upgrade missing media, what is the use case for this exactly? Is it finding stuff they miss? Or does this replace them?

https://quokk.au/comment/3609798
Reply
$$8961
https://lemmy.world/u/irmadlad posted on Mar 8, 2026 19:29
In reply to: https://lemmy.world/comment/22549907

My only real conundrum with AI coding, is totally relying on AI as the dev, then releasing it for public use without really knowing what happens behind the scenes and obviously the security of said app. Now if the dev is using AI as an assistant, and the dev is knowledgeable enough to know that things are operating securely, I’m ok with it.

https://lemmy.world/comment/22550040
Reply
$$8963
https://sh.itjust.works/u/neidu3 posted on Mar 8, 2026 19:34
In reply to: https://lemmy.world/post/44006156

In this day and age, shouldn’t it be Gatherarr? You know, sustainability and all…

https://sh.itjust.works/comment/24177128
Reply
$$8966
https://lemmy.world/u/ttyybb posted on Mar 8, 2026 19:37
In reply to: https://lemmy.world/post/44006156

I’ve never heard of Huntarr. What is this?

https://lemmy.world/comment/22550161
Reply
$$8967
https://lemmy.world/u/egg82 posted on Mar 8, 2026 19:37
In reply to: https://sh.itjust.works/comment/24177128

Wouldn’t it be called Foragarr then?

https://lemmy.world/comment/22550167
Reply
$$8969
https://lemmy.world/u/egg82 posted on Mar 8, 2026 19:40
In reply to: https://quokk.au/comment/3609798

That’s an interesting point. In my years of running them all I’ve always needed a third-party something to upgrade or find missing media. I don’t exactly know why the built-in systems don’t work, but they genuinely do not seem to. I’ll occasionally see a scan go off but, for some reason, nothing ever gets picked up.

So, yeah; long story short, the built-ins don’t work and I don’t know why and this was still easier than trying to figure it out.

https://lemmy.world/comment/22550205
Reply
$$8973
https://awful.systems/u/smiletolerantly posted on Mar 8, 2026 19:43
In reply to: https://lemmy.world/comment/22550205

Not to dimish your work at all, but: the Sonarr upgrades absolutely do work.

https://awful.systems/comment/10708038
Reply
$$8975
https://lemmy.world/u/egg82 posted on Mar 8, 2026 19:45
In reply to: https://lemmy.world/comment/22550161

that’s a decent point. Not everyone knows about the Huntarr saga (Reddit link but that’s where the story broke) and what it did.

The idea is that you’ll occasionally want to go through all your media and make sure it’s the best quality available and that nothing’s missing. New releases get published, remuxes sometimes fix issues, etc. This little CLI container goes through and periodically searches everything you connect it to, so you don’t have to sacrifice hours of your weekend doing manual hunting.

https://lemmy.world/comment/22550282
Reply
$$8977
https://lemmy.world/u/egg82 posted on Mar 8, 2026 19:48
In reply to: https://awful.systems/comment/10708038

honestly if they work for you then awesome! Maybe mine is misconfigured somehow or maybe I just have bad luck, but Radarr, Sonarr, Lidarr, etc have never caught everything. Once I started playing with this I realized just how much I was missing.

Either way, if your current system works for you then I don’t usually recommend changing it. Give it a try if you want- the worst it can do it accidentally find something that could be upgraded or missing. Or if you’d rather leave your stack alone that’s perfectly fine as well.

https://lemmy.world/comment/22550337
Reply
$$8984
https://anarchist.nexus/u/Luminous5481 posted on Mar 8, 2026 20:06
In reply to: https://lemmy.world/post/44006156

find and fetch missing or upgradable media

Sounds like a solution in search of a problem, considering the other Servarr apps already do that.

https://anarchist.nexus/comment/2962987
Reply
$$8986
https://lemmy.world/u/egg82 posted on Mar 8, 2026 20:12
In reply to: https://anarchist.nexus/comment/2962987

yep! If your arr stack already does what you want then I don’t really recommend adding more to it for the sake of doing so. The issue I have (and maybe it’s a layer 8 problem) is that mine does not. At least not as well as I want. If Sonarr ever did find anything on its own I never saw it, and while developing Fetcharr I definitely grabbed a few movies I was missing. It definitely seems like I’m not alone in this issue so I think it’ll be helpful for folks.

If you want, try it out and see if it does anything for you. If you think it’ll be helpful or a good replacement than great! If you find that you already have everything you need then that’s even better.

https://lemmy.world/comment/22550639
Reply
$$8992
https://lemmy.dbzer0.com/u/Scrath posted on Mar 8, 2026 20:25
In reply to: https://lemmy.world/comment/22550167

Why not skip ahead in time a little and call it farmarrr

https://lemmy.dbzer0.com/comment/24833791
Reply
$$8998
https://quokk.au/u/hesh posted on Mar 8, 2026 20:28
In reply to: https://lemmy.world/comment/22550205

Just to add, I didnt mean to put down this software at all – I’m always a fan of more self hosting. I just remember reading people using Huntarr alongside(?) a full *arr stack and was curious how it fits.

https://quokk.au/comment/3610329
Reply
$$8993
https://feditown.com/u/exu posted on Mar 8, 2026 20:29
In reply to: https://lemmy.world/comment/22550337

Sonarr and Radarr heavily rely on quality profiles you need to define, for examples see TrashGuides.

Your system probably needs less setup in comparison

https://feditown.com/comment/5091166
Reply
$$8997
https://lemmy.world/u/egg82 posted on Mar 8, 2026 20:41
In reply to: https://feditown.com/comment/5091166

ah, yeah, that would make sense as to why these types of systems are so popular. Since I’m a devops type by trade, my arr stack lives in a couple of kubernetes clusters. I use a Configarr cronjob with a fairly customized configmap to sync the trash guides with some minor preference edits. Maybe my issue is that it’s too defined, but I think if that were the case I wouldn’t be getting any benefit out of Fetcharr. Honestly even if it weren’t the case you’d think I’d at least be picking up moving that are completely missing. I’m not sure what to blame, here, but if other people are verifying that the builtin systems work for them then I assume it’s a skill issue or bad luck on my part.

https://lemmy.world/comment/22551018
Reply
$$9002
https://lemmy.world/u/egg82 posted on Mar 8, 2026 20:49
In reply to: https://quokk.au/comment/3610329

absolutely! As with everything, try it out and see if it fits. Personally, I prefer apps that do their job well, and as few of them running as possible. If you don’t think it’ll be useful or try it out and find that it’s not, then that’s for the best. It means you’re good to go without any extra hangers-on. I tried the app as I was developing it and not only found it useful to myself, but it worked so well for me that I thought it might be useful to other people as well.

https://lemmy.world/comment/22551098
Reply
$$9003
https://slrpnk.net/u/MalReynolds posted on Mar 8, 2026 20:50
In reply to: https://lemmy.world/post/44006156

I had a quick look, I think I could find a use for it but what I’d most be interested in is a dry run spitting out a list of missing / low res / low bitrate / stereo (I much prefer 5.1+), perhaps old codec, etc. media. Like many I have my own standards for what needs to be how good and so forth.

Ideally I could edit said list and put it back in as an active search list (perhaps chunking and prioritizing as well and iterating the process). Seems like this is 90% of the way there, any chance of an enhancement ?

https://slrpnk.net/comment/21137527
Reply
$$9004
https://programming.dev/u/Colloidal posted on Mar 8, 2026 20:54
In reply to: https://lemmy.world/post/44006156

What happened to Huntarr?

https://programming.dev/comment/22604198
Reply
$$9009
https://lemmy.world/u/egg82 posted on Mar 8, 2026 20:57
In reply to: https://slrpnk.net/comment/21137527

if you haven’t yet, I’d check out Configarr and the trash guides as a baseline to create profiles that upgrade media to a certain standard so simply hitting the search button will give you what you want. That’s likely the best option, though it could theoretically be done in Fetcharr itself.

I don’t want to balloon the project but I had an idea early on that people would want customization if I released it, so I thought about adding a sort-of “plugin” system where Fetcharr loads jar files from a directory and they get an API to access and use as needed.

I haven’t figured out the details yet. That’ll be another weekend, or a contribution from someone. The idea and skeleton is there, though.

https://lemmy.world/comment/22551202
Reply
$$9010
https://lemmy.world/u/egg82 posted on Mar 8, 2026 20:59
In reply to: https://programming.dev/comment/22604198

it was strangled to death by the maintainer (probably) after a breaking story on Reddit about its security flaws though since they disappeared from the internet nobody knows for sure what happened to it.

https://lemmy.world/comment/22551227
Reply
$$9012
https://lemmy.blahaj.zone/u/ada posted on Mar 8, 2026 21:00
In reply to: https://awful.systems/comment/10708038

They do, but only by passively monitoring RSS feeds for new content that exceeds your current quality. They don’t do active upgrade searches unless you manually trigger them.

https://lemmy.blahaj.zone/comment/19533089
Reply
$$9017
https://lemmy.world/u/egg82 posted on Mar 8, 2026 21:06
In reply to: https://lemmy.blahaj.zone/comment/19533089

I think you may have nailed what’s happening to my stack. I remember looking into it a couple years ago and RSS was stuck in my head but I wasn’t sure why. This tracks, and explains why active fetching works significantly better for me.

https://lemmy.world/comment/22551335
Reply
$$9021
https://programming.dev/u/Colloidal posted on Mar 8, 2026 21:08
In reply to: https://lemmy.world/comment/22551227

Yowza. Thanks.

https://programming.dev/comment/22604426
Reply
$$9027
https://slrpnk.net/u/MalReynolds posted on Mar 8, 2026 21:14
In reply to: https://lemmy.world/comment/22551202

I don’t want to balloon the project

Fair cop, and no I haven’t really dived into Configarr and the trash guides (although I vaguely remember coming across them), oh joy, another rabbit hole. I do try to keep a simple stack, and what I have has served me well for years. But thanks, no need to reinvent the wheel if that handles my use case.

Having smaller projects with specific scope that do something well and can be plugged together is always preferable to some sprawling monstrosity. Used to be called the Unix way (pipe sed into awk etc.) and could stand to be revisited today. Best of luck.

https://slrpnk.net/comment/21137870
Reply
$$9038
https://quokk.au/u/hesh posted on Mar 8, 2026 21:14
In reply to: https://programming.dev/comment/22604198

It was vibe-coded and exposed all of your API keys publically

https://quokk.au/comment/3610681
Reply
$$9031
https://lemmy.world/u/egg82 posted on Mar 8, 2026 21:18
In reply to: https://slrpnk.net/comment/21137870

glad to send someone on another Sunday rabbit hole! To be clear, Fetcharr is essentially automatically hitting the “search” button for you on a few semi-random items in your library. If your profiles are set up well, it will naturally handle the rest itself.

That said, there is a plan-in-my-head for “plugin” support so I don’t end up shoving a bunch of stuff into one app but still allow anyone to make something they need. If profiles don’t fit your use-case then that’ll be an option at some point in the future.

https://lemmy.world/comment/22551504
Reply
$$9046
https://lemmy.ca/u/EmoPolarbear posted on Mar 8, 2026 21:58
In reply to: https://lemmy.dbzer0.com/comment/24833791

Agricultarr?

https://lemmy.ca/comment/22101692
Reply
$$9054
https://lazysoci.al/u/lazynooblet posted on Mar 8, 2026 22:25
In reply to: https://lemmy.world/comment/22549802

I expect as there is a shift to vibe coding, saying “human coded” is going to be similar to “free from artificial colours and flavours”.

https://lazysoci.al/comment/22068101
Reply
$$9066
https://piefed.blahaj.zone/u/hzl posted on Mar 8, 2026 22:56
In reply to: https://lemmy.world/comment/22550040

Yeah, there’s a version of using AI to help with coding that’s more along the lines of cobbling together pieces from tutorials to figure out how to do something rather than just straight up asking for code and blindly adding it. It’s obviously not going to be as good as code from someone experienced who’s managed to internalize the relevant documentaion, but it’s at least informed by a human who understands what it’s doing

https://piefed.blahaj.zone/comment/3647890
Reply
$$9067
https://lemmy.ml/u/lmr0x61 posted on Mar 8, 2026 22:58
In reply to: https://lazysoci.al/comment/22068101

100% ethically-sourced, organic code

https://lemmy.ml/comment/24415553
Reply
$$9070
https://lemmy.world/u/irmadlad posted on Mar 8, 2026 23:12
In reply to: https://lazysoci.al/comment/22068101

“free from artificial colours and flavours”

LOL

https://lemmy.world/comment/22553020
Reply
$$9083
https://piefed.social/u/aeiou posted on Mar 8, 2026 23:45
In reply to: https://lemmy.world/comment/22549802

For some reason the hubub around non-AI software reminds me of produce.

‘Guaranteed 100% locally open-sourced, free-range, ~GMO~AI-free code!’

https://piefed.social/comment/10449391
Reply
$$9085
https://lemmy.world/u/irmadlad posted on Mar 8, 2026 23:49
In reply to: https://piefed.social/comment/10449391

Maybe we should have some rating system like Rated PG, or R, etc but for opensource software:

  • 100% AI
  • AI Assisted
  • Human Coded
https://lemmy.world/comment/22553438
Reply
$$9086
https://lemmy.world/u/irmadlad posted on Mar 8, 2026 23:50
In reply to: https://lemmy.ml/comment/24415553

I like that.

https://lemmy.world/comment/22553451
Reply
$$9095
https://lemmy.dbzer0.com/u/tuxiqae posted on Mar 9, 2026 00:08
In reply to: https://lemmy.world/post/44006156

Interesting, thank you! You should consider using thr builtin Description GitHub provide for repos

https://lemmy.dbzer0.com/comment/24836427
Reply
$$9098
https://lemmy.world/u/trollblox_ posted on Mar 9, 2026 00:18
In reply to: https://piefed.social/comment/10449391

except GMOs aren’t actively harmful while AI is

https://lemmy.world/comment/22553794
Reply
$$9103
https://lemmy.world/u/egg82 posted on Mar 9, 2026 00:30
In reply to: https://lemmy.dbzer0.com/comment/24836427

good catch! I forgot that existed.

https://lemmy.world/comment/22553933
Reply
$$9130
https://slrpnk.net/u/MalReynolds posted on Mar 9, 2026 01:18
In reply to: https://lemmy.world/comment/22551504

So, unless I didn’t dive deep enough, Configarr / Trash guides is mostly about setting up quality profiles and media paths and so forth, something I long ago sorted out to my satisfaction.

What I guess I was after was something to find stuff that has fallen through the cracks, highlighting stuff that doesn’t meet my standards and seeing whether I care enough to go looking for upgrades.

Strangely there doesn’t seem to be a simple app to run ffprobe over your library and populate a database for querying video quality, maybe I’ll get around to knocking one out one day, but today is not that day.

https://slrpnk.net/comment/21140871
Reply
$$9133
https://piefed.social/u/bufalo1973 posted on Mar 9, 2026 01:29
In reply to: https://lemmy.world/comment/22553438
  • 100% AI
  • Human supervised
  • AI Assisted
  • Human Coded

It’s better is more fine grained.

https://piefed.social/comment/10450256
Reply
$$9140
https://lemmy.world/u/egg82 posted on Mar 9, 2026 01:48
In reply to: https://slrpnk.net/comment/21140871

in Media Management (click Advanced) there’s an “Analyze Video Files” option to get more data about your actual files. If I remember correctly this also re-tags downloaded media with your profiles if it was mislabeled. If you already have quality profiles set up and gated (you can add profiles that look for these attributes, like 7.1 or 5.1) then you can simply hit the search button on your media and rely on the *arr app to do the rest. If you don’t want to upgrade stuff that’s already satisfactory to you then you can do the same thing with the “Cutoff Unmet” filter. Fetcharr allows you to do either of these with the new USE_CUTOFF environment variable.

https://lemmy.world/comment/22554735
Reply
$$9147
https://slrpnk.net/u/MalReynolds posted on Mar 9, 2026 02:27
In reply to: https://lemmy.world/comment/22554735

Yeah, I have “Analyze Video Files” on, doesn’t get me a list of substandard files though, just sends the arr after stuff it’s probably already not finding.

tdarr Hadn’t seen the Property search in here before, might get me most of the way there. Got it around somewhere, might have to spin it back up. Maybe I can raid it’s database as well. Thanks.

https://slrpnk.net/comment/21141531
Reply
$$9290
https://lemmy.world/u/Twinklebreeze posted on Mar 9, 2026 12:39
In reply to: https://sh.itjust.works/comment/24177128

I don’t think gathering is more sustainable than hunting at the numbers we’re at now. Humans could easily strip everything bare

https://lemmy.world/comment/22560766
Reply
$$9300
https://lemmy.ca/u/JoeBigelow posted on Mar 9, 2026 13:13
In reply to: https://lemmy.world/comment/22553794

GMO’s create a societal harm, not a physiological one. Patenting a cultivar of a plant is a slippery slope, and we have already had quite a slide. In theory, if somebody works very hard to breed a new cultivar, they deserve to reap the rewards of that work and protect their creation. Okay, that makes sense. But if I have all the ingredients to breed that same cultivar, and do all the same work myself, should they be able to restrict my ability to profit? A step farther, and this is the reality we inhabit. Monsanto has created an environment where their patented corn seed is the best bet for a profitable harvest, but farmers are required to sign highly binding contracts with ridiculous stipulations. Beyond that, if a neighbor farmer dares to plant non patented seed, and the wind blows his neighbors Monsanto pollen (corn is wind pollinated) into his field and it pollinates his crop, he is now in patent violation of a company he has no business with that is now going to aggressively come after him in court. This is actually happening in the American Midwest.

https://lemmy.ca/comment/22110807
Reply
$$9301
https://lemmy.world/u/reabsorbthelight posted on Mar 9, 2026 13:17
In reply to: https://lemmy.world/comment/22550040

Also people who think they can just vibe code without ever learning how to code for real. I’ll “vibe code”, but I’m also 10+ years experienced. I can quickly detect bullshit from the AI and I check pretty thoroughly.

Some dentist turned vibe coder will make absolute trash

https://lemmy.world/comment/22561272
Reply
$$9309
https://lemmy.world/u/irmadlad posted on Mar 9, 2026 13:47
In reply to: https://lemmy.world/comment/22561272

We have IDEs and all kinds of tools to help us code. AI is just another tool. Granted, it’s a tool that needs some heavy regulation, but a tool nonetheless.

https://lemmy.world/comment/22561733
Reply
$$9314
https://jlai.lu/u/pokexpert30 posted on Mar 9, 2026 13:56
In reply to: https://piefed.social/comment/10450256

Stealing this for my projects that are 100% human supervised. I used “vibe coded” so far but I felt I still brang a lot.

https://jlai.lu/comment/19890614
Reply
$$9327
https://ppb.social/users/ppb1701 posted on Mar 9, 2026 14:26
In reply to: https://lemmy.world/comment/22561733

@irmadlad @reabsorbthelight in the case of coding also needs supervision. it would totally push to prod on friday closing time lol. But yes it can be a useful tool for certain things....n ot everything the AI companies try to tell us.

https://ppb.social/users/ppb1701/statuses/116199680277721016
Reply
$$9378
https://lemmy.world/u/irmadlad posted on Mar 9, 2026 15:41
In reply to: https://ppb.social/users/ppb1701/statuses/116199680277721016

n ot everything the AI companies try to tell us

Of course not. They are sales. They are trying to maximize the profit potential to their investors. I do believe that if we could get some oversight and regulation, as much as I chafe against regulation….it’s necessary, and get past this novelty stage of AI Rice Cookers, I think AI does have a lot of potential.

https://lemmy.world/comment/22563619
Reply
$$9384
https://ppb.social/users/ppb1701 posted on Mar 9, 2026 15:46
In reply to: https://lemmy.world/comment/22563619

@irmadlad yep. right now it's like the wild west and in large part they come off a snake oil salesman. But there is some truth there since for some tasks it can be helpful.

https://ppb.social/users/ppb1701/statuses/116199991698371099
Reply
$$9426
https://feddit.nl/u/quick_snail posted on Mar 9, 2026 16:26
In reply to: https://lemmy.world/post/44006156

Can you explain what is huntarr?

https://feddit.nl/comment/23762911
Reply
$$9490
https://lemmy.ca/u/Sturgist posted on Mar 9, 2026 17:05
In reply to: https://feddit.nl/comment/23762911

If I’m understanding the description on the git page correctly, it scans you media library, logs the resolution/format/etc, then searches wherever it’s pointed(torrent trackers?) for better quality versions.

https://lemmy.ca/comment/22114645
Reply
$$9613
https://lemmy.world/u/minoche posted on Mar 9, 2026 20:19
In reply to: https://feddit.nl/comment/23762911

It’s for movies and tv to “find and fetch missing or upgradable media.” Huntarr was the go-to app but it had security concerns and the maker’s responses were negatively received. In the last couple of weeks, some people have presented AI slop replacements for Huntarr.

https://lemmy.world/comment/22568234
Reply
$$9617
https://piefed.social/u/aeiou posted on Mar 9, 2026 20:27
In reply to: https://lemmy.ca/comment/22110807

neighbor farmer dares to plant non patented seed, and the wind blows his neighbors Monsanto pollen (corn is wind pollinated) into his field and it pollinates his crop, he is now in patent violation of a company he has no business with that is now going to aggressively come after him in court.

so it is like AI - it spreads everywhere and creates a lot of legal problems

https://piefed.social/comment/10460675
Reply
$$9639
https://lemmy.blahaj.zone/u/andicraft posted on Mar 9, 2026 20:55
In reply to: https://lemmy.world/post/44006156

I did still use ChatGPT

“not vibecoded” looks inside vibecoded

https://lemmy.blahaj.zone/comment/19547539
Reply
$$9640
https://lemmy.zip/u/McWizard posted on Mar 9, 2026 20:59
In reply to: https://lemmy.world/comment/22550639

#Radarr curl -X POST “http://localhost:7878/api/v3/command"
-H “X-Api-Key: YOUR API KEY”
-H “Content-Type: application/json”
-d ‘{“name”: “missingMoviesSearch”}’

This does it for me. I have this in a cronjob together with one for sonarr and it starts the active search of the arrs.

https://lemmy.zip/comment/25142654
Reply
$$9668
https://lemmy.world/u/GreenKnight23 posted on Mar 9, 2026 21:49
In reply to: https://lemmy.world/comment/22568234

people have presented AI slop

that has been happening in this community a lot recently.

https://lemmy.world/comment/22569732
Reply
$$9768
https://lemmy.world/u/egg82 posted on Mar 10, 2026 00:27
In reply to: https://lemmy.blahaj.zone/comment/19547539

Not sure what you mean by that. I occasionally use the web UI as the tool that it is and I’ve played around with opencode, cursor, etc previously on other home projects to get a sense for where things are and what the limits of these things are. That said, I take pride in my own work and this project is no exception. Is there something in this project that makes you think I threw a prompt into cursor and am passing that off as my own? Or are you against the idea of using an LLM and consider any person or project using them at all to be vibecoded?

https://lemmy.world/comment/22571892
Reply
$$9771
https://lemmy.world/u/egg82 posted on Mar 10, 2026 00:29
In reply to: https://lemmy.zip/comment/25142654

That’s great! A cronjob can be effective if your indexer doesn’t mind the extra strain or you have a small library.

https://lemmy.world/comment/22571915
Reply