Announcement

Collapse
No announcement yet.

fixsave2nfo

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    fixsave2nfo

    PlayerFab on Windows has three folders of its own:
    for program files:
    Code:
    %PROGRAMFILES%\DVDFab\PlayerFab
    for user configuration:
    Code:
    %APPDATA%\DVDFab\PlayerFab
    for media library data:
    Code:
    %HOMEPATH%\Documents\DVDFab\PlayerFab
    Writing to own folders is standard Windows software practice.
    If you create media library, it is stored in SQLite database in file:
    Code:
    %HOMEPATH%\Documents\DVDFab\PlayerFab\Temp\mediaServer\DMS\.server\profile\userdata\databaseDMS4.db
    While everything is fine!
    But:
    If you refine an incorrectly recognized movie in the media library ("Fix Match"), PlayerFab creates an NFO file (with the refined data) in the folder of the movie itself.
    1. This feature is enabled by default.
      Code:
      %HOMEPATH%\Documents\DVDFab\PlayerFab\Temp\mediaServer\DMS\.server\profile\appsettings.xml
      HTML Code:
      <fixsave2nfo>true</fixsave2nfo>
    2. There is no prompt or notification to the user to enable this feature.
    3. The user has not given permission to write NFO files in movie folders.
    4. There is no GUI to disable this feature.
    Facepalm.

    #2
    Thank you for your post, I have passed your feedback to the developer, who will implement an option to control the NFO feature.

    Comment

    Working...
    X