Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 7928dbdcf9c7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2db0cf08971b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 14, 2017

  1. 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.
    pjones committed Apr 14, 2017
    Copy the full SHA
    5a50b26 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2017

  1. Merge pull request #24900 from pjones/pjones/plex-service

    plex: Don't overwrite primary database on restart
    joachifm committed Apr 16, 2017
    Copy the full SHA
    2db0cf0 View commit details
    Browse the repository at this point in the history