IceBreeze

Results 8 comments of IceBreeze

I'm also using LRR to manage manga and comics, because of the restrictions imposed by other projects on the filesystem organization. So I wrote a small metadata plugin that works...

@CDarwin7 sorry for the late reply. I've uploded the plugin [here](https://github.com/IceBreeze/YamlInfo) with a simple, I hope, readme. Check it to see if it's what you expected.

What about something like this? ![mock](https://github.com/Difegue/LANraragi/assets/21056113/9c2641c2-bc83-4b8e-833b-bef4540fb6aa) The command field should be enabled/disabled in the settings and available only if logged in. The "command" will be applied to the result list...

> whereas this would probably need a new API endpoint and queue up a Minion job to execute the command? Yes, I think so too. Abusing the "script plugin system",...

I wouldn't use a new method, but I would add a parameter to the returned hash like this: ```perl my %r = ( title => $title, tags => $tags, replace_tags...

I was toying with this plugin a bit and this was an issue that I wasn't sure whether I wanted to handle or not. This could also be applied to...

Another way could be to add a fixed first option to the "select" menu, with a generic text like "Parse URL...", that when called checks if exists a plugin that...

Just saw this, so I stopped to add a few random thoughts to the discussion: * for me, using check-boxes is convenient for working with few archives (one page?), but...