Search found 399 matches
- Fri Apr 16, 2021 1:26 pm
- Forum: Troubleshooting
- Topic: Creating manual recording with API, dupmethod and searchtype wrong
- Replies: 2
- Views: 51
Re: Creating manual recording with API, dupmethod and searchtype wrong
The APIS do not take the numeric code values. They take strings that are translated to the numbers. Dupmethod must be one of these none subtitle description subtitle and description subtitleanddescription subtitle then description subtitlethendescription If it is none of those the default is applied...
- Mon Apr 12, 2021 6:47 pm
- Forum: Raspberry Pi
- Topic: Raspberry PI version of Mythtv v31 still at v31.0-59?
- Replies: 9
- Views: 899
Re: Raspberry PI version of Mythtv v31 still at v31.0-59?
I have built and uploaded the latest v31 version (31.0-144-g563a05b7a8) of mythtv-light raspberry pi and mythfrontend android 32bit and 64bit.
- Sun Apr 11, 2021 7:12 pm
- Forum: Raspberry Pi
- Topic: Raspberry PI version of Mythtv v31 still at v31.0-59?
- Replies: 9
- Views: 899
Re: Raspberry PI version of Mythtv v31 still at v31.0-59?
Bintray is being discontinued. There is a new download method for raspberry pi builds. See the documentation page at https://www.mythtv.org/wiki/MythTV_Light I have now deleted it from bintray to avoid confusion. The new download site has had mythtv-light_31.0-138-g525e3b0bb4-0_armhf_buster.deb sinc...
- Thu Apr 08, 2021 3:49 pm
- Forum: Troubleshooting
- Topic: file not fast-forwarding in Leanfront
- Replies: 7
- Views: 118
Re: file not fast-forwarding in Leanfront
1. You can see what version of leanfront you have installed by going to android settings, going to apps, finding the app and selecting it. The version number is displayed. 2. I have today released a new apk (leanfront-release-v0-277-g9d091b2.apk) that has a section "Tweaks" in Settings. Try increasi...
- Wed Apr 07, 2021 5:10 pm
- Forum: Troubleshooting
- Topic: file not fast-forwarding in Leanfront
- Replies: 7
- Views: 118
Re: file not fast-forwarding in Leanfront
Are you using a recent version?
This was fixed on September 26, 2020 and an update was made November 11th 2020 to further increase the size of the seek buffer. If you are using an older version please upgrade.
This was fixed on September 26, 2020 and an update was made November 11th 2020 to further increase the size of the seek buffer. If you are using an older version please upgrade.
- Wed Apr 07, 2021 4:15 pm
- Forum: Troubleshooting
- Topic: file not fast-forwarding in Leanfront
- Replies: 7
- Views: 118
Re: file not fast-forwarding in Leanfront
This should not happen. There is a situation where the total length does not show and you cannot skip. It is related to a size parameter that can be set in the program. I have set a value that I thought would be sufficient for all cases. It is likely that this could be fixed with a small change. Whe...
- Wed Mar 31, 2021 1:29 pm
- Forum: Troubleshooting
- Topic: MythTV confused by daylight saving time
- Replies: 6
- Views: 75
Re: MythTV confused by daylight saving time
There may be a bug here. I normally have my backend shut down and starting up with a timer event when a recording is scheduled, so it would be restarted anyway after the time change. I know the timer events are OK with the time change, but the backend may not. Once the scheduler has run, the future ...
- Tue Mar 30, 2021 4:56 pm
- Forum: Troubleshooting
- Topic: MythTV confused by daylight saving time
- Replies: 6
- Views: 75
Re: MythTV confused by daylight saving time
I have never had to reboot after the change to daylight savings.
try
also
You may see some error in the settings and a way to fix it.
try
Code: Select all
timedatectl
Code: Select all
man timedatectl
- Tue Mar 30, 2021 1:59 pm
- Forum: Linux
- Topic: Has anyone written a backup script?
- Replies: 3
- Views: 154
Re: Has anyone written a backup script?
Runs once a week after database backup. Backs up selected recording groups (excludes deleted, news, unimportant stuff) .
https://github.com/bennettpeter/mythscr ... mexport.sh
https://github.com/bennettpeter/mythscr ... mexport.sh
- Sat Mar 27, 2021 1:27 pm
- Forum: Troubleshooting
- Topic: MythTV keeps recording even though schedules are deleted?
- Replies: 3
- Views: 58
Re: MythTV keeps recording even though schedules are deleted?
Do you delete using mythfrontend? When you say it keeps recording are you referring to a recording in progress at the time or future scheduled recordings? When you delete or change a recording rule it runs a "reschedule". If you are deleting by some unusual method perhaps that is not happening. Try ...
- Mon Mar 15, 2021 5:25 pm
- Forum: Android
- Topic: Firestick 4K MythFrontend Video Frame Buffering Failed too many times.
- Replies: 4
- Views: 301
Re: Firestick 4K MythFrontend Video Frame Buffering Failed too many times.
As a last resort, did you try "Standard" instead of the mediacodec options?
- Mon Mar 15, 2021 1:19 pm
- Forum: Troubleshooting
- Topic: waking from suspend, then shutting down
- Replies: 10
- Views: 402
Re: waking from suspend, then shutting down
The permission denied may be the wrong permission on the pre-shutdown check command. Is it marked executable by all?
- Mon Mar 15, 2021 1:17 pm
- Forum: Troubleshooting
- Topic: waking from suspend, then shutting down
- Replies: 10
- Views: 402
Re: waking from suspend, then shutting down
Try setting idle shutdown timeout to at least 300 (5 minutes) to allow time to logon before it shuts down.
- Sat Mar 13, 2021 6:24 pm
- Forum: Android
- Topic: Solved: Frontend forgetting server on Shield
- Replies: 4
- Views: 411
Re: Frontend forgetting server on Shield
Your shield frontend is likely using UPNP to get the backend info. When it does this it gets the backend ip address or dns name from the backend via UPNP, and updates it every time you start the frontend. One suggestion - you can change the PIN on the backend (normally defaults to 0000). The shield ...
- Sat Mar 13, 2021 2:25 pm
- Forum: Android
- Topic: Solved: Frontend forgetting server on Shield
- Replies: 4
- Views: 411
Re: Frontend forgetting server on Shield
In your mythbackend, mythtv-setup -> General -> Host Address Backend Setup -> Primary IP Address/DNS name do you have the backend ip address set as the host name or the ip address? Try setting it to the ip address.