Thanks for the replies;
The 386 isn't an opamp so don't worry about virtual ground stuff. It's designed to be that simple.
If you've become used to hooking up opamps like the 741, it's incredibly easy to apply +power to pin 7 by automatic pilot. Check again: +power on pin 6!
Ah OK, yea I don't have any experience with the 386 and assumed it was an opamp like the TL072. I'll leave out the virtual ground stuff then. I'll double check the power hook up - I think I copied the pin assignment in that schematic I posted but yea it's possible I've hooked that up wrong, so worth another check, thanks!
I would also like to know what design from this forum you could not get working? For tape head playback amplifier, (if you want) I could also share a reasonably simple discrete 3 transistor design, which will provide the required 50dB - 60dB (1000x) gain with relatively small background noise level.
Jatalahd, the one I was copying was yours! It's here:
https://www.diystompboxes.com/smfforum/index.php?topic=125858.msg1201030#msg1201030Really inspiring build. What I want to do is repeat what you did, and then take it a little further by trying to 3D print a replacement transport. I got a 3D printer and now I need a difficult music-related project for it to keep me busy for the next year

The eventual plan would be to open-source it all so people can order a PCB of the electronics and 3D print the transport parts to make an easily serviceable cassette tape delay without relying on hacking old existing machines (other than sourcing heads).
I actually started with your earlier forum post with the simplified schematics coz it was easy for me to see the individual components. I got the bias oscillator working - well I think it works, I have one of those hobbyist scopes and it shows a nice sine wave, but the P2P voltage seems quite low (less than 1V) and it reports a frequency of only around 50Hz - but that might just be coz it's a bad scope - I figured I'd assume it's fine for now until I get a playback and recording amp working.
I hadn't realised the gain required was as high as 1000x, the current setup only has around 20->200 gain depending on how I setup the LM384, so perhaps this is a bad route anyway? I do have a LA3161 I can try next, which if I can make work would be fine for now, but I want to avoid parts that are no longer manufactured so other people can copy it easily.
I tried building the playback amp from your build a couple times on breadboard, and once on PCB to be sure, but they all failed for some reason. It's almost certainly something I'm doing wrong; I've never had much luck with analogue circuits for some reason - anything digital I build works fine but for some reason my analogue circuits have a high failure rate. I'm a software dev by trade so I find the digital end of things much easier to grasp - this is definitely going outside my comfort zone! In the long term I'd like to make something that has low parts count and uses easy-to-source parts so that there's no worry about transistors being hard to find in the future or dealing with counterfeit parts or what not, but for now I'll take anything that I can get to work!
If you get a weak signal with lot of noise and you can confirm that the contact with the tape head and cassette tape is "tight", meaning that there is proper tension in the tape transport to keep the tape firmly against the head without alignment issues, then I would suspect a grounding issue.
So I think the transport/heads are all good in terms of them being in the right positions/tensions - the same setup works fine with the original electronics. I have two transports - one which is almost completely original (I just cut the wires to the head and soldered them to a breakout for connecting to the breadboard). The second setup is from another machine of the same make/model, but I dremel'd off all the case to fit a recording head and the motor is now connected to a STM32 dev board's PWM output via a mosfet driver.
On the grounds - I'll check that when I get home, I hadn't really paid attention to how the transport/motor/head are grounded to one-another, so that's one potential issue to sort! I'll also try running it on a 9V battery to see if that has any affect.
Powersupplies; of the two setups I have, they are like this:
-Setup 1; preamp on breadboard is powered by a 9V T-Rex pedalboard supply. Motor is powered by AA batteries (in original tape player casing).
-Setup 2: Same preamp on breadboard powered by the T-Rex 9V. Motor is powered by an STM32F dev board via mosfet driver - ultimately the power for this comes from the 5V USB from a PC. The motor is supplied at 3.3V - I did worry it would pull too much current for the USB but I tried it and it appears to work so I didn't worry about it

the 368 needs a 100uF capacitor from ground to 9v, and possibly one extra 100u from pin 7 to ground
I hadn't really added any PS filtering and what not, so I'll make sure to add this tonight and see if that helps things, thanks!