Looking for some holiday reading suggestions?

Join the Tsundoku team for a chat about their favourite books of 2022 and their tips for a great summer read.

LISTEN BELOW
(Favourite books of 2022 start at 20minutes in – or feel free to listen to the full episode)

Plus! 

Detective Cato Kwong gets mixed up in dirty politics between Timor and Australia in “Crocodile Tears” by Alan Carter+ We’ve got your summer reads completely covered 

The fifth and final installment in the award-winning Cato Kwong series, “Crocodile Tears” sees Cato’s life on the line with someone from the past as his only hope. A thriller rich in political, cultural and historical detail, Cato’s search for the good guys will twist and turn all the way from Perth to Timor-Leste and Darwin…so hold on to your hat for the exciting climax!

Guests:

Alan Carter, author of “Crocodile Tears”

Our Random readers: Rachael, Mads and Annabelle

Picks for your summer reading pleasure:

Michaela Andreyev recommends: “Meshi; A journey in Japanese food” by Katherine Tamiko Arguille, “Holy Woman; a Divine Adventure” by Louise Omer and “Stolen Focus” by Johan Hari  

Sarah Martin recommends: “Runt”by Craig Silvey and “The Unusual Abduction of Avery Confier” by Ilsa Evans. Sarah also recommends “Stolen Focus”

Annie Hastwell recommends: “How to be Idle”by Tom Hodgkinson, “The Candy House” by Jennifer Egan and “Sweetness and Light” by Liam Pieper

Cath Kenneally recommends: “Chai TIme at Cinnamon Gardens” & “Song of the Sun God” by Shankari Chandran and “The Cast Aways of Harewood Hall” by Karen Herbert

Rachael recommends: “Burial Rites” & “Devotion” by Hannah Kent, “The History of Bees” by Maja Lund, “Eleanor Oliphant is Completely Fine” by Gail Honeyman and “The Dictionary of Lost Words” by Pip Williams

Mads recommends: The Maisie Dobbs series by Jacqueline Winspear.

Annabelle recommends: “The Ella Diaries” & “Ella Goes to Eden” by Meredith Costain, “Little Gem”by Anna Zobel, “Harry Potter” by J.K. Rowling and “Muumitroll” & “Memoirs of Moominpappa” by Tove Jansson

Music composed by Quentin Grant 

SOCIAL MEDIA

Insta: @fremantlepress

Insta: @alancarter28insta/

Facebook: @FremantlePress

Click below to find out more on Tsundoku

Subscribe and review on your favourite podcast app

Who is behind the show?

Related Articles

gif video of different types of people listening
jQuery(document).ready(function($) { var playerContainer = $('#auscast-player-container'); var player = $('#auscast-player'); // Show player and store session $('#play-auscast').click(function() { playerContainer.slideDown(); sessionStorage.setItem('auscastPlaying', 'true'); sessionStorage.setItem('auscastSrc', player.attr('src')); }); // Keep the player open and playing across page reloads if (sessionStorage.getItem('auscastPlaying') === 'true') { playerContainer.show(); player.attr('src', sessionStorage.getItem('auscastSrc')); } // Close player $('#close-auscast-player').click(function() { playerContainer.slideUp(); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); player.attr('src', ''); // Stop playback }); // Stop stream when another audio plays $('audio, video').on('play', function() { player.attr('src', ''); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); }); });