chilli-axe / mpc-autofill

Print automation software (leveraging MakePlayingCards) for your tabletop gaming community
https://mpcautofill.github.io
GNU General Public License v3.0
220 stars 97 forks source link

Cards from Drive no longer appearing in search #170

Closed Bradw-17 closed 1 year ago

Bradw-17 commented 1 year ago

System

Affected Components

Description

Below is an example of how "Kodama's Reach" is no longer appearing in my search despite being in my drive.

beeple Shows Kodama's Reach in my "Beeple Collection" folder

availableversions1 1/2 Showing available contributors of Kodama's Reach

availableversions2 2/2 Showing available contributors for Kodama's Reach

beeple_remaining Shows other cards in my Beeple folder as available through the website

Steps to Reproduce

ndepaola commented 1 year ago

thanks for the detailed report, i'll take a look when i have time. to confirm, your drive is https://drive.google.com/drive/folders/1GIAirVgyvTp7KmQes3QEXpCOR8lrTjPp?usp=sharing right?

Bradw-17 commented 1 year ago

No problem, and yep, that is the correct drive.

Bradw-17 commented 1 year ago

The other example I noted was my Gaea's Cradle alters, which are located under MPC/Cards/1 Themed Sets/3 Retro/Alt. Art Retro

ndepaola commented 1 year ago

i dug into this and determined the issue is the use of apostrophe characters rather than single quotes in the filenames - e.g. you have Kodama’s Reach instead of Kodama's Reach. you'll find your image in the search results if you search for the first one, while you'll find the rest of the images in the search results if you search for the second one.

i've updated our string processing to correctly handle this character, but it'll require a server release. you might like to swap out your apostrophes for single quotes in the meantime as that's a more immediate solution.