Skip to content
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

Rating a song overwrites flac tags on file system #7

Open
SimonTeixidor opened this issue Mar 16, 2020 · 0 comments
Open

Rating a song overwrites flac tags on file system #7

SimonTeixidor opened this issue Mar 16, 2020 · 0 comments

Comments

@SimonTeixidor
Copy link

Perhaps my use case is a bit strange. I'm doing this:

  • Load a flac file into deadbeef and start playing
  • Do some tag edits outside of deadbeef. For example:
$ metaflac --set-tag=TEST=1 01*.flac
$ metaflac --show-tag=TEST 01*.flac
TEST=1
$
  • Rate the song using this plugin
  • The TEST tag is now removed:
$ metaflac --show-tag=TEST 01*.flac
$

I would expect the TEST tag to remain at this point. I'm not sure if this is a bug in the plugin, a bug in deadbeef, or some limitation in the plugin API?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant