musikcube
musikcube copied to clipboard
Not reading Rating from file tags
Please add ability to read and write rating from/to file tag, at least just read.
It looks like musikcube doesn't edit any tags right now. Seems like that would be a cool feature to add!
Looks like to write the rating back to the file we would probably put it here: https://github.com/clangen/musikcube/blob/master/src/musikcore/library/query/SetTrackRatingQuery.cpp#L53
I'd really like to be able to tap e and see the id3 tags and edit them.
Looks like it has come up before: https://github.com/clangen/musikcube/issues/397
Personally, I would really like to replace the library functionality of MediaMonkey on Linux some day. The ability to have multiple artists and auto-tag from filename all of that is a whole suite that would take time.
Yes, please support read and write ratings.
It looks like musikcube doesn't edit any tags right now. Seems like that would be a cool feature to add!
Looks like to wrote the rating back to the file we would probably put it here: https://github.com/clangen/musikcube/blob/master/src/musikcore/library/query/SetTrackRatingQuery.cpp#L53
I'd really like to be able to tap
eand see the id3 tags and edit them.Looks like it has come up before: #397
Personally, I would really like to replace the library functionality of MediaMonkey on Linux some day. The ability to have multiple artists and auto-tag from filename all of that is a whole suite that would take time.
as clangen answered in https://github.com/clangen/musikcube/issues/397 it's quite hard to edit tags. But a good solution to this would be using a quick way to open an external app using a key binding. For example in cmus you can create a new key binding that runs an external app on the selected files.