Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 08-23-2019, 05:00 PM   #1006
rracoon01
Connoisseur
rracoon01 began at the beginning.
 
rracoon01's Avatar
 
Posts: 88
Karma: 10
Join Date: Nov 2013
Device: android tablets
Yet when I remove the branch ID it still gives the whole list of branches as if it was an issue???
rracoon01 is offline   Reply With Quote
Old 08-23-2019, 05:18 PM   #1007
jhowell
Grand Sorcerer
jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.
 
jhowell's Avatar
 
Posts: 7,118
Karma: 92500001
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
Quote:
Originally Posted by rracoon01 View Post
Yet when I remove the branch ID it still gives the whole list of branches as if it was an issue???
The new version of the plugin currently always logs all of the branches even if they are not needed. I thought that it might be useful in debugging sign in problems. I may remove it in a future release.
jhowell is offline   Reply With Quote
Advert
Old 08-23-2019, 05:36 PM   #1008
rracoon01
Connoisseur
rracoon01 began at the beginning.
 
rracoon01's Avatar
 
Posts: 88
Karma: 10
Join Date: Nov 2013
Device: android tablets
Quote:
Originally Posted by jhowell View Post
The new version of the plugin currently always logs all of the branches even if they are not needed. I thought that it might be useful in debugging sign in problems. I may remove it in a future release.
OK. Many thanks for all of your fine work on this excellent plugin. Couldn't do without it.
rracoon01 is offline   Reply With Quote
Old 08-28-2019, 11:56 AM   #1009
lairdb
dog ear
lairdb began at the beginning.
 
Posts: 53
Karma: 12
Join Date: Jan 2012
Device: lots
I'm succeeding on several Overdrive, but having trouble on two. These are the two that have/had branchIDs; I removed the branchID values since I didn't see them in the log data, but that results in a different issue.

Snippet (both sites, one after another). Guessology, it seems to have to do with the wrong ilsName -- but that could be a red herring.

Edit: FWIW, my card issuer ilsName entries for these two Overdrives are (respectively) "escondido" and "palo"; the login discovery code seems to be picking the first listed for the subsequent call.

Code:
Accessing library Serra (Escondido) Overdrive 
Get http://serra.overdrive.com/ 
Redirected to https://serra.overdrive.com/ 
new OverDrive site layout detected for Serra (Escondido) Overdrive 
Get https://serra.overdrive.com/account/sign-in?forward=%2F 
window.OverDrive.loginForms: {
    "captcha": {
        "enabled": true,
        "key": "6LecKxATAAAAADxsYuJbaG3rtNIBx2y3Od-QYXDg"
    },
    "features": {
        "emailEnabled": true,
        "facebookEnabled": true,
        "gacEnabled": false
    },
    "forms": [
        {
            "displayName": "Brawley Public Library",
            "ilsName": "brawley",
            "local": {
                "password": {
                    "enabled": true,
                    "key": "PhoneNumberOrPassword",
                    "label": "Phone Number or Password"
                },
                "username": {
                    "enabled": true,
                    "key": "LibraryCard",
                    "label": "Library card number"
                }
            },
            "sortName": "Brawley Public Library",
            "type": "Local"
        },
        {
            "displayName": "Camarena Memorial Library ",
            "ilsName": "camarena",
            "local": {
                "password": {
                    "enabled": false
                },
                "username": {
                    "enabled": true
                }
            },
            "sortName": "Camarena Memorial Library ",
            "type": "Local"
        },
        {
            "displayName": "Carlsbad City Library",
            "ilsName": "carlsbadcity",
            "local": {
                "password": {
                    "enabled": false
                },
                "username": {
                    "enabled": true
                }
            },
            "sortName": "Carlsbad City Library",
            "type": "Local"
        },
        {
            "displayName": "Chula Vista Public Library",
            "ilsName": "chulavista",
            "local": {
                "password": {
                    "enabled": false
                },
                "username": {
                    "enabled": true
                }
            },
            "sortName": "Chula Vista Public Library",
            "type": "Local"
        },
        {
            "displayName": "Coronado Public Library",
            "ilsName": "coronado",
            "local": {
                "password": {
                    "enabled": false
                },
                "username": {
                    "enabled": true
                }
            },
            "sortName": "Coronado Public Library",
            "type": "Local"
        },
        {
            "displayName": "El Centro Public Library",
            "ilsName": "elcentropublic",
            "local": {
                "password": {
                    "enabled": false
                },
                "username": {
                    "enabled": true
                }
            },
            "sortName": "El Centro Public Library",
            "type": "Local"
        },
        {
            "displayName": "Escondido Public Library",
            "ilsName": "escondido",
            "local": {
                "password": {
                    "enabled": false
                },
                "username": {
                    "enabled": true
                }
            },
            "sortName": "Escondido Public Library",
            "type": "Local"
        },
        {
            "displayName": "Imperial County Free Library",
            "ilsName": "imperialcounty",
            "local": {
                "password": {
                    "enabled": true,
                    "key": "PhoneNumberOrPassword",
                    "label": "Phone Number or Password"
                },
                "username": {
                    "enabled": true
                }
            },
            "sortName": "Imperial County Free Library",
            "type": "Local"
        },
        {
            "displayName": "Imperial Public Library",
            "ilsName": "imperialpublic",
            "local": {
                "password": {
                    "enabled": false
                },
                "username": {
                    "enabled": true
                }
            },
            "sortName": "Imperial Public Library",
            "type": "Local"
        },
        {
            "displayName": "National City Public Library",
            "ilsName": "nationalcitypub",
            "local": {
                "password": {
                    "enabled": false
                },
                "username": {
                    "enabled": true
                }
            },
            "sortName": "National City Public Library",
            "type": "Local"
        },
        {
            "displayName": "Oceanside Public Library",
            "ilsName": "oceansidepublic",
            "local": {
                "password": {
                    "enabled": false
                },
                "username": {
                    "enabled": true
                }
            },
            "sortName": "Oceanside Public Library",
            "type": "Local"
        }
    ],
    "ghost": {
        "ilsName": "_ghost"
    },
    "websiteId": 703
} 
Post https://serra.overdrive.com/account/signInOzone?forwardUrl=%2F 
Data username={REMOVED}&password={REMOVED}&authType=Local&ilsName=brawley 
Signing in to Serra (Escondido) Overdrive: : Server response error (Login failed.  You should use a login that works on the Brawley Public Library catalog. If you previously set a secure password, only that password may be used.) 
Traceback (most recent call last):
  File "calibre_plugins.overdrive_link.jobs", line 974, in sign_in
  File "calibre_plugins.overdrive_link.overdrive", line 472, in sign_in
LibraryError: Server response error (Login failed.  You should use a login that works on the Brawley Public Library catalog. If you previously set a secure password, only that password may be used.)
 
Cannot perform search at Serra (Escondido) Overdrive due to sign in failure 
Accessing library PaloAltoOverdrive 
Get http://ncdl.overdrive.com/ 
Redirected to https://ncdl.overdrive.com/ 
new OverDrive site layout detected for PaloAltoOverdrive 
Get https://ncdl.overdrive.com/account/sign-in?forward=%2F 
window.OverDrive.loginForms: {
    "captcha": {
        "enabled": true,
        "key": "6LecKxATAAAAADxsYuJbaG3rtNIBx2y3Od-QYXDg"
    },
    "features": {
        "emailEnabled": true,
        "facebookEnabled": true,
        "gacEnabled": false
    },
    "forms": [
        {
            "displayName": "Alameda Free Library",
            "ilsName": "alamedafree",
            "local": {
                "password": {
                    "enabled": true
                },
                "username": {
                    "enabled": true
                }
            },
            "sortName": "Alameda Free Library",
            "type": "Local"
        },
        {
            "displayName": "Amador County Library",
            "ilsName": "amador",
            "local": {
                "password": {
                    "enabled": false
                },
                "username": {
                    "enabled": true
                }
            },
            "sortName": "Amador County Library",
            "type": "Local"
        },
        {
            "displayName": "Calaveras County Library",
            "ilsName": "calaveras",
            "local": {
                "password": {
                    "enabled": false
                },
                "username": {
                    "enabled": true
                }
            },
            "sortName": "Calaveras County Library",
            "type": "Local"
        },
        {
            "displayName": "Harrison Memorial Library",
            "ilsName": "harrison",
            "local": {
                "password": {
                    "enabled": true
                },
                "username": {
                    "enabled": true
                }
            },
            "sortName": "Harrison Memorial Library",
            "type": "Local"
        },
        {
            "displayName": "Hayward Public Library",
            "ilsName": "hayward",
            "local": {
                "password": {
                    "enabled": false
                },
                "username": {
                    "enabled": true
                }
            },
            "sortName": "Hayward Public Library",
            "type": "Local"
        },
        {
            "displayName": "Lodi Public Library",
            "ilsName": "lodi",
            "local": {
                "password": {
                    "enabled": false
                },
                "username": {
                    "enabled": true
                }
            },
            "sortName": "Lodi Public Library",
            "type": "Local"
        },
        {
            "displayName": "Mariposa County Library",
            "ilsName": "mariposacounty",
            "local": {
                "password": {
                    "enabled": false
                },
                "username": {
                    "enabled": true
                }
            },
            "sortName": "Mariposa County Library",
            "type": "Local"
        },
        {
            "displayName": "Monterey Public Library",
            "ilsName": "monterey",
            "local": {
                "password": {
                    "enabled": false
                },
                "username": {
                    "enabled": true
                }
            },
            "sortName": "Monterey Public Library",
            "type": "Local"
        },
        {
            "displayName": "Mountain View Public Library",
            "ilsName": "mountainview",
            "local": {
                "password": {
                    "enabled": true
                },
                "username": {
                    "enabled": true
                }
            },
            "sortName": "Mountain View Public Library",
            "type": "Local"
        },
        {
            "displayName": "Pacific Grove Public Library",
            "ilsName": "monterey",
            "local": {
                "password": {
                    "enabled": false
                },
                "username": {
                    "enabled": true
                }
            },
            "sortName": "Pacific Grove Public Library",
            "type": "Local"
        },
        {
            "displayName": "City of Palo Alto Public Library",
            "ilsName": "palo",
            "local": {
                "password": {
                    "enabled": false
                },
                "username": {
                    "enabled": true
                }
            },
            "sortName": "Palo Alto Public Library",
            "type": "Local"
        },
        {
            "displayName": "Pleasanton Public Library",
            "ilsName": "pleasanton",
            "local": {
                "password": {
                    "enabled": true
                },
                "username": {
                    "enabled": true
                }
            },
            "sortName": "Pleasanton Public Library",
            "type": "Local"
        },
        {
            "displayName": "San Benito County Free Library",
            "ilsName": "sanbenitoca",
            "local": {
                "password": {
                    "enabled": true
                },
                "username": {
                    "enabled": true
                }
            },
            "sortName": "San Benito County Free Library",
            "type": "Local"
        },
        {
            "displayName": "Santa Clara City Library",
            "ilsName": "santaclara",
            "local": {
                "password": {
                    "enabled": true
                },
                "username": {
                    "enabled": true
                }
            },
            "sortName": "Santa Clara City Library",
            "type": "Local"
        },
        {
            "displayName": "Santa Cruz Public Libraries",
            "ilsName": "santacruz",
            "local": {
                "password": {
                    "enabled": false
                },
                "username": {
                    "enabled": true
                }
            },
            "sortName": "Santa Cruz Public Libraries",
            "type": "Local"
        },
        {
            "displayName": "Sunnyvale Public Library",
            "ilsName": "sunny",
            "local": {
                "password": {
                    "enabled": false
                },
                "username": {
                    "enabled": true
                }
            },
            "sortName": "Sunnyvale Public Library",
            "type": "Local"
        },
        {
            "displayName": "Tolowa Dee-ni' Family Resource Library",
            "ilsName": "tolowa",
            "local": {
                "password": {
                    "enabled": false
                },
                "username": {
                    "enabled": true,
                    "label": "9 + Last four digits of your Enrollment ID Number"
                }
            },
            "sortName": "Tolowa Dee-ni' Family Resource Library",
            "type": "Local"
        },
        {
            "displayName": "Tuolumne County Library",
            "ilsName": "tuolumne",
            "local": {
                "password": {
                    "enabled": true,
                    "key": "PIN",
                    "label": "PIN"
                },
                "username": {
                    "enabled": true,
                    "key": "LibraryCard",
                    "label": "Library Card Number"
                }
            },
            "sortName": "Tuolumne County Library",
            "type": "Local"
        },
        {
            "displayName": "Watsonville Public Library",
            "ilsName": "watsonvillepublic",
            "local": {
                "password": {
                    "enabled": true,
                    "key": "PIN",
                    "label": "PIN"
                },
                "username": {
                    "enabled": true,
                    "key": "LibraryCard",
                    "label": "Library card number"
                }
            },
            "sortName": "Watsonville Public Library",
            "type": "Local"
        }
    ],
    "ghost": {
        "ilsName": "_ghost"
    },
    "websiteId": 52
} 
Post https://ncdl.overdrive.com/account/signInOzone?forwardUrl=%2F 
Data username={REMOVED}&password={REMOVED}&authType=Local&ilsName=alamedafree 
Signing in to PaloAltoOverdrive: : Server response error (Invalid Library Card: 21185004572800.  Not a valid Alameda Free Library card.) 
Traceback (most recent call last):
  File "calibre_plugins.overdrive_link.jobs", line 974, in sign_in
  File "calibre_plugins.overdrive_link.overdrive", line 472, in sign_in
