Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ComicRack Community Edition support #66

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ exist with the `ComicInfo.xml` schema.

## Rationale

The `ComicInfo.xml` schema was designed for the needs of ComicRack Application (which for all intents is a dead
project), and supports a fairly limited amount of data. Some benefits of a new schema would include:
The `ComicInfo.xml` schema was designed for the needs of ComicRack Application ~~(which for all intents is a dead
project)~~, and supports a fairly limited amount of data. Some benefits of a new schema would include:

- Additional `Elements` for information. (e.g. Price, Global Trade Item Numbers, Series Type, etc.)
- Better handling of data types. Instead of using delimited strings for list items, we can use Arrays of `Elements`.
Expand Down Expand Up @@ -67,6 +67,7 @@ Currently, the following software does:
Metron Comic Book Database.
- [Perdoo](https://github.com/Buried-In-Code/Perdoo) - Commandline tool to tag and organize comics from multiple sources
(Metron, Comicvine & Marvel)
- [ComicRack Community Edition](https://github.com/maforget/ComicRackCE) - Revival of the ComicRack software, supports reading metroninfo metadata.

If you are a developer that has added support for MetronInfo.xml to your software, please create a PR to update the
README
Expand Down