lp:~mythbuntu-dev/mythtv/+git/mythtv

Owned by mythbuntu-dev
Get this repository:
git clone https://git.launchpad.net/~mythbuntu-dev/mythtv/+git/mythtv

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/MythTV/mythtv.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 4 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 5 minutes — see the log

Branches

Name Last Modified Last Commit
master 2024-04-15 13:44:41 UTC
web app rebuild

Author: Peter Bennett
Author Date: 2024-04-15 13:44:41 UTC

web app rebuild

dependabot/npm_and_yarn/mythtv/html/backend/express-4.19.2 2024-03-28 17:21:13 UTC
build(deps-dev): bump express in /mythtv/html/backend

Author: dependabot[bot]
Author Date: 2024-03-28 17:21:13 UTC

build(deps-dev): bump express in /mythtv/html/backend

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

fixes/34 2024-03-25 17:23:05 UTC
web app rebuild

Author: Peter Bennett
Author Date: 2024-03-25 17:23:05 UTC

web app rebuild

dependabot/npm_and_yarn/mythtv/html/backend/follow-redirects-1.15.6 2024-03-16 00:44:38 UTC
Bump follow-redirects from 1.15.2 to 1.15.6 in /mythtv/html/backend

Author: dependabot[bot]
Author Date: 2024-03-16 00:44:38 UTC

Bump follow-redirects from 1.15.2 to 1.15.6 in /mythtv/html/backend

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

dependabot/npm_and_yarn/mythtv/html/backend/ip-1.1.9 2024-02-20 20:28:30 UTC
Bump ip from 1.1.8 to 1.1.9 in /mythtv/html/backend

Author: dependabot[bot]
Author Date: 2024-02-20 20:28:30 UTC

