Does Firefly lock files while playing?

FireFly Media Server Firefly Media Server Forums Firefly Media Server General Discussion Does Firefly lock files while playing?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #627
    GeraarGietaar
    Guest

    I’m rating my files with MediaMonkey.
    I noticed that when a file is playing, it can’t be rated.
    I can rate it it MM but the it isn’t written to the tag.
    Is it possible that, when a file is playing, firefly locks it for editing?

    #6590
    rpedde
    Participant

    @GeraarGietaar wrote:

    I’m rating my files with MediaMonkey.
    I noticed that when a file is playing, it can’t be rated.
    I can rate it it MM but the it isn’t written to the tag.
    Is it possible that, when a file is playing, firefly locks it for editing?

    Very possibly. I’m using the libc fopen, and I’m sure it opens it exclusively. In any event, even if it had been opened in sharable mode using a native function like CreateFile, I don’t think it would be possible to have a reader and writer on the same file anyway. At best, it would be shared reading.

    I think… I’m not an expert in the vagaries of the win32 api.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘General Discussion’ is closed to new topics and replies.