autobrr/internal/domain
E7 48d6468503
feat(indexers): TorrentName templating (#381)
* feat(indexers): animebytes improve parsing

* Update animebytes.yaml

fix music parsing

* parse releaseEpisode

* add torrentname template

* improve releaseTags parsing

* add torrentName templating
conditional rendering of group and episode number
add freeleech parsing

* fix(indexers): improve ab releasename parsing

* feat(macros): expose TorrentID, GroupID, and Size

* Revert "feat(macros): expose TorrentID, GroupID, and Size"

This reverts commit dae40116a1cce40f3c18d057d0af697af4407274.

* change year to use parentheses

Co-authored-by: ze0s <ze0s@riseup.net>
Co-authored-by: varoOP <varoOP@protonmail.com>
2022-08-25 14:47:41 +02:00
..
action.go feat(clients): add rTorrent support (#421) 2022-08-21 21:42:07 +02:00
api.go feat(api): add apikey support (#408) 2022-08-15 11:58:13 +02:00
client.go feat(clients): add rTorrent support (#421) 2022-08-21 21:42:07 +02:00
config.go feat(confg): reload on save and refactor logging (#275) 2022-05-20 09:27:01 +02:00
event.go refactor: filter and action flow (#225) 2022-04-09 21:20:26 +02:00
feed.go feat(feeds): add generic RSS support (#410) 2022-08-20 00:34:46 +02:00
filter.go feat(filters): support partial update (#409) 2022-08-15 15:54:34 +02:00
filter_test.go feat(filters): add except origins (#396) 2022-08-03 12:47:32 +02:00
indexer.go feat(indexers): TorrentName templating (#381) 2022-08-25 14:47:41 +02:00
indexer_test.go feat(indexers): TorrentName templating (#381) 2022-08-25 14:47:41 +02:00
irc.go fix(irc): rewrite handler pipeline (#399) 2022-08-12 15:32:02 +02:00
macros.go feat(filters): add external script and webhook checks 2022-07-23 15:19:28 +02:00
macros_test.go feat(filters): add external script and webhook checks 2022-07-23 15:19:28 +02:00
notification.go feat(notifications): on update available (#352) 2022-07-12 14:47:08 +02:00
release.go feat(indexers): TorrentName templating (#381) 2022-08-25 14:47:41 +02:00
release_test.go feat(indexers): mam parse vip as freeleech (#407) 2022-08-12 16:13:45 +02:00
releasetags.go feat(filters): add except origins (#396) 2022-08-03 12:47:32 +02:00
releasetags_test.go feat(indexers): btn improve parsing (#371) 2022-07-23 16:47:15 +02:00
user.go feat: add ability to create an account via the webui (#223) 2022-04-10 18:26:14 +02:00