Problem with multiple channels with the same name #18
Labels
No labels
beta
bug
dependencies
duplicate
enhancement
invalid
postponed
question
release: bugfix
release: major
release: minor
repository improvment
required
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Serraniel/DiscordMediaLoader#18
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When trying to download from a server where multiple channels have the same name (in different categories) only one of the channels gets downloaded without the option to get the other ones.
maybe add a combobox for the categories?
Hi,
I was able to reproduce the issue locally. Will have to check if there is a newer version of the framework the application uses, which has support for categories. Otherwhise, I still guess it should be possible to fix it with the different Ids both channel have. Meanwhile, as a workaround if you have the chance to rename the channels, you can temporary rename the channels, add them to the download list and give them their old names back. I just tested it and can confirm that this will work.
Still will check if that can be fixed easily the next days.
I meanwhile had a quick look into newer versions of the API. They do support categories. However I guess for a quick bugfix it will be better to fix it without introducing a new feature (categories) but changing how jobs are identified in the UI (currently guild + channel names) as the same issue otherwhise would appear again if there are channels with the same name inside the same category.
Issue has been fixed with release 1.1.2.