Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5a50b266624bceee5243c6eadf86d958768bfa6c
      
https://github.com/NixOS/nixpkgs/commit/5a50b266624bceee5243c6eadf86d958768bfa6c
  Author: Peter Jones <pjo...@devalot.com>
  Date:   2017-04-14 (Fri, 14 Apr 2017)

  Changed paths:
    M nixos/modules/services/misc/plex.nix

  Log Message:
  -----------
  plex: Don't overwrite primary database on restart

This change fixes two major issues:

  1. If you don't use SIGQUIT to stop Plex it will corrupt its own
     database :(

  2. Newer versions of Plex keep metadata in the
     `com.plexapp.plugins.library.db` database.  This is the file that
     we copy into `/var/lib/plex/.skeleton`.  If we copy the empty
     database on top of this one the user will lose their entire
     library metadata.  This change skips the copy if the file
     already exists.


  Commit: 2db0cf08971bf675d858574f5e69343f0bb025d4
      
https://github.com/NixOS/nixpkgs/commit/2db0cf08971bf675d858574f5e69343f0bb025d4
  Author: Joachim F <joach...@users.noreply.github.com>
  Date:   2017-04-16 (Sun, 16 Apr 2017)

  Changed paths:
    M nixos/modules/services/misc/plex.nix

  Log Message:
  -----------
  Merge pull request #24900 from pjones/pjones/plex-service

plex: Don't overwrite primary database on restart


Compare: https://github.com/NixOS/nixpkgs/compare/7928dbdcf9c7...2db0cf08971b
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to