Biblioteca pubblica Cramahe
Login
- Casa
- Il mio conto
- La mia biografia
- I miei preferiti
- Dati storici
- Storia del prestito
- Bella Storia
- Il mio prestito
- Richiedi nuovi libri
- Prestito
- Riserve
- Bene
- Libri di testo
- Risorse online
- Richiesta di consegna documenti
"+"
" strMore = kendo.format(strMore, strItemID, $("#overdriveID").get(0).value, "Carica altro") $("#overDriveEBook").append(strMore); $("#overDriveEBook" ).css("height", "auto"); checkOverDriveMagazine($("#overdriveID").get(0).value, strItemID, false); } else { $.post(Util.RootHomeFolder + "/OverDrive_LoadAvailabilityInfo" , { id: $("#overdriveID").get(0).value }, function (strJsonOverDrive) { updateOverderiveItemInfo(eval("(" + strJsonOverDrive + ")"), $("#overDriveEBook")); showLoadMask (0); }); } } else { showAviailability(ipodItemID, 0, false, "localCopiesDetail", false, function () { showLoadMask(0); }, getLibraryID()); } } else if (tabIndex == 1 ) { div = $("#SummaryDetail"); div.css("display", "block"); saveSubTabIndex(1); showLoadMask(0); } else if (tabIndex == 2) { div = $(" #marcDetail"); div.css("display", "block"); showItemDetailMARC(id, strLibraryID); } else if (tabIndex == 3) { div = $("#reviewDetail"); div.css(" display", "block"); showItemDetailReviewed(id, strLibraryID); } else if (tabIndex == 4) { div = $("#imageCoverDetail"); div.css("visualizza", "blocca"); saveSubTabIndex(4); mostraMascheraCarica(0); } else if (tabIndex == 5) { div = $("#additionalInfo"); div.css("visualizza", "blocca"); mostraItemAdditionalInfo(id); } else if (tabIndex == -1) { //add by liujing 28-06-2017 ver:8.1.1 $("#allTabPanels").hide(); $("#ItemDetailTabsIframeDiv").hide(); mostraMascheraCarica(0); } //if ($("#iframeItemDetailTabs")[0]) { // $("iframeItemDetailTabs").attr("src", "ItemDetailTabs?ti=" + tabIndex + "&id=" + getID(). toString() + "&l=" + window.encodeURIComponent(getLibraryID()) + (isOnlineDB ? "&iifs=1" : "")); //} } function saveSubTabIndex(subTabIndex) { $.post(Util.RootHomeFolder + "/ItemDetail_SaveSubTabIndex", { subTabIndex: subTabIndex }, function (data) { }); } funzione updateOverderiveItemInfo(jsonResult, contenitore) { var id = jsonResult.reserveId.toUpperCase(); contenitore.html(""); if (jsonResult) { jsonResult.id = id; if (jsonResult.availabilityType) { if (jsonResult.ownedCopies == 0 && jsonResult.copiesAvailable == 0 && jsonResult.available == "false") { //Preordina titoli jsonResult.buttonClass = "btnNormal"; jsonResult.copysInfo = "" + jsonResult.numberOfHolds + " contiene"; jsonResult.buttonValue = "Prenota"; jsonResult.operatorFun = "overDriveHold"; } else if (jsonResult.availabilityType == "LimitedAvailability" && jsonResult.copiesOwned == 500000) { //Costo per Circ (CPC) titoli jsonResult. buttonClass = "btnNormal"; jsonResult.copiesInfo = "" + jsonResult.copiesAvailable + " copie"; jsonResult.buttonValue = "Check Out"; jsonResult.operatorFun = "overDriveCheckout"; } else if (jsonResult.availabilityType == "AlwaysAvailable" && jsonResult.copiesOwned == 999999) { //Uso simultaneo titoli jsonResult.buttonClass = " btnNormal"; jsonResult.copiesInfo = ""; jsonResult.buttonValue = "Estrai"; jsonResult.operatorFun = "overDriveCheckout"; } else { if (jsonResult.copiesAvailable > 0) { jsonResult.buttonClass = "btnNormal"; jsonResult.copiesInfo = "" + jsonResult.copiesAvailable + " di " + jsonResult.copiesOwned + " copie"; jsonResult.buttonValue = "Check Out"; jsonResult.operatorFun = "overDriveCheckout"; } else { jsonResult.buttonClass = "btnNormal"; jsonResult.copiesInfo = "" + jsonResult.numberOfHolds + " blocca su " + jsonResult.copiesOwned + " copie"; jsonResult.buttonValue = "Prenota"; jsonResult.operatorFun = "overDriveHold"; } } var template = kendo.template($("#overdriveInfoTemplate").html()); container.html(template(jsonResult)); } } } function loadODAvailabilityInfoForOneItem(id, callback) { $.post(Util.RootHomeFolder + "/OverDrive_LoadAvailabilityInfo", { id: id }, function (strJonResult) { updateOverderiveItemInfo(eval("(" + strJonResult + ")"), $("#overDriveEBook")); if ($.isFunction(callback)) callback(); }); } function checkOverDriveMagazine(magazineID, magazineItemID, bMore) { var aMagazineIssues = []; var $divs = $("# overDriveEBook"); $.post(Util.RootHomeFolder + "/OverDrive_LoadMagazineIssues", { ids: magazineID, bMore: bMore, iOffset: bMore ? $divs.find("div[id^=divOverdriveMagazineIssues]").length : 0 } , function (res) { if (res && res.length) { var aIssuesIDs = []; var jsonObj = $.parseJSON(res); if (jsonObj && jsonObj.products && jsonObj.products.length) { showLoadMask(1) ;aMagazineIssues = jsonObj.products;var aProductsID = []; var iProductCount = 0; iProductCount = jsonObj.products.length; if (iProductCount < 10) { if (iProductCount < 5) { $('#overDriveEBook').children().first().attr("style", "overflow-y:auto;"); } else { $('#overDriveEBook').children().first().attr("style", "overflow-y:scroll;"); } } else { $('#overDriveEBook').children().first().attr("style", "overflow-y:scroll;"); } for (var i = 0 ; i < jsonObj.products.length; i++) { aProductsID.push(jsonObj.products[i].id); updateOverderiveMagazineItemInfoExceptButton(magazineID, magazineItemID, jsonObj.products[i].id, aMagazineIssues); (function (magazineID, magazineItemID, IssuesID) { checkOverDriveMagazineIssuesAvailabilities(magazineID, magazineItemID, IssuesID, iProductCount); })(magazineID, magazineItemID, jsonObj.products[i].id); } } else { if ($divs.length == 1 && jsonObj.errorCode) { $divs.css("display", "none"); } } } }); } funzione checkOverDriveMagazineIssuesAvailabilities(magazineID, magazineItemID, IssuesID, iProductCount) { $.post(Util.RootHomeFolder + "/OverDrive_LoadAvailabilities", { ids: IssuesID }, function (res) { if (res && res.length) { var jsonObj = $ .parseJSON(res); if (jsonObj && jsonObj.availability && jsonObj.availability.length) { for (var i = 0 ; i < jsonObj.availability.length; i++) { updateOverderiveMagazineItemInfo(jsonObj.availability[i], iProductCount, VERO); } } } }); } funzione updateOverderiveMagazineItemInfoExceptButton(magazineID, magazineItemID, IssuesID, aMagazineIssues) { var id = IssuesID.toUpperCase(); var $div = $("#overDriveEBook"); jsonResult = {}; if (IssuesID) { jsonResult.edition = ""; jsonResult.series = ""; jsonResult.title = ""; jsonResult.starRating = ""; jsonResult.imagesCoverHref = ""; $.each(aMagazineIssues, function (iIndex, oItem) { if (oItem.id.toUpperCase() == id) { jsonResult.divID = id; jsonResult.edition = oItem.edition; jsonResult.series = oItem.series; jsonResult .title = oItem.title;jsonResult.starRating = oItem.starRating;jsonResult.imagesCoverHref = (oItem.images && oItem.images.cover && oItem.images.cover.href) ? oItem.images.cover.href : ""; restituire falso; } }); jsonResult.Series_Cap = "Serie" + ":"; jsonResult.Edition_Cap = "Edizione" + ":"; jsonResult.Rating_Cap = "Valutazione:" + ""; var template = kendo.template($("#overdriveMagazineInfoExceptButtonTemplate").html()); jsonResult.strID = magazineItemID + "|" + id; if ($divs.find("a[id^=showMore_]").length == 1) { $divs.find("a[id^=showMore_]").parent().before(template(jsonResult) ); } } } funzione updateOverderiveMagazineItemInfo(jsonResult, iProductCount, bJudgeLoadMore) { var id = ""; if (jsonResult.reserveId) id = jsonResult.reserveId.toUpperCase(); else if (jsonResult.id) id = jsonResult.id.toUpperCase(); var $div = $("#overDriveEBook"); if (jsonResult) { jsonResult.DownloadableEBook_Cap = "Ottieni risorse elettroniche"; jsonResult.Availability_Cap = "Disponibilità" + ":"; var hold_Cap = "Trattenuto"; var copie_Cap = "Copie"; var on_Cap = "On"; var of_Cap = "Di"; var series_Cap = "Serie"; if (jsonResult.availabilityType) { if (jsonResult.copiesOwned == 0 && jsonResult.copiesAvailable == 0 && jsonResult.available == "false") { //Preordina titoli jsonResult.buttonClass = "btnNormal"; jsonResult.copysInfo = "" + jsonResult.numberOfHolds + " " + hold_Cap + ""; jsonResult.buttonValue = "Prenota"; jsonResult.operatorFun = "overDriveHold"; } else if (jsonResult.availabilityType == "LimitedAvailability") { //Costo per Circ (CPC) titoli jsonResult.buttonClass = "btnNormal"; jsonResult .copieInfo = "" + jsonResult.copiesAvailable + " " + copie_Cap + ""; jsonResult.buttonValue = "Check Out"; jsonResult.operatorFun = "overDriveCheckout"; } else if (jsonResult.availabilityType == "AlwaysAvailable") { //Uso simultaneo titoli jsonResult.buttonClass = "btnNormal"; jsonResult.copiesInfo = ""; jsonResult.buttonValue = "Check Out"; jsonResult.operatorFun = "overDriveCheckout"; jsonResult.Availability_Cap = ""; } else { if (jsonResult.copiesAvailable > 0) { jsonResult.buttonClass = "btnNormal"; jsonResult.copiesInfo = "" + jsonResult.copiesAvailable + " " + of_Cap + " " + jsonResult.copiesOwned + " " + copie_Cap + ""; jsonResult.buttonValue = "Check Out"; jsonResult.operatorFun = "overDriveCheckout"; } else { jsonResult.buttonClass = "btnNormal"; jsonResult.copiesInfo = "" + jsonResult.numberOfHolds + " " + hold_Cap + " " + on_Cap + " " + jsonResult.copiesOwned + " " + copie_Cap + ""; jsonResult.buttonValue = "Prenota"; jsonResult.operatorFun = "overDriveHold"; } } if ($("#divButtonOverdriveMagazineIssues" + id).length == 1) { var templateButton = kendo.template($("#overdriveMagazineInfoButtonTemplate ").html()); var sAlwaysAvailableHTML = ""; sAlwaysAvailableHTML = "
" + jsonResult.DownloadableEBook_Cap + "
"+"
"+"" + jsonResult.Availability_Cap + "" + jsonResult.copiesInfo + "
" jsonResult.id = id + "|" + "Magazine";; $("#divAvailability_" + id).empty(); $("#divAvailability_" + id).html(sAlwaysAvailableHTML); $("#divButtonOverdriveMagazineIssues " + id).empty(); $("#divButtonOverdriveMagazineIssues" + id).html(templateButton(jsonResult)); } var divButtons = $divs.find("div[id^=divButtonOverdriveMagazineIssues]"); var divEmptyButtons = []; var iCountButtons = divButtons.length; if (iCountButtons > 0) { divEmptyButtons = jQuery.grep(divButtons, function (oItem, iIndex) { return $(oItem).find("button[id^=btnOverdriveMagazineIssue]") .length == 0; }); if (divEmptyButtons.length == 0) { if (iProductCount < 10) { $divs.find("a[id^=showMore_]").css("display", "none "); } else { $divs.find("a[id^=showMore_]").css("display", ""); } showLoadMask(0); } } } } } function loadODMagazineAvailabilityInfoForOneItem(id, callback) { $.post(Util.RootHomeFolder + "/OverDrive_LoadAvailabilityInfo", { id: id }, funzione (strJonResult) { updateOverderiveMagazineItemInfo($.parseJSON(strJonResult), 0, false); if ($.isFunction(callback)) callback(); }); } funzione overDriveCheckout(id) { var strID = ""; var strMediumType = ""; if (id.indexOf("|") > -1) { var arr = id.split("|"); if (arr.length >= 2) { strID = arr[0]; strMediumType = $.trim(arr[1]); } } altro { strID = id; } if (!Util.IsLogin) { Util.showLogin(this, strID, "odc", null); ritorno; } kendo.ui.progress($(document.body), true); $.post(Util.RootHomeFolder + "/OverDrive_Checkout", { id: strID }, function (res) { if (strMediumType && strMediumType.toUpperCase() == "MAGAZINE") { loadODMagazineAvailabilityInfoForOneItem(strID, null); } else { loadODAvailabilityInfoForOneItem(strID, null); } if (res) { var msg = undefined; if (res.strError) { msg = res.strError; try { var errorJson = $.parseJSON(res.strError); if (errorJson && errorJson .message) { msg = errorJson.message; } } catch (e) { } Util.alert("", msg); kendo.ui.progress($(document.body), false); return; } var errorCode = undefined; var result = $.parseJSON(res.checkoutResult); console.log("res" + res); if (result && result.errorCode) { errorCode = result.errorCode; } if (result && result.message) { msg = result.message; } if (errorCode && errorCode != "TitleAlreadyCheckedOut") { Util.alert("", msg); kendo.ui.progress($(document.body), false); return; } if ( result.errorCode == "TitleAlreadyCheckedOut") { $.post(Util.RootHomeFolder + "/OverDrive_GetCheckoutInfo", { id: strID }, function (strCheckoutInfo) { if (strCheckoutInfo) { var checkoutInfo = eval("(" + strCheckoutInfo + ")"); addDownloadParams(checkoutInfo); Util.showOverDriveDownload(checkoutInfo); } kendo.ui.progress($(document.body), false); }); } else { kendo.ui.progress($(document.body), false); addDownloadParams(risultato); Util.showOverDriveDownload(strID); } } }); function addDownloadParams(json, strID) { var itemID = $("#overdriveID").attr("data-itemid"); json.itemID = itemID; json.img = $("#img_" + itemID).get(0).src; json.title = $("#img_" + itemID).get(0).title; } } function overDriveHold(id) { if (!Util.IsLogin) { Util.showLogin(this, id, "odh", null); ritorno; } kendo.ui.progress($(document.body), true); var strID = ""; var strMediumType = ""; if (id.indexOf("|") > -1) { var arr = id.split("|"); if (arr.length >= 2) { strID = arr[0]; strMediumType = $.trim(arr[1]); } } altro { strID = id; } checkHaveCheckoutOverDrive(strID, function (haveCheckedOut) { if (haveCheckedOut) { kendo.ui.progress($(document.body), false); Util.alert("", "Hai verificato questo elemento e non puoi prenotare di nuovo."); return; } $.post(Util.RootHomeFolder + "/OverDrive_Hold", { id: strID }, function (res) { kendo.ui.progress($(document.body), false); if (strMediumType && strMediumType.toUpperCase() == "MAGAZINE") { loadODMagazineAvailabilityInfoForOneItem(strID, null); } else { loadODAvailabilityInfoForOneItem(strID, null); } if (res) { var msg = res.lang_HoldSucceed; if (res.strError ) { msg = res.strError; try { var errorJson = $.parseJSON(res.strError); if (errorJson && errorJson.message) { msg = errorJson.message; } } catch (e) { } } else { try { var result = $.parseJSON(res.holdResult);if (result && result.message) { msg = result.message; } } catch (e) { } } Util.alert("", msg); } }); }); } function checkHaveCheckoutOverDrive(overdriveID, callback) { if ($.isFunction(callback)) callback(false); ritorno; // non controllare avere il checkout o no. 2017-05-16 $.post(Util.RootHomeFolder + "/OverDrive_GetCheckoutInfo", { id: overdriveID }, funzione (strRes) { var haveCheckedOut = false; var res = undefined; try { var res = $.parseJSON(strRes) ; } catch (e) { } if (res && res.expires && res.expires.length) { if ($.isFunction(callback)) callback(true); } else { if ($.isFunction(callback)) callback (falso); } }); } //Ultima modifica di futao 7-4-2021 ver:7.8.5 function showItemDetailMARC(id, selectedLibraryID) { $.post(Util.RootHomeFolder + "/ItemDetail_GetMARCValues", { id: id, selectedLibraryID: selectedLibraryID }, function ( data) { var previewHtml = ""; if (data) { var marcTemplate = kendo.template($("#marcTemplate").html()); for (var ri = 0; ri < data.length; ri++) { var riga = dati[ri]; if (ri == 0) { var headerObj = { OneRowStyle: "class=\"itemdetailtabrow\" style=\"background-color:rgb(249, 249, 249);font-weight :bold;\"", TagStyle: "padding-left:8px;padding-top:20px;border-bottom:1px solid darkgray;", ValueStyle: "padding-left:125px;padding-top:20px;border-bottom :1px solid darkgray;", Tag: row.Tag, Value: row.Value, }; previewHtml = marcTemplate(headerObj); continue; } var OneRowStyleCss = (ri % 2) != 0 ? "class=\"itemdetailtabrow\ " style=\"background-color:rgb(249, 249, 249);line-height:20px;\"" : "class=\"itemdetailtabrow\" style=\"line-height:20px;\""; row.OneRowStyle = OneRowStyleCss;row.TagStyle= "padding-left:8px;", row.ValueStyle= "padding-left:5px;", previewHtml += marcTemplate(row); } } $("#marcDetailContent").html(previewHtml); mostraMascheraCarica(0); }); } var contentFolderUrl = "/Library/Content"; function showItemDetailReviewed(id, selectedLibraryID) { $.post(Util.RootHomeFolder + "/ItemDetail_GetReviewedValues", { id: id, selectedLibraryID: selectedLibraryID }, function (data) { var previewHtml = ""; if (data) { var reviewTemplate = kendo.template($("#reviewTemplate").html()); for (var ri = 0; ri < data.Reviews.length; ri++) { var row = data.Reviews[ri]; //row.ReviewedbyCap = data.Captions.reviewedby; //row.RateCap = data.Captions.rate; //row.TagCap = data.Captions.tag; //row.ReviewCap = data.Captions.review; row.OneRowStyle = (ri % 2) == 0 ? "style=\"background-color:rgb(249, 249, 249);border:none;padding:3px 0 6px 0;width:100%;\"" : "style=\"border :none;padding:3px 0 6px 0;width:100%;\""; var titleStars = ""; for (var k = 0; k < 5; k++) { if (k < row.Rate) { if ( Util.skinName == "Bianco") { titleStars += ""; } altro { titleStars += "
"; } } altro { titleStars += "
"; } } row.StarsHTML = titleStars; previewHtml += reviewTemplate(row); } previewHtml += "
" + (dati.ContenutoSyndetics ? dati.ContenutoSyndetics : "") + "
" } $("#reviewDetailContent").html(previewHtml); showLoadMask(0); }); $("#btnWriteAReview_ItemDetail").on("click", function () { $("#btnAddReview_ItemDetail").trigger ("clic"); }); } function showItemAdditionalInfo(id) { //Ultima modifica di futao 7-4-2021 ver:7.8.5 $.post(Util.RootHomeFolder + "/ItemDetail_GetWebLinks", { id: id } , function (data) { var previewHtml = ""; if (data) { var additionalTemplate = kendo.template($("#additionalTemplate").html()); var headerObj = { OneRowStyle: "class=\"itemdetailtabrow\ " style=\"background-color:rgb(249, 249, 249);font-weight:bold;\"", OneHeaderStyle: "style=\"padding-left:25px;padding-top:20px;\"" , BorderStyle: "border-bottom:1px solid darkgray;", FileTypeHeaderStyle: "style=\"padding-top:20px;\"", Title: data.Captions.lang_Title, FileType: data.Captions.lang_MediaType, Location: data .Captions.lang_AttachedFile };anteprimaHtml = additionalTemplate(headerObj);for (var ri = 0; ri < data.AdditionalInfos.length; ri++) { var riga = data.AdditionalInfos[ri]; var OneRowStyleCss = (ri % 2) != 0 ? "class=\"itemdetailtabrow\" style=\"background-color:rgb(249, 249, 249);line-height:30px;\"" : "class=\"itemdetailtabrow\" style=\"line-height :30px;\""; row.OneRowStyle = OneRowStyleCss; row.OneHeaderStyle = "style=\"padding-left:5px;\""; row.BorderStyle = ""; row.FileTypeHeaderStyle = "style=\"padding-left:25px;\""; previewHtml += additionalTemplate(riga); } } $("#additionalInfoContent").html(previewHtml); mostraMascheraCarica(0); }); } function addShow_PatronBook() { Util.show_PatronBook = function (mittente, itemid, searchLibraryID) { ///
///
oggetto finestra aperta ///
/// ['17652|1','17653|1'] è [ID | Copie,ID | Copie] o 17652 è ID o '17651|1' è ID | Copie /// ///
var me = questo; var _item = []; if (typeof itemid == "oggetto") { _items = itemid; } if (typeof itemid == "numero") { _items.push(items + "|1"); } if (typeof itemid == "stringa") { if (itemids != "") _items.push(itemids); } if (_items.length < 1) return; if (Util.IsLogin) { var sLibarayID = ""; if (searchLibraryID) { sLibarayID = searchLibraryID; } altro { sLibarayID = getLibraryID(); } if (!Util.AllowReserveForRegisteredPatron && Util.IsRegisteredPatron) { Util.alert("Autorizzazione negata", Util.lang_NoReservePermission); ritorno; } if (Util.IsRMEnabled && $.inArray(sLibarayID, Util.RMLibraryIDList) > -1) { if (parseInt("0")) { Util.show_PatronBookPlus(sender, itemids, null, null, searchLibraryID); } else { Util.alert("Invalid", "Non ci sono copie nel centro risorse."); } ritorno; } else if ("0" == "1") { Util.alert("Permesso negato", "Non hai il permesso."); //aggiungi da futao 2014-7-1 ver:6.4.0 return; } oPatronBook.showWindow(sender, itemid); } else { Util.showLogin(sender, itemids, "b", null); } } }
FAQs
Where can I watch Murdoch Mysteries Christmas specials? ›
Murdoch Mysteries: A Merry Murdoch Christmas - TV on Google Play.
What season of Murdoch Mysteries is Christmas special? ›Last Episode Murdoch Mysteries , Season 9 Christmas Special : A Merry Murdoch Christmas.
Where was the Murdoch Mysteries Christmas special filmed? ›Marking its first West Coast filming, Murdoch Mysteries production team turns Cattle Point into a Songhees village where Murdoch first encounters Vancouver Island's Indigenous people. The three-day local shoot included filming at Gowlland Tod Park.
Is there any truth to Murdoch Mysteries? ›The character of William Murdoch was inspired by a real Toronto detective named John Wilson Murray. Murray became Toronto's first full-time “government Detective Officer” in 1875. He used techniques such as fingerprinting (then called fingermarks) and blood trace analysis to solve his cases.
How many Christmas shows are on Murdoch Mysteries? ›It includes all three Christmas movies in one DVD case, and a special card from holiday/thank you card from actor Yannick Bisson, aka Detective William Murdoch.
Will there be a Christmas episode of Murdoch Mysteries? ›Murdoch and company's Christmas at an idyllic country estate turns deadly.
Why is Murdoch Mysteries season 14 so short? ›Due to the Covid 19 global pandemic in 2020-21, Season 14 is the shortest season with only 11 episodes and it will be followed by the longest season in the history of the Murdoch Mysteries TV series with Season 15's 24 episodes.
When were Murdoch Mysteries Christmas movies come out? ›Once Upon a Murdoch Christmas
"A Merry Murdoch Christmas" is the first stand-alone two hour Christmas special that aired on December 21, 2015 in Canada, and on December 20, 2015 in France.
In the last episode Julia marries Dr. Darcy Garland, despite her affection for Murdoch. At the beginning of the season 5 (Back and to the Left), however, she terminates her employment in the City Morgue and starts her own private practice in Toronto, leaving the work to her protégée, Dr. Emily Grace.
Is Murdoch Mysteries ending in 2023? ›The season will soon come to an end with the finale set to air on April 10, 2023. Murdoch Mysteries stars Yannick Bisson as Detective William Murdoch, Thomas Craig as Inspector Thomas Brackenreid, Hélène Joy as Dr. Julia Ogden, and Jonny Harris as Constable George Crabtree.
When did Ogden leave Murdoch Mysteries? ›
In 1906 (ep. 1217), Dr. Ogden leaves the City Morgue and her position as Chief Coroner for the Toronto Mercy Hospital.
What does Murdoch's brother do? ›Detective Murdoch and Dr. Ogden travel to Vancouver Island to visit Murdoch's brother, RCMP officer Jasper Linney. There, they investigate a murder connected to an archaeologist who has uncovered an ancient Indigenous settlement, leading to encounters with the Songhees and Haida nations.
Why did Julia leave Murdoch Mysteries? ›Knowing William and Julia, things can't stay perfect forever and in the Season 3 finale The Tesla Effect, Julia decides to move to Buffalo, New York to work at a children's hospital. It is revealed that her abortion left her sterile, and William wants a family, and she can't give him the family he wants.
Does Julia miscarry Murdoch? ›William and Julia face their darkest passage when Julia loses the baby to a miscarriage. Rebecca and Nate are now married. The ending of the episode is shocking, sad and will change everything.
Why did Yannick Bisson leave Murdoch Mysteries? ›Juggling Aurora Teagarden with Murdoch Mysteries, Bisson left the Aurora Teagarden series because scheduling became an issue: not being able to have a vacation of any sort for three years – something's got to go. Niall Matter replaced Bisson's character in 2018.
Do Murdoch and Julia have a baby in season 15? ›November 1 - 5, 2021, Murdoch Mysteries on location at Niagara Falls taking advantage of the historic setting of Loretto Academy — built in 1861 — on Stanley Avenue. On January 11, 2021, Showrunner Peter Mitchell reveals that Julia and Murdoch's baby will arrive followed by three or four episodes post-baby.
Does Murdoch Mysteries reuse actors? ›The actor's first role is listed first, then their second role. They are listed by first episode appearance.
Is George Crabtree in season 16 of Murdoch Mysteries? ›OAZ's Jonny Harris returns as 'Constable George Crabtree' for the season 16 premiere of MURDOCH MYSTERIES!
Will there be a new season of Murdoch Mysteries in 2023? ›A new season of "Murdoch Mysteries" premieres Saturday, Feb. 11, 2023, on OvationTV. When a series lasts 16 seasons, you know it is entertaining, enjoyable and loved by viewers. That is exactly what “Murdoch Mysteries” is.
What is the current year in Murdoch Mysteries? ›The 2023 webseries Macy Murdoch stars Shailyn Pierre-Dixon as the titular Macy Murdoch, a 21st-century descendant of William Murdoch who is transported back in time to 1910.
What is the most current season of Murdoch Mysteries? ›
- Air Dates. September 12, 2022.
- Previous. Season 15.
- Next. Season 17.
Harry is the biological son of William Murdoch and Anna Fulford, introduced in Season 14 of Murdoch Mysteries, portrayed by Etienne Kellici. The name Harry was given to amnesiac Murdoch by Anna when they first met in London (ep. 301) and it is a name she has always liked. It just happens to be name of Murdoch's father.
What happens to Murdoch's son Harry? ›Autopsy reveals that Harry Murdoch was strangled to death before the fire as there is no smoke found in his lungs. Harry's old friends Susan Kelly and Leonard Vasser introduce themselves to William.
Will there be a 16th season of Murdoch Mysteries? ›Currently you are able to watch "Murdoch Mysteries - Season 16" streaming on DIRECTV, AcornTV Amazon Channel, Spectrum On Demand, Acorn TV.
How many Murdoch mystery movies are there? ›Julia Ogden, Colm Meaney (Hell on Wheels, Star Trek) is Inspector Brackenreid in 3 feature-length films based on Maureen Jennings's novel. 4¾ hrs, 3 DVDs, SDH. We regret we cannot ship Murdoch Mysteries to Canada.
Is Murdoch Mysteries renewed for season 17? ›Murdoch Mysteries has not been officially renewed on CBC television for Season 17 at this time.
What happened in season 10 episode 18 of Murdoch Mysteries? ›Hell to Pay
Yannick Bisson stars in the compelling crime drama set in Edwardian Toronto. When Murdoch answers the call for help from a burlesque dancer, he is framed for murder.
In the Season 11 finale, George does indeed ask Nina Bloom to marry him upon her deciding to return to the Moulin Rouge (ep. 1109) in Paris.
Is the actress who plays Julia on Murdoch Mysteries pregnant? ›Hélène Joy on seeing her own pregnancy written into Murdoch Mysteries | Q with Tom Power | Live... Actor Hélène Joy is expecting her first child — and so is her character on Murdoch Mysteries! It's a development that many long-time fans of the show have waited years to see.
What happened to Murdoch's baby? ›After being orphaned, he is briefly adopted by William Murdoch and Julia Ogden. Barely a year old, he has already been through a great adventure. Murdoch Mysteries Jilliam fans call him 'Baby Roland', not to be confused with Baby Braxton from Season 1.
What happened to John Brackenreid on Murdoch Mysteries? ›
During the “Murdoch Mysteries” season 12 two-part finale, John Brackenreid was outed as having had an affair with another woman. Well, once again it seems young Brackenreid can't keep his trousers up as he admitted to having sex with the victim before the play began. And Annabeth was a married woman, mind you.
What happened to Inspector Brackenreid in Murdoch Mysteries? ›In the premiere Up From Ashes, Brackenreid survived his encounter with Davis and meets George in a tavern owned by former Constable Hodge. After Hodge gives them a drink, and tells them when he got out of prison, Detective Watts arrives with Murdoch's solicitor, which is revealed to be Julia in disguise.
Has Jonny Harris left Murdoch Mysteries? ›Harris is currently going back and forth between Still Standing and Murdoch Mysteries. He returned to work in his role as George Crabtree Monday, with filming of Still Standing episodes not picking up again until September.
Who did Violet Hart marry on Murdoch Mysteries? ›While Violet Hart's marriage to Arthur Carmichael began swimmingly with Miss Hart enjoying newfound power and influence, the honeymoon phase begins to wear off.
What happened to Anna Fulford in Murdoch Mysteries? ›Ultimately, Murdoch has to fake Anna's death in order to remove the price on her head, reneging on a deal made with Falcone. After bidding Murdoch a final farewell, she is last seen riding a carriage driven by Jake to Kingston.
When did Emily leave Murdoch Mysteries? ›Emily Grace beginning in the fifth season. She was a fan of the series before being cast and already knew Jonny Harris. She left the show after Season 9 episode 3 Double Life, her 64th episode.
What is Buster Murdaugh doing now? ›He reportedly resides in a condo with his girlfriend, Brooklynn White, on Hilton Head Island, South Carolina. Brooklynn works as an attorney at Olivetti, McCray and Withrow Law Firm, according to their website. Brooklynn purchased the condo in 2021, a month after the Murdaugh murders, according to Fox News.
Does Murdoch have a son with Anna Fulford? ›The two-part Season 14 cliffhanger finale revealed that Murdoch had a young son with his former lover Anna Fulford, whose murder he was out to avenge.
Does Murdoch have a daughter? › How did Julia break her arm on Murdoch Mysteries? ›Helene Joy (who plays Dr. Julia Ogden) still has her right arm in a brace in this episode, supposedly as a result of her character being injured by a lethal corset in the previous episode.
Why do Murdoch and Julia live in a hotel? ›
Windsor House Hotel services make their home-life easy and comfortable so they can concentrate on solving mysteries and crime.
What happens to Violet Hart in Murdoch? ›SB: From this season the episode that is most memorable for me is episode 13, “Vengeance Makes The Man” where Violet tries to help Brackenreid and gets shot by her own father! What a great scene with great actors!
When did Murdoch and Anna have a baby? ›They had three children: Elisabeth Murdoch (born 1968) Lachlan Murdoch (born 1971) James Murdoch (born 1972)
Who is Violet Hart's husband? ›James Graham play "Arthur Carmichael" (aka, Violet Hart's reformed Husband.)
How old are Yannick Bissons daughters? ›She's also the wife of Murdoch Mysteries star Yannick Bisson and mother of their three daughters, two of whom — their 29-year-old and 23-year-old — are self-isolating with the Canuck couple in their Los Angeles home.
Do George and Effie get married on Murdoch Mysteries? ›By Season 13, the George-Effie Relationship has been consummated, but they have not yet married. Toward the end of Season 15, events bring them closer to marriage, and they finally wed and go on their European honeymoon in early Season 16.
Does Murdoch wear eyeliner? ›For the record, Murdoch is not wearing eyeliner -- Bisson just has really thick eyelashes.
Where can I watch Murdoch Mysteries home for the holidays? ›- Apple TV+
- MLS Season Pass.
Watch Murdoch Mysteries Streaming Online. Hulu (Free Trial)
Is Murdoch Mysteries on Amazon Prime? ›Amazon.com: Murdoch Mysteries - Season 14 : Yannick Bisson, Helene Joy,Thomas Craig: Prime Video.
What season of Murdoch Mysteries is home for the holidays? ›
Murdoch Mysteries | Season 1: Murdoch Mysteries – Season 11 Christmas Special, Home For The Holidays.
Where can I find season 14 and 15 of Murdoch Mysteries? ›Streaming, rent, or buy Murdoch Mysteries – Season 14:
Currently you are able to watch "Murdoch Mysteries - Season 14" streaming on Hoopla, Acorn TV, AcornTV Amazon Channel, Spectrum On Demand or buy it as download on Apple TV, Amazon Video, Google Play Movies.
Murdoch Mysteries: Seasons 1-13 DVD The Complete Series.
What happened to Murdoch Mysteries? ›A new season of "Murdoch Mysteries" premieres Saturday, Feb. 11, 2023, on OvationTV. When a series lasts 16 seasons, you know it is entertaining, enjoyable and loved by viewers. That is exactly what “Murdoch Mysteries” is.
Why was Murdoch Mysteries removed from Netflix? ›But that's not a decision made by Netflix. The reason the show is being pulled is that CBC has decided not to renew its licensing deal with Netflix for six titles including Schitt's Creek, Kim's Convenience, Heartland, Murdoch Mysteries, When Calls the Heart, and The Great Canadian Baking Show.
Did HBO remove Murdoch? ›Conversation. News — “The Murdochs: Empire of Influence” has been removed from HBO Max, along with some other CNN original series'. Sources tell me it's part of an effort at the parent co to write off some of the costs of those programs as restructuring charges.
What Netflix series is based on Murdoch? ›Murdaugh Murders: A Southern Scandal.
What happened to Murdoch's son Harry? ›Autopsy reveals that Harry Murdoch was strangled to death before the fire as there is no smoke found in his lungs. Harry's old friends Susan Kelly and Leonard Vasser introduce themselves to William.
Does Roku have Murdoch Mysteries? ›How to watch on Roku Murdoch Mysteries. Murdoch Mysteries, a mystery series is available to stream now. Watch it on The Roku Channel on your Roku device.
How can I watch all seasons of Murdoch Mysteries? ›Currently you are able to watch "Murdoch Mysteries" streaming on Acorn TV, AcornTV Amazon Channel, Spectrum On Demand, Hoopla, DIRECTV, Hulu or for free with ads on Freevee. It is also possible to buy "Murdoch Mysteries" as download on Amazon Video, Apple TV, Google Play Movies.