LibraryError: Server response error (Invalid Library Card: 21185004572800.  Not a valid Alameda Free Library card.)
 
Cannot perform search at PaloAltoOverdrive due to sign in failure

Last edited by lairdb; 08-28-2019 at 12:01 PM.
lairdb is offline   Reply With Quote
Old 08-28-2019, 06:00 PM   #1010
jhowell
Grand Sorcerer
jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.
 
jhowell's Avatar
 
Posts: 7,118
Karma: 92500001
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
Quote:
Originally Posted by lairdb View Post
I'm succeeding on several Overdrive, but having trouble on two. These are the two that have/had branchIDs; I removed the branchID values since I didn't see them in the log data, but that results in a different issue.
I will need to make another update to the plugin in order to handle the new sign in procedure for these libraries. (Sorry for taking so long to get back to you.)
jhowell is offline   Reply With Quote
Advert
Old 08-28-2019, 11:35 PM   #1011
ngh0
Junior Member
ngh0 began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jun 2019
Device: kindle
Cool RBDigital not working for me in Australia

I ABSOLUTELY LOVE YOUR OVERDRIVE PLUG IN!

I have been using this for some time now and I do struggle a little but understanding how to use the plugin.
Even with the struggle, I have got it working wonderfully for me.
EXCEPT for RBdigital.

I hope you can help me!

your config explanationfor RBdigital is as follows:
Quote:
RBdigital
RBdigital (formerly OneClickdigital) provides access to audiobooks and a small selection of e-books.
Audiobooks are playable using a proprietary app. E-books are in EPUB format using Adobe Digital Editions DRM.
The library-id can be found by inspecting the host name in the browser address bar for the portion preceding oneclickdigital.com.
For the Austin (TX) Public Library the RBdigital web site is http://austinpublictx.rbdigital.com and so the library-id is austinpublictx.
For those outside of the US enter the full host name as the library-id. For example, surrey.oneclickdigital.eu.

I am in Australia and here are my config settings:
for the sunshine coast library:



Name Provider Library ID Branch ID*
amazon_purchase Amazon au-store
AU_unlimited Amazon au-unlimited
sscoverdrive OverDrive scl.overdrive.com
audible Audible store
ALL OF THE ABOVE WORKS (some with card and pin numbers)

BELOW DOES NOT SEEM TO WORK!!!
rbdigital SCC RBdigital sunshinecoast.rbgitalglobal.com
with my card number and my pin number

The URL of rbdigital at scc is:
https://sunshinecoast.rbdigitalglobal.com/

I did try to use the term 'onelcickdigital' and I think I had it working once with something like scc.onelclickdigital.au (can not remember exactly) when they were onelclick, now with the name change, I wonder if an update of the instructions of non US users was missed?

If possible can you clarify where I am going wrong!



Search Results
I have 39 books listed in Calibre with the author as Terry Pratchett. including "Eric" which was the one audiobook in scc.rbdigital

I ran a search for books via the author and only rbdigital searching enabled and the log results are below for your perusal on this single search.

first one is a clipboard cut for the job as it ran
second for results log panel clipboard cut (lower right had side when job completed)

