https://bugs.kde.org/show_bug.cgi?id=411095
Robby Stephenson <ro...@periapsis.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Version Fixed In| |3.2.2 Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/tel | |lico/1a8521490343716351e43f | |f939048ddfa8c885fc --- Comment #1 from Robby Stephenson <ro...@periapsis.org> --- Git commit 1a8521490343716351e43ff939048ddfa8c885fc by Robby Stephenson. Committed on 07/10/2019 at 00:37. Pushed by rstephenson into branch '3.2'. Add an importer for LibraryThing.com collections exported in JSON. There is no public API for pulling a user's collection directly, so the collection must first be exported in JSON format. No images are included. Publication data, such as publisher and location, are not parsed. User tags are imported as keywords. FIXED-IN: 3.2.2 M +8 -0 doc/importing-exporting.docbook M +2 -1 icons/CMakeLists.txt M +1 -0 icons/icons.qrc A +- -- icons/librarything.png M +8 -0 src/importdialog.cpp M +3 -0 src/mainwindow.cpp M +2 -1 src/tellicoui.rc M +1 -0 src/translators/CMakeLists.txt A +161 -0 src/translators/librarythingimporter.cpp [License: GPL (v2/3)] C +30 -60 src/translators/librarythingimporter.h [from: src/translators/translators.h - 065% similarity] M +2 -1 src/translators/translators.h https://commits.kde.org/tellico/1a8521490343716351e43ff939048ddfa8c885fc -- You are receiving this mail because: You are watching all bug changes.