Mass tag fixing (large ogg audio collection)
I have a lot of ogg files of pop music.
Unfortunately the tags are not normalized.
Example: One album has "Tina Turner" as interpreter and the next album has "Turner Tina".
It would be nice to normalize the tags.
I looked ad Picard, but the quick start guide tells me:
You should note - Picard is not built to be a mass single-track tag fixer.
How to mass tag fix on Ubuntu?
I don't want a GUI. I am hoping that this process is automated. There are just too many files. I can't fix tags by hand and per single file.
This should be automated:
- tool looks at the current tags of one audio file.
- tool tries to guess the album and title with the help of some internet database
- tool should normalize the tags if a valid album+title was found in the DB
- the tool should skip the file if no valid album+title was found and print a warning.
With other words: I don't want to set "Tina Tuner" by script or GUI myself.
I have Ubuntu 18.04
sound music ogg-vorbis mp3-tag
add a comment |
I have a lot of ogg files of pop music.
Unfortunately the tags are not normalized.
Example: One album has "Tina Turner" as interpreter and the next album has "Turner Tina".
It would be nice to normalize the tags.
I looked ad Picard, but the quick start guide tells me:
You should note - Picard is not built to be a mass single-track tag fixer.
How to mass tag fix on Ubuntu?
I don't want a GUI. I am hoping that this process is automated. There are just too many files. I can't fix tags by hand and per single file.
This should be automated:
- tool looks at the current tags of one audio file.
- tool tries to guess the album and title with the help of some internet database
- tool should normalize the tags if a valid album+title was found in the DB
- the tool should skip the file if no valid album+title was found and print a warning.
With other words: I don't want to set "Tina Tuner" by script or GUI myself.
I have Ubuntu 18.04
sound music ogg-vorbis mp3-tag
add a comment |
I have a lot of ogg files of pop music.
Unfortunately the tags are not normalized.
Example: One album has "Tina Turner" as interpreter and the next album has "Turner Tina".
It would be nice to normalize the tags.
I looked ad Picard, but the quick start guide tells me:
You should note - Picard is not built to be a mass single-track tag fixer.
How to mass tag fix on Ubuntu?
I don't want a GUI. I am hoping that this process is automated. There are just too many files. I can't fix tags by hand and per single file.
This should be automated:
- tool looks at the current tags of one audio file.
- tool tries to guess the album and title with the help of some internet database
- tool should normalize the tags if a valid album+title was found in the DB
- the tool should skip the file if no valid album+title was found and print a warning.
With other words: I don't want to set "Tina Tuner" by script or GUI myself.
I have Ubuntu 18.04
sound music ogg-vorbis mp3-tag
I have a lot of ogg files of pop music.
Unfortunately the tags are not normalized.
Example: One album has "Tina Turner" as interpreter and the next album has "Turner Tina".
It would be nice to normalize the tags.
I looked ad Picard, but the quick start guide tells me:
You should note - Picard is not built to be a mass single-track tag fixer.
How to mass tag fix on Ubuntu?
I don't want a GUI. I am hoping that this process is automated. There are just too many files. I can't fix tags by hand and per single file.
This should be automated:
- tool looks at the current tags of one audio file.
- tool tries to guess the album and title with the help of some internet database
- tool should normalize the tags if a valid album+title was found in the DB
- the tool should skip the file if no valid album+title was found and print a warning.
With other words: I don't want to set "Tina Tuner" by script or GUI myself.
I have Ubuntu 18.04
sound music ogg-vorbis mp3-tag
sound music ogg-vorbis mp3-tag
edited Feb 11 at 9:50
guettli
asked Feb 10 at 8:48
guettliguettli
60452267
60452267
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Check lltag
From the man page:
lltag is a command-line tool to automagically set tags of MP3, OGG or FLAC files.
https://manpages.ubuntu.com/manpages/bionic/man1/lltag.1.html
add a comment |
Check exiftool
from the package
sudo apt install libimage-exiftool-perl
A command line tool to set and read meta information in multimedia files. There's an extensive man page with nice examples of how to make it run well.
I updated the question. See "This should be automated:" I guess exiftool can't to this. Please correct me if I am wrong.
– guettli
Feb 11 at 9:50
@guettli It would not be automated, but I'm unsure wherea program would obtain the data that you want to use for tags. Can you elaborate on that in your question? For example, most cameras will tag with date, some with location. Music vendors frequently tag with information about the music, such as artist...
– Charles Green
Feb 11 at 15:24
there are already tags which where created by SoundJuicer or the command line tool abcde. This question is about fixing/normalizing the tags.
– guettli
Feb 11 at 15:29
@guettli Exif tools would be able to read the data currently there, and write new data into place. But.... The in between bit (changing turner, tina to tina turner) would require a bit of scripting.
– Charles Green
Feb 11 at 15:34
the in between bit would require ... I would be able to do this. But I have other things which I prefer (family, sport, ....) I guess someone, somewhere has solved the in between bit already.
– guettli
Feb 11 at 15:58
|
show 2 more comments
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1117085%2fmass-tag-fixing-large-ogg-audio-collection%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Check lltag
From the man page:
lltag is a command-line tool to automagically set tags of MP3, OGG or FLAC files.
https://manpages.ubuntu.com/manpages/bionic/man1/lltag.1.html
add a comment |
Check lltag
From the man page:
lltag is a command-line tool to automagically set tags of MP3, OGG or FLAC files.
https://manpages.ubuntu.com/manpages/bionic/man1/lltag.1.html
add a comment |
Check lltag
From the man page:
lltag is a command-line tool to automagically set tags of MP3, OGG or FLAC files.
https://manpages.ubuntu.com/manpages/bionic/man1/lltag.1.html
Check lltag
From the man page:
lltag is a command-line tool to automagically set tags of MP3, OGG or FLAC files.
https://manpages.ubuntu.com/manpages/bionic/man1/lltag.1.html
answered Feb 10 at 10:03
MatsKMatsK
533214
533214
add a comment |
add a comment |
Check exiftool
from the package
sudo apt install libimage-exiftool-perl
A command line tool to set and read meta information in multimedia files. There's an extensive man page with nice examples of how to make it run well.
I updated the question. See "This should be automated:" I guess exiftool can't to this. Please correct me if I am wrong.
– guettli
Feb 11 at 9:50
@guettli It would not be automated, but I'm unsure wherea program would obtain the data that you want to use for tags. Can you elaborate on that in your question? For example, most cameras will tag with date, some with location. Music vendors frequently tag with information about the music, such as artist...
– Charles Green
Feb 11 at 15:24
there are already tags which where created by SoundJuicer or the command line tool abcde. This question is about fixing/normalizing the tags.
– guettli
Feb 11 at 15:29
@guettli Exif tools would be able to read the data currently there, and write new data into place. But.... The in between bit (changing turner, tina to tina turner) would require a bit of scripting.
– Charles Green
Feb 11 at 15:34
the in between bit would require ... I would be able to do this. But I have other things which I prefer (family, sport, ....) I guess someone, somewhere has solved the in between bit already.
– guettli
Feb 11 at 15:58
|
show 2 more comments
Check exiftool
from the package
sudo apt install libimage-exiftool-perl
A command line tool to set and read meta information in multimedia files. There's an extensive man page with nice examples of how to make it run well.
I updated the question. See "This should be automated:" I guess exiftool can't to this. Please correct me if I am wrong.
– guettli
Feb 11 at 9:50
@guettli It would not be automated, but I'm unsure wherea program would obtain the data that you want to use for tags. Can you elaborate on that in your question? For example, most cameras will tag with date, some with location. Music vendors frequently tag with information about the music, such as artist...
– Charles Green
Feb 11 at 15:24
there are already tags which where created by SoundJuicer or the command line tool abcde. This question is about fixing/normalizing the tags.
– guettli
Feb 11 at 15:29
@guettli Exif tools would be able to read the data currently there, and write new data into place. But.... The in between bit (changing turner, tina to tina turner) would require a bit of scripting.
– Charles Green
Feb 11 at 15:34
the in between bit would require ... I would be able to do this. But I have other things which I prefer (family, sport, ....) I guess someone, somewhere has solved the in between bit already.
– guettli
Feb 11 at 15:58
|
show 2 more comments
Check exiftool
from the package
sudo apt install libimage-exiftool-perl
A command line tool to set and read meta information in multimedia files. There's an extensive man page with nice examples of how to make it run well.
Check exiftool
from the package
sudo apt install libimage-exiftool-perl
A command line tool to set and read meta information in multimedia files. There's an extensive man page with nice examples of how to make it run well.
answered Feb 10 at 13:59
Charles GreenCharles Green
14k73859
14k73859
I updated the question. See "This should be automated:" I guess exiftool can't to this. Please correct me if I am wrong.
– guettli
Feb 11 at 9:50
@guettli It would not be automated, but I'm unsure wherea program would obtain the data that you want to use for tags. Can you elaborate on that in your question? For example, most cameras will tag with date, some with location. Music vendors frequently tag with information about the music, such as artist...
– Charles Green
Feb 11 at 15:24
there are already tags which where created by SoundJuicer or the command line tool abcde. This question is about fixing/normalizing the tags.
– guettli
Feb 11 at 15:29
@guettli Exif tools would be able to read the data currently there, and write new data into place. But.... The in between bit (changing turner, tina to tina turner) would require a bit of scripting.
– Charles Green
Feb 11 at 15:34
the in between bit would require ... I would be able to do this. But I have other things which I prefer (family, sport, ....) I guess someone, somewhere has solved the in between bit already.
– guettli
Feb 11 at 15:58
|
show 2 more comments
I updated the question. See "This should be automated:" I guess exiftool can't to this. Please correct me if I am wrong.
– guettli
Feb 11 at 9:50
@guettli It would not be automated, but I'm unsure wherea program would obtain the data that you want to use for tags. Can you elaborate on that in your question? For example, most cameras will tag with date, some with location. Music vendors frequently tag with information about the music, such as artist...
– Charles Green
Feb 11 at 15:24
there are already tags which where created by SoundJuicer or the command line tool abcde. This question is about fixing/normalizing the tags.
– guettli
Feb 11 at 15:29
@guettli Exif tools would be able to read the data currently there, and write new data into place. But.... The in between bit (changing turner, tina to tina turner) would require a bit of scripting.
– Charles Green
Feb 11 at 15:34
the in between bit would require ... I would be able to do this. But I have other things which I prefer (family, sport, ....) I guess someone, somewhere has solved the in between bit already.
– guettli
Feb 11 at 15:58
I updated the question. See "This should be automated:" I guess exiftool can't to this. Please correct me if I am wrong.
– guettli
Feb 11 at 9:50
I updated the question. See "This should be automated:" I guess exiftool can't to this. Please correct me if I am wrong.
– guettli
Feb 11 at 9:50
@guettli It would not be automated, but I'm unsure wherea program would obtain the data that you want to use for tags. Can you elaborate on that in your question? For example, most cameras will tag with date, some with location. Music vendors frequently tag with information about the music, such as artist...
– Charles Green
Feb 11 at 15:24
@guettli It would not be automated, but I'm unsure wherea program would obtain the data that you want to use for tags. Can you elaborate on that in your question? For example, most cameras will tag with date, some with location. Music vendors frequently tag with information about the music, such as artist...
– Charles Green
Feb 11 at 15:24
there are already tags which where created by SoundJuicer or the command line tool abcde. This question is about fixing/normalizing the tags.
– guettli
Feb 11 at 15:29
there are already tags which where created by SoundJuicer or the command line tool abcde. This question is about fixing/normalizing the tags.
– guettli
Feb 11 at 15:29
@guettli Exif tools would be able to read the data currently there, and write new data into place. But.... The in between bit (changing turner, tina to tina turner) would require a bit of scripting.
– Charles Green
Feb 11 at 15:34
@guettli Exif tools would be able to read the data currently there, and write new data into place. But.... The in between bit (changing turner, tina to tina turner) would require a bit of scripting.
– Charles Green
Feb 11 at 15:34
the in between bit would require ... I would be able to do this. But I have other things which I prefer (family, sport, ....) I guess someone, somewhere has solved the in between bit already.
– guettli
Feb 11 at 15:58
the in between bit would require ... I would be able to do this. But I have other things which I prefer (family, sport, ....) I guess someone, somewhere has solved the in between bit already.
– guettli
Feb 11 at 15:58
|
show 2 more comments
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1117085%2fmass-tag-fixing-large-ogg-audio-collection%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown