Skip to content

Fixed bug with folder detection initiation on "upload" folders#401

Merged
ShaneIsrael merged 1 commit intoShaneIsrael:developfrom
dammitjeff:develop
Jan 20, 2026
Merged

Fixed bug with folder detection initiation on "upload" folders#401
ShaneIsrael merged 1 commit intoShaneIsrael:developfrom
dammitjeff:develop

Conversation

@dammitjeff
Copy link
Contributor

Fixed a REALLY silly issue with autodetect feature, where uploads from the site would not be exempt from the new folder search...resulting in all uploads being autodetected as "Uploaded: The Game". Modified the logic to make exceptions for upload + public_uploads folders to revert back to file name based searching.

@ShaneIsrael
Copy link
Owner

Good catch.

@ShaneIsrael ShaneIsrael merged commit 7461cfd into ShaneIsrael:develop Jan 20, 2026
@ShaneIsrael
Copy link
Owner

@dammitjeff Noticed a minor "issue" or likely just an oversight but it seems the games categories are being sorted differently when your looking at it signed in versus not signed in.

Signed in (which is actually my preferred layout)
image

Not signed in
image

Guessing it is supposed to be alphabetical but the sort might not be applied to public view.

@dammitjeff
Copy link
Contributor Author

There's actually no sorting order for the games tab funny enough haha, just gets imported in the order that they were imported. This can occur in logged-in view as well. We could add an order_by() function to quickly force sort everything by alphabetical if you like! Gimme one sec.

@ShaneIsrael
Copy link
Owner

Interesting since it seemed like my signed in view was alphabetical but that could have just been chance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants