Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Contents/Code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ def SetupUrls(sitetype, base, lang='en'):
ctx['NAR_BY' ]='Narrated By'
ctx['NAR_BY_INFO' ]='Narrated by'

# Match titles using more flexible keyword search
if Prefs['keyword_searching']:
urlsearchtitle="advsearchKeywords="

AUD_BASE_URL='https://' + str(base) + '/'
AUD_TITLE_URL=urlsearchtitle
Expand Down
5 changes: 5 additions & 0 deletions Contents/DefaultPrefs.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"type" : "enum",
"values" : ["www.audible.com","www.audible.co.uk","www.audible.com.au","www.audible.de","www.audible.fr","www.audible.it"],
"default" : "www.audible.com"
},{
"id": "keyword_searching",
"label": "Match titles using more flexible keyword search",
"type": "bool",
"default": "false"
},{
"id": "debug",
"label": "Ouput debugging info in logs",
Expand Down