Author Topic: NowPlaying vs. Library  (Read 7955 times)

Elberet

  • Full Member
  • ***
  • Posts: 167
I'm trying to update tags in a file in the now playing list that wasn't added to the library. Library_SetFileTag returns true (I'm assuming this means that the tag value was parsed ok), but Library_CommitTagsToFile -- which I'm only calling because a NowPlaying_CommitTagsToFile isn't available -- returns false and the tags aren't updated.
Is it at all possible to change the tags of a file that isn't in the library?

Steven

  • Administrator
  • Hero Member
  • *****
  • Posts: 34976
returning the status on Library_CommitTagsToFile was a bug i only very recently fixed, so if you get the MB version i posted last night it should work

Elberet

  • Full Member
  • ***
  • Posts: 167