OneCDOnly / sherpa

A mini-package-manager for QNAP NAS
GNU General Public License v3.0
114 stars 13 forks source link

bug: `mediainfo` IPK not being installed along with `OMedusa` #245

Closed OneCDOnly closed 1 year ago

OneCDOnly commented 1 year ago

The mediainfo IPK is being requested, but the check for already installed IPKs seems to indicate it's already installed.

But, running a sherpa check afterward, it's then detected as not installed, and is installed correctly.

I suspect this only happens when libmediainfo is being requested as a required IPK.

OneCDOnly commented 1 year ago

I think adding the mediainfo element to the download array is being rejected as libmediainfo already exists. So, this appears to be a partial-match error in the array object code. May need to add word boundaries to the substring match.