Uploaded April 2017 | Updated September 2026, 2 weeks ago
Just testing the YouTube plugin with PiCorePlayer which sound wise isn't to bad it just that sometimes it can take awhile to load tracks as it's streaming the video then just playing back the audio
Just testing the YouTube plugin with PiCorePlayer which sound wise isn't to bad it just that sometimes it can take awhile to load tracks as it's streaming the video then just playing back the audio
![TVheadend Recordings into Plex (Drive Mapping)
Video showing you how to add recordings from TVheadend into Plex via mapping a drive
TVheadend Raspberry Pi
Samba Install
sudo apt-get install samba
Samba
sudo nano /etc/samba/smb.conf
[TVheadend]
comment = TVheadend
public = yes
writeable = yes
browsable = yes
path = /home/hts
create mask = 0777
directory mask = 0777
guest ok = yes
only guest = no
Reboot
sudo reboot
Plex Raspberry Pi
Make Directory/Folder
mkdir /home/pi/plextv
Mount Point
sudo nano /etc/fstab
//192.168.1.238/TVheadend /home/pi/plextv cifs guest,_netdev,x-systemd=automount 0 0
Mount Drive
sudo mount /home/pi/plextv
Check Mount
cd /home/pi/plextv
Check Files
ls
TVheadend Format string (edit on string x was missing)
$c $t %F.$x
Have Fun
#RaspberryPi #TVheadend #Plex TVheadend Recordings into Plex (Drive Mapping)](https://i.ytimg.com/vi/exIKhU53CRQ/mqdefault.jpg)









