Mailing List Archive

[MythTV/mythtv] 8ff52c: Add release-date of an episode to tv-grabber ttvdb...
Branch: refs/heads/fixes/32
Home: https://github.com/MythTV/mythtv
Commit: 8ff52c5438a9ffd2f6f5b328cde6171dbc38769c
https://github.com/MythTV/mythtv/commit/8ff52c5438a9ffd2f6f5b328cde6171dbc38769c
Author: Roland Ernst <rcrernst@gmail.com>
Date: 2022-11-27 (Sun, 27 Nov 2022)

Changed paths:
M mythtv/bindings/python/ttvdbv4/myth4ttvdbv4.py

Log Message:
-----------
Add release-date of an episode to tv-grabber ttvdb4.py

The 'aired' field retrieved by the TV grabber for thetvdb.com API v4
for a specific episode seems to be compatible to the 'releasedate'
item of the xml format required by MythTV documented at
https://www.mythtv.org/wiki/MythTV_Universal_Metadata_Format

Refs #628

(cherry picked from commit c11c85a674f8cf5c9dba51d6c29ea6c8607599e6)


Commit: 7faccdcb0aef3592eb1ba11c3e463329b2bb93bb
https://github.com/MythTV/mythtv/commit/7faccdcb0aef3592eb1ba11c3e463329b2bb93bb
Author: Roland Ernst <rcrernst@gmail.com>
Date: 2022-11-27 (Sun, 27 Nov 2022)

Changed paths:
M mythplugins/mytharchive/mytharchivehelper/main.cpp

Log Message:
-----------
Fix fileinfo.xml generation in mytharchivehelper

Plugin mytharchive:
When ffmpeg cannot determine the codec of the provided stream,
the whole buffer provided by `avcodec_string` is taken in the function
`getFileInfo` to create an xml entry. Cleanup this buffer by removing
'\0' characters. Otherwise, the return codec in the xml sequence will
hold 256 zeros and mythburn.py fails to read this xml file.

Refs #609

(cherry picked from commit 99a6e078027db5df7353dc2883d57dbb380acb92)


Commit: 878f897c6e976be1a6f0b0d9a34601002d23a010
https://github.com/MythTV/mythtv/commit/878f897c6e976be1a6f0b0d9a34601002d23a010
Author: Roland Ernst <rcrernst@gmail.com>
Date: 2022-11-27 (Sun, 27 Nov 2022)

Changed paths:
M mythplugins/mytharchive/mytharchivehelper/main.cpp

Log Message:
-----------
Additional fix to fileinfo.xml generation

in mytharchivehelper.

Commit 99a6e07 missed one item to cleanup this buffer
by removing '\0' characters.
This commit adds - hopefully - the last item to check.

Refs #609

(cherry picked from commit 427bc02c182be110ff255affa1fec265d769788c)


Compare: https://github.com/MythTV/mythtv/compare/2af1c2064ecc...878f897c6e97
_______________________________________________
mythtv-commits mailing list
mythtv-commits@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-commits