You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-tv/mythtv/files
root 1275319580
Sync with portage [Sat Jan 13 21:41:53 MSK 2024].
4 months ago
..
README.gentoo Sync with portage [Fri Jun 16 15:37:21 MSK 2023]. 11 months ago
bash_profile Automatic update [Wed Nov 9 11:33:18 MSK 2011]. 13 years ago
mythbackend.conf-r1 Sync with portage [Wed Mar 1 14:54:55 MSK 2017]. 7 years ago
mythbackend.init-r3 Sync with portage [Thu Dec 24 08:28:53 MSK 2020]. 3 years ago
mythbackend.service-28 Sync with portage [Sat Apr 16 23:38:20 MSK 2016]. 8 years ago
mythfrontend.conf Sync with portage [Wed Mar 1 14:54:55 MSK 2017]. 7 years ago
mythfrontend.wrapper Sync with portage [Tue Jul 17 10:07:25 MSK 2012]. 12 years ago
mythtv-33.1-ffmpeg-binutils-2.41.patch Sync with portage [Wed Aug 30 09:11:46 MSK 2023]. 8 months ago
mythtv-33.1-libva.patch Sync with portage [Fri Jun 16 15:37:21 MSK 2023]. 11 months ago
mythtv-33.1-linux-headers-6.5.patch Sync with portage [Fri Sep 29 22:39:27 MSK 2023]. 7 months ago
mythtv-33.1-python3.12.patch Sync with portage [Sat Jan 13 21:41:53 MSK 2024]. 4 months ago
mythtv.logrotate.d-r4 Sync with portage [Wed Jan 23 11:08:22 MSK 2013]. 11 years ago
xinitrc-r1 Sync with portage [Tue Jul 10 15:39:42 MSK 2012]. 12 years ago

README.gentoo

Support for metadata lookup changes is added. User configuration required.

Details at: https://www.mythtv.org/wiki/Metadata_Lookup_Changes_March_2021

Support for Python 2.7 is removed.

If a MYSQL server is installed, a mythtv MySQL user and mythconverg database
is created if it does not already exist.
You will be prompted for your MySQL root password.

A mythtv user is maintained by acct-user/mythtv. An existing mythtv user
may be modified to the configuration defined by acct-user/mythtv.
The mythtv user's primary group is now mythtv. (formerly video)
An existing mythtv user may be changed which may alter some functionality.
If it breaks mythtv you may need to (choose one):
* Restore the original mythtv user
* Create custom acct-user/mythtv overlay for your system
* Fix you system to use mythtv as daemon only (recommended)
Failure to emerge acct-user/mythtv indicates that the existing mythtv user
is customized and not changed. Corrective action (choose one):
* Ignore emerge failure
* Create custom acct-user/mythtv overlay for your system
* Fix you system to use mythtv as daemon only
* Delete existing user and try again (dangerous)

Mythtv is updated to use correct FHS/Gentoo policy paths.
Updating mythtv installations may report:
* mythtv is in use, cannot update home
* There was an error when attempting to update the home directory for mythtv
* Please update it manually on your system (as root):
* usermod -d "/var/lib/mythtv" "mythtv"
This can be ignored. The previous default was "/home/mythtv".
Use caution if you change the home directory.

To have this machine operate as recording host for MythTV,
mythbackend must be running. Run the following:
rc-update add mythbackend default

Your recordings folder must be owned 'mythtv'. e.g.
chown -R mythtv /var/lib/mythtv

Want mythfrontend to start automatically?
Set USE=autostart. Details can be found at:
https://dev.gentoo.org/~cardoe/mythtv/autostart.html