mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 07:31:19 +02:00
2020-02-04 Fred Gleason <fredg@paravelsystems.com>
* Added '--set-string-isrc', '--set-string-recording-mbid' and '--set-string-release-mbid' switches to rdimport(1).
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// A Batch Importer for Rivendell.
|
||||
//
|
||||
// (C) Copyright 2002-2019 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -79,7 +79,6 @@ class MainObject : public QObject
|
||||
bool import_verbose;
|
||||
bool import_log_syslog;
|
||||
bool import_log_file;
|
||||
// QString import_log_directory;
|
||||
QString import_log_filename;
|
||||
bool import_to_mono;
|
||||
bool import_use_cartchunk_cutid;
|
||||
@@ -124,6 +123,9 @@ class MainObject : public QObject
|
||||
QString import_string_conductor;
|
||||
QString import_string_description;
|
||||
QString import_string_outcue;
|
||||
QString import_string_isrc;
|
||||
QString import_string_recording_mbid;
|
||||
QString import_string_release_mbid;
|
||||
QString import_string_publisher;
|
||||
QString import_string_label;
|
||||
QString import_string_song_id;
|
||||
|
Reference in New Issue
Block a user