Bump ip from 1.1.8 to 1.1.9 in /mythtv/html/backend

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.
- [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

fixes/33 2024-01-13 14:12:00 UTC
Fix update of older MythTV databases (#844)

Author: Patrick J. Maloney
Author Date: 2024-01-13 14:12:00 UTC

Fix update of older MythTV databases (#844)

* Add method CheckTableColumnExists which checks for existence of a column in a database table.

* Execute some blocks of SQL earlier in the migration process to allow older database versions to migrate properly.

* Changes per PR #844 code review.

* Add requested comments.

dependabot/npm_and_yarn/mythtv/html/backend/postcss-and-angular-devkit/build-angular-8.4.31 2023-10-08 05:57:33 UTC
Bump postcss and @angular-devkit/build-angular in /mythtv/html/backend

Author: dependabot[bot]
Author Date: 2023-10-08 05:57:33 UTC

Bump postcss and @angular-devkit/build-angular in /mythtv/html/backend

Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together.

Updates `postcss` from 8.4.5 to 8.4.31
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.5...8.4.31)

Updates `@angular-devkit/build-angular` from 13.3.11 to 16.2.5
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular-cli/compare/13.3.11...16.2.5)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

fixes/32 2023-05-15 20:52:16 UTC
mythdbcon: force QMetaType::QDateTime values to use MythDate::kDatabase

Author: Bill Meek
Author Date: 2023-04-17 04:59:37 UTC

mythdbcon: force QMetaType::QDateTime values to use MythDate::kDatabase

This cares for a recent ibqt5sql5-mysql update in at least one
distribution where it isn't removing timezone information from
a query causing it to fail.

Log example without patch:
MSqlQuery::exec(DBManager16) UPDATE recorded SET recgroup = 'Deleted', recgroupid = 3 WHERE chanid = '10901' AND starttime = '2023-04-08T05:00:00.000Z' ; <<<< Took 0ms

Log example with patch:
MSqlQuery::exec(DBManager1) UPDATE recorded SET recgroup = 'Deleted', recgroupid = 3 WHERE chanid = '10901' AND starttime = '2023-04-07 05:30:00' ; <<<< Took 0ms

Results seen by users on the Forum and mailing list.

Credits to Mark, Roland and Klaas.

See: https://forum.mythtv.org/viewtopic.php?p=25833#p25833

The Debian solution is due 4/31/2023.

devel/ffmpeg-resync 2022-09-19 00:12:53 UTC
AvFormatDecoder::DecoderWillDownmix: don't use av_opt_find

Author: Scott
Author Date: 2022-09-09 17:50:35 UTC

AvFormatDecoder::DecoderWillDownmix: don't use av_opt_find

since it was causing segmentation faults in FFmpeg.

Restore the prior switch case with two additions that also support
the "downmix" option:
MLP (Meridian Lossless Packing)
DTS Coherent Acoustics (DCA, also just referred to as DTS)

This should also be faster, since it doesn't have to iterate over
any lists (arrays) of `AVOption`s.

fixes/31 2022-02-24 18:46:21 UTC
TV-Grabber ttvdb.py: fix compatibility with requests-cache

Author: Roland Ernst
Author Date: 2022-02-24 18:46:21 UTC

TV-Grabber ttvdb.py: fix compatibility with requests-cache

with newer requests-cache packages.

The provided monkey patch is only valid for versions < 0.6 of the
package 'requests-cache'.

Fixes #498

devel/qt6 2022-01-27 22:02:04 UTC
Merge remote-tracking branch 'origin/master' at 97e1c48d3c into proj-qt6

Author: David Hampton
Author Date: 2022-01-27 22:02:04 UTC

Merge remote-tracking branch 'origin/master' at 97e1c48d3c into proj-qt6

devel/http 2021-11-11 21:04:56 UTC
Merge changes from master

Author: Stuart Auchterlonie
Author Date: 2021-11-11 21:04:56 UTC

Merge changes from master

fixes/30 2021-03-23 22:11:21 UTC
CEA-608/VBI CC3 closed captions/subtitles

Author: Klaas de Waal
Author Date: 2021-03-23 22:11:21 UTC

CEA-608/VBI CC3 closed captions/subtitles

The CEA-608 closed captions can show two different subtitle streams
for two different languages, called CC1 and CC3.
When present, these streams can be selected in the subtitle menu.
Due to a bug only the CC1 stream is actually shown.
This is now fixed and also the CC3 stream can now be shown.

Refs #326

(cherry picked from commit 78edc37a607ff95c08556cf53e41de692ec3c3dd)

github-templates 2020-08-31 19:46:19 UTC
Github: add issue/PR templates following migration from trac

Author: Nick Morrott
Author Date: 2020-08-31 19:46:19 UTC

Github: add issue/PR templates following migration from trac

devel/2020-player 2020-03-06 17:19:45 UTC
BackendServerAddr and MasterServerName replaced MasterServerIP

Author: Roland Ernst
Author Date: 2020-03-06 17:19:45 UTC

BackendServerAddr and MasterServerName replaced MasterServerIP

in V30, according ticket #13024.

Replace any occurrences of the deprecated settings and allow
'BackendServerAddr(MasterServerName)' to be an alias for the
host-ip as well.

Fixes #13593

fixes/29 2019-09-12 15:31:50 UTC
Set default runlevel to 9, as systemd targets report as unknown. This blows t...

Author: Stuart Auchterlonie
Author Date: 2019-09-12 15:30:17 UTC

Set default runlevel to 9, as systemd targets report as unknown. This blows the current smolt backend up

(cherry picked from commit 479abcc77d11331a2c5732a55d3201241212367f)

fixes/0.28 2019-08-12 14:26:47 UTC
dbcheck: Enforce correct recgroupids for special recording groups

Author: Peter Bennett
Author Date: 2019-08-08 16:45:52 UTC

dbcheck: Enforce correct recgroupids for special recording groups

If the mysql server is set up with auto_increment_increment=2 or
some value other than 1, the wrong values were set for the special
recording groups.

This only fixes it for new database setups or upgrades from schema
id 1320.

Refs #13473

(cherry picked from commit da558ca5f531b8074155946b96c82ef4fe0ddefa)

fixes/0.27 2018-02-01 12:20:06 UTC
Setting VERSION to v0.27.7

Author: Stuart Auchterlonie
Author Date: 2018-02-01 12:20:06 UTC

Setting VERSION to v0.27.7

fixes/0.26 2014-10-23 11:37:26 UTC
New virtual Greek keyboard from Yianni Vidalis

Author: Yianni Vidalis
Author Date: 2014-10-23 11:37:26 UTC

New virtual Greek keyboard from Yianni Vidalis

Thank you Yianni!

Signed-off-by: Nicolas Riendeau <nriendeau@mythtv.org>

fixes/0.25 2013-08-11 23:30:33 UTC
Updated German MythFrontend, MythArchive, MythGallery and MythMusic

Author: Florian Bittner
Author Date: 2013-08-11 23:30:33 UTC

Updated German MythFrontend, MythArchive, MythGallery and MythMusic
translation from Florian Bittner

(The other files contained no new translations.)

Thank you Florian!

Closes #11738

Signed-off-by: Nicolas Riendeau <nriendeau@mythtv.org>

fixes/0.24 2012-07-25 17:17:32 UTC
Fix for Synaesthesia memory corruption and segfault

Author: Stuart Morgan (MythTV)
Author Date: 2012-07-25 17:17:32 UTC

Fix for Synaesthesia memory corruption and segfault

devel/gpu-commflag 2012-07-11 23:40:06 UTC
Merge branch 'master' into devel/gpu-commflag

Author: Gavin Hurlbut
Author Date: 2012-07-11 23:40:06 UTC

Merge branch 'master' into devel/gpu-commflag

fixes/0.23 2012-04-02 20:30:36 UTC
Fixes #10534. Reenable the DB settings cache after the schema check.

Author: Jim Stichnoth
Author Date: 2012-03-31 21:56:12 UTC

Fixes #10534. Reenable the DB settings cache after the schema check.

If mytharchive was the last plugin loaded, it accidentally left the DB
settings cache disabled. This could be very noticeable when loading
the Watch Recordings screen.
(cherry picked from commit bbd08800eb4f458613f9b5f52698a1951f934e2e)

fixes/0.22 2010-07-11 19:40:27 UTC
Fix a stupid typo which prevented url redirection working in mythvideo 0.23 a...

Author: Stuart Morgan (MythTV)
Author Date: 2010-07-11 19:40:27 UTC

Fix a stupid typo which prevented url redirection working in mythvideo 0.23 and 0.22. Refs #8634

git-svn-id: http://svn.mythtv.org/svn/branches/release-0-22-fixes@25328 7dbf422c-18fa-0310-86e9-fd20926502f2

fixes/0.21 2010-06-16 07:52:42 UTC
Backport [25118] to fixes - enable UPnP from Mac backend package.

Author: Nigel Pearson
Author Date: 2010-06-16 07:52:42 UTC

Backport [25118] to fixes - enable UPnP from Mac backend package.

git-svn-id: http://svn.mythtv.org/svn/branches/release-0-21-fixes@25121 7dbf422c-18fa-0310-86e9-fd20926502f2

fixes/0.20 2008-02-09 17:59:18 UTC
Backport [15675] to fixes branch.

Author: Paul Harrison
Author Date: 2008-02-09 17:59:18 UTC

Backport [15675] to fixes branch.

Fix a bug in MythGallery where it was failing to find the correct file
extension on files with more that one '.' in the filename.

Fixes #4614. Refs #4542.

git-svn-id: http://svn.mythtv.org/svn/branches/release-0-20-fixes@15874 7dbf422c-18fa-0310-86e9-fd20926502f2

fixes/0.19 2007-03-15 22:42:48 UTC
Correct inappropriate usage of scratch frame. See #2304. See #1151.

Author: Nigel Pearson
Author Date: 2007-03-15 22:42:48 UTC

Correct inappropriate usage of scratch frame. See #2304. See #1151.

git-svn-id: http://svn.mythtv.org/svn/branches/release-0-19-fixes@13054 7dbf422c-18fa-0310-86e9-fd20926502f2

fixes/0.18 2006-01-09 08:20:29 UTC
Bump lib version to match mythtv, closes #947

Author: Jarod Wilson
Author Date: 2006-01-09 08:20:29 UTC

Bump lib version to match mythtv, closes #947

git-svn-id: http://svn.mythtv.org/svn/branches/release-0-18-fixes@8525 7dbf422c-18fa-0310-86e9-fd20926502f2

128 of 28 results
This repository contains Public information 
Everyone can see this information.