-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ebooks: Import document_type
from Cantook/eBibliomedia
#3692
Labels
enhancement
Improvement of an existing feature
Comments
document_type
from Cantookdocument_type
from Cantook/eBibliomedia
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
May 29, 2024
* Closes: rero#3692 Co-Authored-by: Peter Weber <[email protected]>
Merged
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
May 29, 2024
* Closes: rero#3692 Co-Authored-by: Peter Weber <[email protected]>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Jun 3, 2024
* Closes: rero#3692 Co-Authored-by: Peter Weber <[email protected]>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Jun 10, 2024
* Closes: rero#3692 Co-Authored-by: Peter Weber <[email protected]>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Jun 13, 2024
* Closes: rero#3692 Co-Authored-by: Peter Weber <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How it works
Some documents from eBibliomedia are audiobooks but are imported with the document type Book>eBook.
Improvement suggestion
Use the field
media[0].nature
from the imported data to determine if the document is an ebook or an audiobook.If
media[0].nature
='audio': docmaintype_audio & docsubtype_audio_bookElse : docmaintype_book & docsubtype_e-book
The text was updated successfully, but these errors were encountered: