Bug 446262

Summary: Add importing complete Discogs collection
Product: [Applications] tellico Reporter: Robby Stephenson <robby>
Component: generalAssignee: Robby Stephenson <robby>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 3.5.2

Description Robby Stephenson 2021-11-30 01:38:32 UTC
Similar to the menu commands for importing Goodreads and LibraryThing collections, add one to import a Discogs collection or for the CSV importer to recognize the Discogs format specifically.

From https://mail.kde.org/pipermail/tellico-users/2021-November/001691.html
Comment 1 Robby Stephenson 2023-09-30 01:57:10 UTC
Git commit a02baef94d3bf41a8c6cbf8abd3656d33fd2c05a by Robby Stephenson.
Committed on 30/09/2023 at 03:57.
Pushed by rstephenson into branch '3.5'.

Add importer for Discogs collection

Only read public collection folders for now
FIXED-IN: 3.5.2

M  +4    -0    ChangeLog
M  +7    -0    doc/importing-exporting.docbook
M  +1    -0    icons/CMakeLists.txt
A  +-    --    icons/discogs.png
M  +1    -0    icons/icons.qrc
M  +10   -8    src/fetch/discogsfetcher.cpp
M  +8    -0    src/importdialog.cpp
M  +3    -0    src/mainwindow.cpp
M  +2    -1    src/tellicoui.rc
M  +6    -1    src/tests/CMakeLists.txt
A  +95   -0    src/tests/discogstest.cpp     [License: GPL (v2/3)]
C  +10   -69   src/tests/discogstest.h [from: src/translators/translators.h - 061% similarity]
M  +1    -0    src/translators/CMakeLists.txt
A  +206  -0    src/translators/discogsimporter.cpp     [License: GPL (v2/3)]
C  +46   -69   src/translators/discogsimporter.h [from: src/translators/translators.h - 063% similarity]
M  +2    -1    src/translators/translators.h

https://invent.kde.org/office/tellico/-/commit/a02baef94d3bf41a8c6cbf8abd3656d33fd2c05a
Comment 2 Robby Stephenson 2023-09-30 01:58:33 UTC
Git commit d78938ef5fce9d3de371d7958b1135d0604a7409 by Robby Stephenson.
Committed on 30/09/2023 at 03:58.
Pushed by rstephenson into branch 'master'.

Add importer for Discogs collection

Only read public collection folders for now
FIXED-IN: 3.5.2

M  +4    -0    ChangeLog
M  +7    -0    doc/importing-exporting.docbook
M  +1    -0    icons/CMakeLists.txt
A  +-    --    icons/discogs.png
M  +1    -0    icons/icons.qrc
M  +10   -8    src/fetch/discogsfetcher.cpp
M  +8    -0    src/importdialog.cpp
M  +3    -0    src/mainwindow.cpp
M  +2    -1    src/tellicoui.rc
M  +6    -1    src/tests/CMakeLists.txt
A  +95   -0    src/tests/discogstest.cpp     [License: GPL (v2/3)]
C  +10   -69   src/tests/discogstest.h [from: src/translators/translators.h - 061% similarity]
M  +1    -0    src/translators/CMakeLists.txt
A  +206  -0    src/translators/discogsimporter.cpp     [License: GPL (v2/3)]
C  +46   -69   src/translators/discogsimporter.h [from: src/translators/translators.h - 063% similarity]
M  +2    -1    src/translators/translators.h

https://invent.kde.org/office/tellico/-/commit/d78938ef5fce9d3de371d7958b1135d0604a7409