Updated configuration for Stadtbibliothek Halle (Saale)
Closed this issue · 1 comments
hermlon commented
The OPAC moved to the new domain opac.halle.de/webopac
instead of secure.halle.de/wwwopac
. I therefore updated the the baseurl
and information
field in the Halle.json
configuration file:
{
"country": "Deutschland",
"_version_required": 0,
"data": {
"baseurl": "https://opac.halle.de/webopac",
"customssl_all_ciphersuites": true,
"copiestable": {
"reservations": -1,
"returndate": 5,
"location": 3,
"department": 2,
"branch": 0,
"barcode": -1,
"status": 4
},
"customssl": true,
"customssl_tls_only": false,
"reservationtable": {
"author": 1,
"availability": -1,
"expirationdate": null,
"title": 2,
"cancelurl": 3,
"branch": 0
},
"accounttable": {
"prolongurl": 6,
"lendingbranch": -1,
"returndate": 3,
"author": 1,
"homebranch": 0,
"title": 2,
"barcode": -1,
"status": 5
},
"mediatypes": {
"halcdroms.gif": "CD_SOFTWARE",
"halkidcds.gif": "CD",
"multimedia.gif": "PACKAGE",
"konsolen32.gif": "GAME_CONSOLE",
"halarts.gif": "ART",
"halbks.gif": "BOOK",
"halkiddvds.gif": "DVD",
"mBuchS2.gif": "BOOK",
"mNoten1S.gif": "SCORE_MUSIC",
"schallplatte_32.gif": "UNKNOWN",
"haldvds.gif": "DVD",
"iconmunzinger32.gif": "EBOOK",
"haldvdroms.gif": "DVD",
"mReise2s.gif": "MAP",
"blu-ray_32.gif": "BLURAY",
"halkidcdroms.gif": "CD_SOFTWARE",
"CDs.gif": "CD",
"halsprachkursb.gif": "UNKNOWN"
}
},
"city": "Halle (Saale)",
"_plus_required": false,
"account_supported": true,
"_plus_store_url": null,
"title": "Stadtbibliothek",
"_notice_text": null,
"geo": [
51.48182,
11.96668
],
"_support_contract": false,
"library_id": 8683,
"_active": true,
"information": "https://opac.halle.de/read/info.html",
"api": "bibliotheca",
"state": "Sachsen-Anhalt"
}
johan12345 commented
Thanks! We have updated the configuration file on our server (see also opacapp/opacapp-config-files@c9c3f65), it should be updated in the app within a few days or instantly when you tap "update library data" in the settings.
Usually, we now don't do these kind of changes anymore if the library doesn't have a support contract (see https://opac.app/en/support-policy/). But it's fine when the fixes are contributed via GitHub and we just need to include them instead of searching the bug ourselves.