mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-11 17:34:13 -05:00
tag editing before downloading #263
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lif31up on GitHub (May 2, 2024).
describe the feature you'd like to see
before downloading, there should be an interface to edit what i download. People may be wanna edit these attributes of file, such like artist, song name, album
describe alternatives you've considered
it's not so hard that add tags editing feature!
@wukko commented on GitHub (May 2, 2024):
then do it yourself! cobalt is open source :D
@lif31up commented on GitHub (May 5, 2024):
ok, i really did not know that
@fajicbenjamin commented on GitHub (Jun 6, 2024):
This seems like a duplicate of #428.
However, this is interesting for me as I was working on such things on my personal projects and could eventually jump in here. @wukko any ideas how/where to put interface for this? I like how simple and clean UI is so far, would like to keep it that way
Could also do some scraping from streaming services APIs (Deezer, Spotify) to automatically pick some of those.
Am not sure if that changes anything regarding zero liability policy, as I assume people are going to use metadata mostly on songs, which are in most cases copyrighted content?
Btw. just found out about cobalt, love it!