nightson / UserScripts

Greasemonkey scripts for my own use.
5 stars 1 forks source link

Fix parsing disc category #2

Closed JohnVeness closed 2 years ago

JohnVeness commented 2 years ago

Needed because MPF outputs text like "Games" rather than values like 1.

I'm no XPath expert, so apologies in advance if there's an easier way to do this!

nightson commented 2 years ago

Fixed with https://github.com/nightson/UserScripts/commit/c19d799db9d5f698f9929d6b43126dbbf3215be9

Thanks for the bug reporting! I prefer CSS selector over XPath so I used a slightly different approach.

JohnVeness commented 2 years ago

Many thanks, I've tested your fix here and it works great!