Search found 591 matches
- Sun Nov 01, 2020 3:02 pm
- Forum: Troubleshooting
- Topic: VBox TV Gateway, 4144, Software Version XTI_VT.2.66.5.2, too old?
- Replies: 24
- Views: 1291
Re: VBox TV Gateway, 4144, Software Version XTI_VT.2.66.5.2, too old?
These boxes are fairly new so there might still be a few bugs to iron out. I have the older boxes and they are rock solid never have a problem with them, even more solid than the HDHomeRun that I also have and does lock up from time to time :evil: . I would try to contact them to let them know you a...
- Fri Oct 30, 2020 7:09 pm
- Forum: Troubleshooting
- Topic: mythtranscode error 139
- Replies: 9
- Views: 521
Re: mythtranscode error 139
If that 139 is a proper exit code then it looks like an 'Invalid Time' error code :- https://github.com/MythTV/mythtv/blob/master/mythtv/libs/libmythbase/exitcodes.h#L22 The only reference I can see in the code is in connect_to_master() and it refers to the time between the master backend and a slav...
- Fri Oct 23, 2020 10:25 pm
- Forum: Troubleshooting
- Topic: Problems deleteing records for files missing ~ find_orphans.py v31
- Replies: 8
- Views: 233
Re: Problems deleteing records for files missing ~ find_orphans.py v31
Yes that version is to old to have the fix.
For now you could just get the updated dt.py file from
https://github.com/MythTV/mythtv/blob/f ... lity/dt.py
and replace the old version with the new one.
For now you could just get the updated dt.py file from
https://github.com/MythTV/mythtv/blob/f ... lity/dt.py
and replace the old version with the new one.
- Fri Oct 23, 2020 6:29 pm
- Forum: Troubleshooting
- Topic: Problems deleteing records for files missing ~ find_orphans.py v31
- Replies: 8
- Views: 233
Re: Problems deleteing records for files missing ~ find_orphans.py v31
The find_orphans.py script uses the MythTV python bindings that are installed alongside the rest of MythTV. If Bill is correct then the file that is broken is dt.py that you will find wherever your distro installs the python bindings. For me it's located here :- /usr/local/lib/python3.8/dist-package...
- Fri Oct 16, 2020 12:27 pm
- Forum: Linux
- Topic: [Solved]xmltv upgrade for Sched Dir fails to provide grabber
- Replies: 7
- Views: 299
Re: xmltv upgrade for Sched Dir fails to provide grabber
Try running the tv_grab_zz_sdjson_sqlite command directly to see what happens. My guess is you are missing some dependency and it's failing to run. Try something like tv_grab_zz_sdjson_sqlite --description or to see a full list of parameters you can try tv_grab_zz_sdjson_sqlite --help Is that the on...
- Mon Oct 05, 2020 11:09 am
- Forum: Troubleshooting
- Topic: White Box covers most of Screen
- Replies: 69
- Views: 6079
Re: White Box covers most of Screen
Why don't you understand there is nothing to fix at our end. The problem is with the package maintainers for FreeBSD . What I'm asking is why don't you help your fellow FreeBSD users and help to fix their out of date/broken package. You don't have to be a developer to contribute to open source. I'm ...
- Sun Oct 04, 2020 3:12 pm
- Forum: Troubleshooting
- Topic: CD playback takes much time to start
- Replies: 9
- Views: 561
Re: CD playback takes much time to start
I've removed all the freedb/cddb stuff from master but can't properly test since the media monitor is not working for UDisk2. I can scan a CD for ripping but without any metadata obviously.
- Sun Oct 04, 2020 3:08 pm
- Forum: Troubleshooting
- Topic: White Box covers most of Screen
- Replies: 69
- Views: 6079
Re: White Box covers most of Screen
Why don't you guys help your fellow FreeBDS users by fixing the port if it's broken. Give something back instead of take, take, take 

- Sun Oct 04, 2020 3:04 pm
- Forum: Troubleshooting
- Topic: mythlink.pl returning 0000 for film year
- Replies: 3
- Views: 384
Re: mythlink.pl returning 0000 for film year
You can edit some of the metadata for a recording like the title, subtitle, description, series, episode and inetref on the 'Watch Recordings' screen press menu then Recording Options -> Change Recording Metadata. Unfortunately year is not one of them. It looks fairly easy to add it though. Let me k...
- Tue Sep 29, 2020 5:38 pm
- Forum: Troubleshooting
- Topic: CD playback takes much time to start
- Replies: 9
- Views: 561
Re: CD playback takes much time to start
Looks like it's been broken for some time, this is what we are still trying to use
https://blog.metabrainz.org/2018/09/18/ ... h-18-2019/
Questions is is it worth spending time trying to fix something that clearly no one is using any more


https://blog.metabrainz.org/2018/09/18/ ... h-18-2019/
Questions is is it worth spending time trying to fix something that clearly no one is using any more


- Mon Sep 28, 2020 8:07 pm
- Forum: Android
- Topic: FireStick 4K Firmare version 6.2.7.3 UK 1080i
- Replies: 3
- Views: 517
Re: FireStick 4K Firmare version 6.2.7.3 UK 1080i
Did you mean to close the Issue when you posted the log?
- Mon Sep 28, 2020 8:01 pm
- Forum: Troubleshooting
- Topic: CD playback takes much time to start
- Replies: 9
- Views: 561
Re: CD playback takes much time to start
Well we are in 2020. CD's are so last century :lol: I'm sure most people these days either buy there music in digital form or get the CD and rip it for convenience so they can have instant access to it and so they can use it on many different platforms. You can't play a CD on phone for example. Havi...
- Sun Sep 27, 2020 9:05 pm
- Forum: Troubleshooting
- Topic: CD playback takes much time to start
- Replies: 9
- Views: 561
Re: CD playback takes much time to start
My guess would be the CDDB lookup is either taking a long time or I have heard the service we use is may no longer be working.
Why not just rip the CD's so you don't need to bother playing the actual CD?
Why not just rip the CD's so you don't need to bother playing the actual CD?
- Sun Sep 27, 2020 8:59 pm
- Forum: General Discussion
- Topic: Terra shows 'EESTEE' in place of time
- Replies: 3
- Views: 493
Re: Terra shows 'EESTEE' in place of time
OK I know what is happening now. MythTV tries to do the right thing but manages to screw it up. The format string from the theme 'hh:mm' gets translated to I guess what must be the Finnish equivalent of 'tt:mm' which intern is passed as a format string to QDateTime::toString(). because 't' means Tim...
- Sun Sep 27, 2020 8:02 pm
- Forum: General Discussion
- Topic: Terra shows 'EESTEE' in place of time
- Replies: 3
- Views: 493
Re: Terra shows 'EESTEE' in place of time
It looks OK in English but there is definitely something wrong when Suomi is selected for the language. The problem with using %TIME% is it uses the user defined time format which is OK if it is set to 'hh:mm' but might not fit the available space if it is set to something like 'hh:mm am' although a...