Difference between revisions of "Play Recordings On Windows"

From MythTV Official Wiki
Jump to: navigation, search
(Introduction)
m (Delete boxee)
 
(18 intermediate revisions by 6 users not shown)
Line 1: Line 1:
==Introduction==
+
Once MythTV has been setup there are a few options to allow playback of TV recordings from the Windows platform. The most obvious is MythTV itself which runs on Windows in addition to linux, FreeBSD and Mac OSX.
Once MythTV has been setup there are a few options to allow playback of TV recordings from the Windows platform.
 
  
==Other alternatives==
+
==Options==
[http://www.sudu.dk/mythtvplayer/ MythTv Player] - MythTv Player is a free and simple Myth client and player for Windows.
 
  
[http://www.mythtv.org/wiki/index.php/Xbox_Frontend#Running_XBMC_with_native_MythTV_Support XBMC] Xbox media center is now available on windows, and can play recordings and live tv.
+
*'''[[Windows Port|MythTV on Windows]]''' - The MythTV frontend can be compiled and run on Windows.
  
[http://tapeworm.spurgeonwoods.com/ Tapeworm] - TapeWorm is a "parasitic" Windows front end for MythTV
+
*[https://kodi.tv/ Kodi] is available on windows, and can play recordings, and live tv. Install the MythTV plugin.
  
[http://mpc-hc.sourceforge.net/ Media Player Classic Homecinema] used with mythrename.pl and samba
+
*[[Boxee]] - Boxee will play MythTV natively, just add it as a source.
 +
 
 +
*[http://siphon9.net/loune/2010/11/mythtv-vlc-plugin-now-supports-vlc-1-1-5/ VideoLAN Client 1.1.5 with MythTV VLC plugin] - Browse and plays MythTV recordings.
 +
 
 +
The following require Samba shares setup to view recordings
 +
*[[Play_Recordings_On_Windows_From_MythWeb]] using Samba shares, VLC and the Firefox Launchy add-on
 +
*Samba using  [[mythrename.pl]] to generate human readable filenames using [http://mpc-hc.sourceforge.net/ Media Player Classic Homecinema] to playback recordings
 +
 
 +
==Samba setup==
 +
 
 +
Note that samba/cifs can be problematic is not recommended, it introduces latency and problems with file attributes. Some libraries used by MythTV cannot even open files on samba shares, e.g. Taglib, tag reading library in mythmusic.
 +
 
 +
example samba share '''/etc/samba/smb.conf'''
 +
 
 +
[tvrecordings]
 +
        comment = mythtv tv recordings
 +
        path = /video/tvrec
 +
 
 +
ensure world has read access to files
 +
  chmod +r /video/tvrec
  
  
 
[[Category:Windows]]
 
[[Category:Windows]]

Latest revision as of 01:34, 23 February 2021

Once MythTV has been setup there are a few options to allow playback of TV recordings from the Windows platform. The most obvious is MythTV itself which runs on Windows in addition to linux, FreeBSD and Mac OSX.

Options

  • Kodi is available on windows, and can play recordings, and live tv. Install the MythTV plugin.
  • Boxee - Boxee will play MythTV natively, just add it as a source.

The following require Samba shares setup to view recordings

Samba setup

Note that samba/cifs can be problematic is not recommended, it introduces latency and problems with file attributes. Some libraries used by MythTV cannot even open files on samba shares, e.g. Taglib, tag reading library in mythmusic.

example samba share /etc/samba/smb.conf

[tvrecordings]
       comment = mythtv tv recordings
       path = /video/tvrec

ensure world has read access to files

 chmod +r /video/tvrec