Skip to content

Commit

Permalink
Fix issue #27 import release docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJ0 committed Feb 20, 2025
1 parent 319cbca commit 97f394d
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions discodos/cmd23/import_.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,15 +213,11 @@ def update_user_interaction_helper(user):
def import_release_cmd(helper, import_id, import_add_coll, import_tracks, delete):
"""Imports a single release.
Note that currently this is a rather time consuming process: Technical
limitations that are out of our hands require running through all of the
releases in the collection via the Discogs API. Unfortunately Discogs does
not allow us to search for release IDs in the user collection directly.
The recommended way of adding newly gained releases is using the -a option
(import release -a RELEASE_ID) which is much faster. Using this flag, the
release is added to Discogs collection and additionally added to the local
DiscoBASE.
Optionally imports tracks on the release or deletes a release entry entirely
Usually the release must be in the Discogs collection already but an alternative way
for adding newly gained releases is using the `-a` option. The flag enables releases
being added to the Discogs collection and additionally added to the local DiscoBASE.
"""

def update_user_interaction_helper(user):
Expand Down

0 comments on commit 97f394d

Please sign in to comment.