comictagger / gcd_talker

A Grand Comics Database talker for Comictagger
Apache License 2.0
2 stars 1 forks source link

Story titles not in order #8

Open mizaki opened 5 months ago

mizaki commented 5 months ago

When the story titles are concatenated together they are not ordered by sequence_number. (GROUP_CONCAT does not support ORDER BY in SQLite)

Vertigooo2 commented 3 weeks ago

Hi!

After trying several methods, the one that worked for me was this.

I have created a function to sort the titles according to sequence number: split_issue_titles

I have attached modified gcd.py. I have tested it and it works correctly.

gcd.zip