FIRST:
" Search for books by 1 author Overdrive Link 2.34.0, Calibre 3.46.0 Search language: English Search formats: Acoustik Audiobook, Adobe EPUB eBook, Adobe PDF eBook, Apple Audiobook, Audible Audiobook, Axis 360 Audio, Axis 360 Reader, Blio eBook, BookReader, HTML eBook, Hoopla Audiobook, Hoopla Book Reader, Hoopla Comic Reader, Kindle Book, MP3 Audiobook, MediaDo Reader, Mobipocket eBook, OneClickdigital Audiobook, Online Reader, Open DjVu eBook, Open EPUB eBook, Open PDF eBook, OverDrive Listen, OverDrive MP3 Audiobook, OverDrive Read, OverDrive Read-along, OverDrive WMA Audiobook, Plain Text eBook, Protected DAISY eBook, RBdigital Audiobook, Scribd Audiobook, Scribd Comic Reader, Scribd Reader, WMA Audiobook ================================================= Finding library books by Terry Pratchett Accessing library rbdigital SCC Get http://sunshinecoast.rbdigitalglobal.com Get http://api.rbdigitalglobal.com/v1/we...b-2f10888429ea Search rbdigital SCC for all by terry pratchett Get http://api.rbdigitalglobal.com/v1/se...0&page-index=0 Page 1 of 0 Found 0 books in 0.7 sec ================================================= ================================================= Matching 3,954 calibre books with 0 library books Found 0 matching calibre books in 0.8 sec ================================================= Checking 0 unmatched library books, 704 previously discovered books, 1 author Matched 0 previously discovered books in 0.1 sec Checking previously discovered books for link changes took 0.0 sec Consolidating discovered books took 0.0 sec Adding 0 newly discovered books took 0.0 sec (cache: 0 hits, 0 misses) "

SECOND:
Overdrive Link found: No changes. Search for books by 1 author Overdrive Link 2.34.0, calibre 3.46.0 Search language: English Search formats: Acoustik Audiobook, Adobe EPUB eBook, Adobe PDF eBook, Apple Audiobook, Audible Audiobook, Axis 360 Audio, Axis 360 Reader, Blio eBook, BookReader, HTML eBook, Hoopla Audiobook, Hoopla Book Reader, Hoopla Comic Reader, Kindle Book, MP3 Audiobook, MediaDo Reader, Mobipocket eBook, OneClickdigital Audiobook, Online Reader, Open DjVu eBook, Open EPUB eBook, Open PDF eBook, OverDrive Listen, OverDrive MP3 Audiobook, OverDrive Read, OverDrive Read-along, OverDrive WMA Audiobook, Plain Text eBook, Protected DAISY eBook, RBdigital Audiobook, Scribd Audiobook, Scribd Comic Reader, Scribd Reader, WMA Audiobook ================================================= Finding library books by Terry Pratchett Accessing library rbdigital SCC Get http://sunshinecoast.rbdigitalglobal.com Get http://api.rbdigitalglobal.com/v1/we...b-2f10888429ea Search rbdigital SCC for all by terry pratchett Get http://api.rbdigitalglobal.com/v1/se...0&page-index=0 Page 1 of 0 Found 0 books in 0.7 sec ================================================= ================================================= Matching 3,954 calibre books with 0 library books Found 0 matching calibre books in 0.8 sec ================================================= Checking 0 unmatched library books, 704 previously discovered books, 1 author Matched 0 previously discovered books in 0.1 sec Checking previously discovered books for link changes took 0.0 sec Consolidating discovered books took 0.0 sec Adding 0 newly discovered books took 0.0 sec (cache: 0 hits, 0 misses)
ngh0 is offline   Reply With Quote
Old 08-29-2019, 08:02 AM   #1012
jhowell
Grand Sorcerer
jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.
 
jhowell's Avatar
 
Posts: 7,118
Karma: 92500001
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
Quote:
Originally Posted by ngh0 View Post
Even with the struggle, I have got it working wonderfully for me.
EXCEPT for RBdigital. ...
I will look into those issues along with the previously reported OverDrive sign in problem as soon as I have time, but it may not be until later next week. (Holiday weekend and hurricane on the way.)
jhowell is offline   Reply With Quote
Old 08-29-2019, 05:04 PM   #1013
ngh0
Junior Member
ngh0 began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jun 2019
Device: kindle
Thanks.
Take care.
Hurricanes and Cyclones are NO FUN!
ngh0 is offline   Reply With Quote
Old 08-31-2019, 08:13 AM   #1014
cc_in_oh
Bob's my uncle
cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.
 
Posts: 985
Karma: 17073086
Join Date: Jul 2016
Location: NE OH
Device: Kindle
Quote:
Originally Posted by jhowell View Post
I will need to make another update to the plugin in order to handle the new sign in procedure for these libraries. (Sorry for taking so long to get back to you.)
I'm having the same issue as lairdb. Got errors on my 4 libraries that had BranchID's configured, removed the ID, then invalid card# for the 1st branch listed. 1 of the 4 actually started working again, possibly because the 1st and only branch listing is the main library.

One of the 3 still not working, ClevNet, seems odd in that it is only listing schools, though ClevNet includes many non-school libraries such as the Twinsburg Public Library which issued my card.

