Last active
August 2, 2024 23:47
-
-
Save wilkersoncs/0c45a58f380926dfefe5844ebb8971c2 to your computer and use it in GitHub Desktop.
Install MythTV 34 on Ubuntu 24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I had the following problems: | |
- The Backend setup was bit slow | |
Workaround was to use http://localhost:6544/setupwizard | |
- It said I had no disk space | |
Workaround was to update the Storage Directories (especially Default) to /var/lib/mythtv | |
- My HDHomeRun Network appliance was difficult to set up | |
Workaround was to follow the steps in this YouTube Video https://www.youtube.com/watch?v=MiW8owcsy9U | |
I did not have to use a channel subscription service because I got the channel list from the HDHomeRun | |
If the HDHomeRun is on the same network MythTV backend will find it. | |
You may want to login as mythtv after installing the package using: apt-get install mythtv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment