musikcube icon indicating copy to clipboard operation
musikcube copied to clipboard

Not reading Rating from file tags

Open 237dmitry opened this issue 4 years ago • 3 comments
trafficstars

Please add ability to read and write rating from/to file tag, at least just read.

237dmitry avatar Apr 19 '21 19:04 237dmitry

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.

acook avatar Dec 23 '21 09:12 acook

Yes, please support read and write ratings.

stax76 avatar Jun 12 '22 09:06 stax76

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 e and 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.

kostabekre avatar Feb 23 '23 19:02 kostabekre