Jabref Daily: Metadata Import Gets a Deep Clean
A cluster of fixes across arXiv, PDF, and XMP metadata handling closes long-standing data quality bugs in how JabRef imports and merges bibliographic information. Separately, a dependabot cooldown misconfiguration was quickly patched after breaking on first try.
Duration: PT2M26S
Episode overview
This episode is a short developer briefing from Jabref Daily.
It explains recent repository work in plain language.
- Show: Jabref Daily
- Published: 2026-07-16T04:00:59Z
- Audio duration: PT2M26S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning. It's July 16th, and this is JabRef Daily.
Today's big signal: a wave of fixes targeting how JabRef extracts and merges metadata from outside sources - arXiv, PDFs, and XMP - all landing within hours of each other.
Start with citation keys. PR sixteen-two-three-five, from Efeselimsurekli, fixes a bug where arXiv imports without a journal DOI would silently adopt a garbage, URL-shaped citation key instead of a proper one. The fix now falls back to querying INSPIRE, the standard high-energy physics literature database, for a…
PDF import got similar treatment from koppor. PR sixteen-two-four-five fixes verbatim BibTeX import choking on cover-sheet text like email addresses before the real entry. PR sixteen-two-four-six fixes title extraction misreading tight kerning - like the letters "T" and "o" - as a word break, and stops titles from…
And on the output side, PR sixteen-one-one-seven fixes jabkit's PDF update command, which wasn's actually writing XMP metadata into existing PDF files - only new ones. That's a real data-loss-adjacent bug for anyone relying on command-line metadata updates.
Together, these four fixes cover the full round trip: pulling metadata in from arXiv…