Lucas LaBuff

Results 31 comments of Lucas LaBuff

I don't actually know how big it is, because the documentation leaves that pretty vague. I'd imagine it's comparable to the channel limit, though it's a separate count. Here are...

Thread exporting isn't really supported yet (see #663), so whatever you see is a side effect from how channels are exported. This is happening because Discord's API decided to make...

Hi @Voxuel, thanks for looking into this issue! No need to apologize. Within the code, every `Channel` object is given a `Category` property as shown here: https://github.com/Tyrrrz/DiscordChatExporter/blob/6621c10ae06b3f0fbf41915f8a9d470a6cccd0fd/DiscordChatExporter.Core/Discord/Data/Channel.cs#L10-L17 Then, within the...

If I understood @Tyrrrz's suggestion correctly, we should update the JSON export to change how it handles exporting categories and make it write an object instead of a string with...

I was thinking that maybe the JSON data could be embedded somewhere into the HTML file itself, but it looks like they can be pretty massive. That would probably introduce...

It's a bit of a hack, but you can actually use [filename templates](https://github.com/Tyrrrz/DiscordChatExporter/wiki/GUI%2C-CLI-and-Formats-explained#generating-the-filename-and-output-directory-dynamically) in the GUI too as a temporary workaround. Just make a new folder like so: ![image](https://user-images.githubusercontent.com/21089343/128641938-cade4484-9962-41cc-bd29-00e4c32fbf55.png) Selecting...

Perhaps we can add a textbox on the export pop-up which allows the user to input/edit a filename manually (with a button beside it to open the dialog as usual)?...

Most of the discussion about implementing official support for threads is happening over at #663 if you'd like to take a look and contribute there.

Yup, I understand your suggestion. There's discussion about how to provide access to the threads in the GUI version in the linked thread as well, but I see why you'd...

This would make more sense as a command, no? I'm thinking something like `exportcategory -c `. The `--filter` option is more for filtering out individual messages rather than entire channels.