Nichlas Severinsen necklace

necklace pushed to master at necklace/jp2-pixbuf-loader

  • cbd8c7a9c7 Update meson.build & tests/meson.build - Build as shared_module instead of shared_library - Don't link tests - Move test images to tests/images/ - Update copyright for no reason

1 month ago

necklace closed issue necklace/libray#17

importlib.find_module removed in Python 3.12, libray now errors on launch

1 month ago

necklace commented on issue necklace/libray#17

importlib.find_module removed in Python 3.12, libray now errors on launch

Of course, if you install that way you won't have any bundled keys. I recommend installing the PyPI version.

1 month ago

necklace pushed to master at necklace/libray

  • 185edde30d Replace dashes with underscores in setup.cfg

1 month ago

necklace pushed to master at necklace/libray

  • 44e2335261 Release 0.0.10 - Issue #17: find_module removed in Python 3.12, replaced with find_spec - PR #14: Add tests - PR #14: Add option to calculate CRC32 with -c / --checksum - Add --info for both -i and -k. Will print info about either .iso or .ird. - Added title_id to keys.db - PR #14: Reworked disc-key lookup logic - Added searching for title_id to disc-key lookup logic

1 month ago

necklace closed issue necklace/libray#16

Logic for read_regions() method in iso class

1 month ago

necklace commented on issue necklace/libray#16

Logic for read_regions() method in iso class

Thank you very much!

1 month ago

necklace commented on issue necklace/libray#16

Logic for read_regions() method in iso class

Here's is the patch that added the fix in libray: fef4eee23ae60f632706a0499d3746c1f16ebece

1 month ago

necklace commented on issue necklace/libray#16

Logic for read_regions() method in iso class

No worries, feel free to ask questions!

1 month ago

necklace commented on issue necklace/libray#17

importlib.find_module removed in Python 3.12, libray now errors on launch

Hmm, okay I hope it works now. Feel free to test:

1 month ago

necklace pushed to master at necklace/libray

1 month ago

necklace pushed to master at necklace/libray

1 month ago

necklace pushed to master at necklace/libray

  • 09e5ed21c9 Attempted fix for #17 - Try using find_module, if it fails use find_spec.

1 month ago

necklace pushed to master at necklace/libray

  • 2214ee118a Allow printing .ird info - Added mutually exclusive group in argparse to allow the user to give either a .iso or a .ird file when using the --info flag. If both are given only the .iso info will be printed.

1 month ago

necklace commented on issue necklace/libray#17

importlib.find_module removed in Python 3.12, libray now errors on launch

Thank you very much for reporting, Archlinux is still on Python 3.11.7 so it's impressive that Fedora is on 3.12.2.

1 month ago

necklace commented on issue necklace/libray#15

Implement searching for [title line 1] * [title line 2] * (country) * (version)

Ah, forgot about the `'%' + '%'.join(game_title.lower().split(' ')` part, right.

4 months ago

necklace pushed to master at necklace/libray

4 months ago

necklace commented on issue necklace/libray#15

Implement searching for [title line 1] * [title line 2] * (country) * (version)

Well in this case if you just convert the `\n` to a space you end up with `METAL GEAR SOLID 4 GUNS OF THE PATRIOTS` which unfortunately will lead to no hits when searching in the SQLite database simply because there's a "-" between from the .dat file.

4 months ago

necklace pushed to master at necklace/libray

4 months ago

necklace pushed to master at necklace/libray

  • 34d176ee4a Fix insane formatting 2 spaces? Must have been on crack. From now on: - autopep8 --max-line-length 120

4 months ago