Sonic3R

Results 21 issues of Sonic3R

### Feature Description Would be nice when paste multiline text in box in chat, should create a bin and send link, instead of that text. Convos already did this but...

Type: Feature

- _Node version:_ v16.13.0 - _Browser version:_ any - _Device, operating system:_ Ubuntu 20.04.3 LTS - _The Lounge version:_ actual 4.2.0 --- I tried to run apt get install ./thelounge.deb...

Type: Bug

### Feature Description I might ask someone on channel regarding some useful tip and I would like to pin it in order to remember the answer without searching in whole...

Type: Feature

When I wish to extract an ISO file, I got: `Only EFE implemented for Metadata file entry` The code I used: try { using (FileStream isoStream = File.Open(opts.Path, FileMode.Open)) {...

Hi, I have bluray folder with BDMV, ANY!, FAB! folders structure I tried building ISO file with CDBuilder but it does not create a valid UDF iso file. How to...

Hi I want to use `/v1/orders` or `/v2/orders` pattern using api versioning Well, I configured like: ``` var builder = WebApplication.CreateBuilder(args); ApiVersion apiV1 = new ApiVersion(1); ApiVersion apiV2 = new...

bug
question
asp.net core
external

I use a **NETStandard** library and I'm trying to connect to an irc server which gave me error: `Authentication failed because the remote party has closed the transport stream.` The...

I use C# code to upload nzb to nzbget ``` using (var client = new WebClient()) { client.BaseAddress = "url-with-user-and-password/jsonrpc"; var nzbName = Path.GetFileName(nzb); nzbName = nzbName.Split('{')[0].TrimEnd('-'); var nzbContentBytes =...

Would be great to add file to client through api (they already support)

I created filter which downloads releases from 5 different trackers through IRC announce channels. The problem if within 1 minute is announced same release on every tracker, autobrr sends 5...

filters
Feature request
releases