Search found 10 matches
- 11 Sep 2021, 13:57
- Forum: Feature Requests and Bug Reports
- Topic: [Feature Request] Send failed matches to Discord webhook
- Replies: 7
- Views: 13820
Re: [Feature Request] Send failed matches to Discord webhook
I made it work kinda hacky on Windows, by using wsl . Kind of amazing that wsl can co-run Linux bash and Windows cmd in the same command. Had to change line ending on the file so it was LF instead of CRLF though. This is my qBittorrent execute line on Windows: wsl bash /mnt/m/Media/filebot-to ...
- 10 Sep 2021, 17:40
- Forum: Feature Requests and Bug Reports
- Topic: [Feature Request] Send failed matches to Discord webhook
- Replies: 7
- Views: 13820
Re: [Feature Request] Send failed matches to Discord webhook
Here's a bash wrapper for that: :idea: If you process one file at time, then you can rely on a non-zero exit code if the amc script failed to process that one file, and then send / not send notifications based on that: https://github.com/filebot/plugins/blob/master/bash/send-discord-log.sh#L34 ...
- 09 Sep 2021, 17:18
- Forum: Feature Requests and Bug Reports
- Topic: [Feature Request] Send failed matches to Discord webhook
- Replies: 7
- Views: 13820
Re: [Feature Request] Send failed matches to Discord webhook
Alright thanks, I'll maybe look into it in the future. Detailed isn't important, I just wanna know when/if it fails, or if it becomes Unsorted. For now, I wrote a very quick discord.py bot that scans the title for "Failed" (which is my Unsorted folder), and it pings me. Not sure about reliability ...
- 09 Sep 2021, 11:01
- Forum: Feature Requests and Bug Reports
- Topic: [Feature Request] Send failed matches to Discord webhook
- Replies: 7
- Views: 13820
Re: [Feature Request] Send failed matches to Discord webhook
That works However I'd still wish if it was possible to just report failed ones, or perhaps in this case, any entry that gets processed as unsorted. Now I can at least see in the feed which ones fail, but since there's so many every day added that doesn't fail I'd need find a solution to maybe have ...
- 09 Sep 2021, 09:31
- Forum: Feature Requests and Bug Reports
- Topic: [Feature Request] Send failed matches to Discord webhook
- Replies: 7
- Views: 13820
[Feature Request] Send failed matches to Discord webhook
Hey, Yesterday I found out that there's a Discord webhook, so I started using it. It's very nice but the main reason I wanted it was because I wanted notifications when it failed to match something. Like yesterday before I looked it up, I saw episode 20 then episode 22 of a series, because I didn't ...
- 10 Apr 2021, 21:47
- Forum: Episode / Movie Naming Scheme
- Topic: Release Groups {group}
- Replies: 732
- Views: 2149238
Re: Release Groups {group}
New:
Code: Select all
Setsugen-Gao
- 07 Apr 2021, 16:03
- Forum: Episode / Movie Naming Scheme
- Topic: Release Groups {group}
- Replies: 732
- Views: 2149238
Re: Release Groups {group}
Modified:
- Switch from all lowercase to uppercase.
Code: Select all
SSA
Code: Select all
Reaktor
Code: Select all
Cerberus
Code: Select all
neoHEVC
- 19 Nov 2020, 15:52
- Forum: Feature Requests and Bug Reports
- Topic: [Feature Request] Exclude release group
- Replies: 5
- Views: 7998
Re: [Feature Request] Exclude release group
Your particular use case might be best served by matching the [name] from the beginning of the filename though, like so: {fn.match(/^\[([^\]]+)\]/)} One of my presets in the application uses that one for when it can't match. I'll monitor my release groups and see if all of them keep the same ...
- 17 Nov 2020, 21:40
- Forum: Feature Requests and Bug Reports
- Topic: [Feature Request] Exclude release group
- Replies: 5
- Views: 7998
Re: [Feature Request] Exclude release group
I'm saying that Erai-raws (the now biggest Anime subgroup) publishes some anime as v0 (original subtitle) as they release but then a regular file with their custom typesetting. It might be a real release group (although no one in the forum thread requested it) but in this case it steals the group ...
- 17 Nov 2020, 03:19
- Forum: Feature Requests and Bug Reports
- Topic: [Feature Request] Exclude release group
- Replies: 5
- Views: 7998
[Feature Request] Exclude release group
I'd like the ability to exclude a release group, alternatively have it take the first match and not the last. "Erai-raws" and "v0" example [Erai-raws] Mahouka Koukou no Rettousei - Raihousha Hen - 06 [v0][1080p].mkv --> [v0] Mahouka Koukou no Rettousei꞉ Raihousha Hen - 06 [1080p, x264].mkv Only " ...