MythUtil: add an --updatemeta option to update music tags

Multimedia / MythTV - Paul Harrison [mythtv.org] - 5 January 2014 08:39 UTC

This updates both the database record and the tracks tag with the new metadata. A MUSIC_METADATA_CHANGED mythevent is broadcast so all FE's will automatically update to relect the new track details.

See 'mythutil --help updatemeta' for more details.

Note: the music utils are a work in progress so subject to change.

f6d85da MythUtil: add an --updatemeta option to update music tags
mythtv/programs/mythutil/commandlineparser.cpp | 27 ++++++++
mythtv/programs/mythutil/main.cpp | 2 +
mythtv/programs/mythutil/musicmetautils.cpp | 81 ++++++++++++++++++++++++
mythtv/programs/mythutil/musicmetautils.h | 3 +
mythtv/programs/mythutil/mythutil.pro | 4 +-
5 files changed, 115 insertions(+), 2 deletions(-)

Upstream: github.com


  • Share