I also tried "overdrive" in the BranchID's but got "not currently supported" messages.

I can supply more detail if this additional info is of any help. Hope the hurricane misses you - looks like some models have it turning up the coast before it hits FL...

Thanks again for your efforts,
CC
cc_in_oh is offline   Reply With Quote
Old 09-01-2019, 01:41 PM   #1015
jhowell
Grand Sorcerer
jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.
 
jhowell's Avatar
 
Posts: 7,118
Karma: 92500001
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
Version 2.35.0 - 01 Sep 2019

Handle OverDrive libraries with multiple branches using the new sign in process. Branch IDs are now names instead of numbers and will be different from those used by previous versions of this plugin. See the job log after a sign in failure for a list of supported branch IDs for that OverDrive library. (It will not be possible to sign into branches that use their own sign in system separate from OverDrive.)

Handle website changes at RBdigital. (Fixes no search results.)
jhowell is offline   Reply With Quote
Old 09-01-2019, 02:41 PM   #1016
cc_in_oh
Bob's my uncle
cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.
 
Posts: 985
Karma: 17073086
Join Date: Jul 2016
Location: NE OH
Device: Kindle
I updated and restarted Calibre but still not allowing non-numeric branch. Is PC restart needed? I can't try that right now...
cc_in_oh is offline   Reply With Quote
Old 09-01-2019, 04:23 PM   #1017
jhowell
Grand Sorcerer
jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.
 
jhowell's Avatar
 
Posts: 7,118
Karma: 92500001
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
Quote:
Originally Posted by cc_in_oh View Post
I updated and restarted Calibre but still not allowing non-numeric branch. Is PC restart needed? I can't try that right now...
My fault. Fix coming up.



Version 2.35.1 - 01 Sep 2019

Fix inability to configure non-numeric branch IDs for OverDrive libraries.

Last edited by jhowell; 09-01-2019 at 04:29 PM.
jhowell is offline   Reply With Quote
Old 09-03-2019, 08:17 AM   #1018
cc_in_oh
Bob's my uncle
cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.cc_in_oh ought to be getting tired of karma fortunes by now.
 
Posts: 985
Karma: 17073086
Join Date: Jul 2016
Location: NE OH
Device: Kindle
Quote:
Originally Posted by jhowell View Post
My fault. Fix coming up.



Version 2.35.1 - 01 Sep 2019

Fix inability to configure non-numeric branch IDs for OverDrive libraries.
Thanks! Seems to be working perfectly as far as I can tell.

Had to laugh - the people at ClevNet came up with the creative branch name "default".

I hope the storm continues to weaken before it starts heading your way. I saw on a forum where someone had taken one of the track maps going up the coast and pasted in labels along the route for Halloween, Thanksgiving and Christmas...
cc_in_oh is offline   Reply With Quote
Old 09-03-2019, 08:40 AM   #1019
jhowell
Grand Sorcerer
jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.
 
jhowell's Avatar
 
Posts: 7,118
Karma: 92500001
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
Quote:
Originally Posted by cc_in_oh View Post
I hope the storm continues to weaken before it starts heading your way.
Unless something changes again the storm should not be a problem for me. I feel sorry for those affected.
jhowell is offline   Reply With Quote
Old 09-04-2019, 09:05 PM   #1020
ngh0
Junior Member
ngh0 began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jun 2019
Device: kindle
THANK YOU for your latest update fixing RBdigital global.

RB digital works well and helps me use:
The calibre custom column I made with the following template:
{identifiers:contains(sunshinecoast.rbdigitalgloba l,Yes,)}
with yes/no show in tag browser.



works well. Again thank you.
ngh0 is offline   Reply With Quote
Reply

Tags
id=model, overdrive


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] KindleUnpack - The Plugin DiapDealer Plugins 527 08-15-2025 01:36 PM
[GUI Plugin] EpubSplit JimmXinu Plugins 459 07-31-2025 09:32 AM
[GUI Plugin] EpubMerge JimmXinu Plugins 560 06-09-2025 03:46 PM
[GUI Plugin] FanFictionDownLoader JimmXinu Plugins 3985 05-08-2015 11:18 PM
[GUI Plugin] Plugin Updater **Deprecated** kiwidude Plugins 159 06-19-2011 12:27 PM


All times are GMT -4. The time now is 03:08 PM.


MobileRead.com is a privately owned, operated and funded community.