-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tag editing when downloading audio #183
Comments
I'm not going to implement something like this. But if you find a java lib that could do so, we could speak about this feature. |
FWIW, this is my main "wishlist item" for NewPipe, indeed. |
@theScrabi You can use jaudiotagger...
@monnier What is NewTube?
|
@wb9688 all right thanks. The only problem so far is, that I'd neet to implement it. But you might understand, that there are million other things which come first. So it also won't happen the next time, unless some of you guys help me :) |
It seems the /Music structure is only /Music/album/track, so to get artist as well tags are needed. As for libraries, I came across this: http://stackoverflow.com/questions/9707572/how-to-get-and-set-change-id3-tag-metadata-of-audio-files can anyone recommend a tagging app as a workaround? thanks! |
I think that would be something that should come first. A taging app on f-droid :P |
It is a have to to use _ characters for filenames? Or can we replace _ with " "? Or it would be an opinion to ask for a filename before downloading it? |
I'd also like to ask you to add at least SUPPORT for the M4a files to be tagged by another app. Right now it's not working because "This M4a file doesn't support ID3 tagging at all". I hope it's possible because right now it's awful to convert m4a to mp3 just to tag them. ^^ As always, THANKS in advance! |
Please add this feature. It would be fantastic. |
@Wiredframe: Every container has its own tagging format. ID3 is MP3's
tagging format, which ofcourse can't be used with M4A. You need to use an
app that supports tagging M4A.
|
The problem is that many apps say that it's not a valid m4a file, I guess the header is missing or something. But I found an app that can tag even those files, it's called AutomaTag. |
@Wiredframe: I don't know, but we're just downloading it straight from YouTube. |
Thanks again. I guess this issue should be closed since there's nothing to do here ^^ |
Oh well keep it open, you never know. |
@theScrabi: It is possible with FFmpeg though, but then we'd have to
implement that first, which isn't really high priority.
|
there could be a simplex regex to get most of the tags automatically... and show like advanced so user could edit the regex? or edit the automatic tag... also https://en.m.wikipedia.org/wiki/MusicBrainz could be used later... |
What about using the spotify API to get tags ? We can add this to the scrapper so that it is able to return tags for a YT video and apply them once download is finished I guess. #see https://github.com/EnricoBilla/MusicTag/blob/master/musictag.py |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Don't close this, bot. 😉 |
Another way to get song name and author is this.
|
i think it would be very useful for SoundCloud, where the album image and year of publishing should also be taken into consideration. in addition to that (but a topic for another issue) is that i think that SoundCloud media should have something showing if the song is originally a free to download, a paid one, or if there was no link at all in the site, and the application should give the option to block or redirect(with a note in the download button text) downloads of songs that are paid. |
The ability to write your own artist and song name is definitely my most desired feature. Newpipe looks like the best alternative to the now defunct Peggo but I hate having my music library filled with songs titled like: "verylongsongname (lyrics) - artist" with the artist set to: "unknown artist" |
It does (youtube-dl is capable of parsing it and adding it to the download), so I'm closing this in favour of #4341. |
I guess YouTube doesn't provide structured artist/album/track fields so it'd be nice if there was a simple tag editor to set that info when downloading.
The text was updated successfully, but these errors were encountered: